Android Tutorial Clipboard

Trying to find a way to copy barcode scanner example barcode into Android ClipBoard.
Not having very much luck finding a Basic example.


Embarassing it took me a long time to find this.
And I'm not sure if its even what I want to do.
Download these clipboard libraries
Clipboard.jar
Clipboard.xml
from here:
http://www.b4x.com/forum/additional-libraries-official-updates/7382-clipboard-library.html#post42523



Copy them to
C:\Program Files\Anywhere Software\Basic4android\Libraries

in basic4 Anroid IDE
goto the very bottom right hand corner tab and select Libs
Tick Clipboard
If its not there restart b4a n try again

Download b4aHelp2.2.zip
run the B4aHelp.exe it contains and open the libraries fonder:
C:\Program Files\Anywhere Software\Basic4android\Libraries
and select the Clipboard files

clrText(m)
getText(m)
hasText(m)
setText(m)

No other doco or basic examples at this time.
 
Last edited:
Top