Clipboard Question

rgately

Member
Licensed User
Longtime User
Hi,

I'm confused as to whether or not there is a functional Clipboard library for B4A that works in conjunction with the built-in EditText clipboard.

I downloaded the Clipboard library and included it in my app. It appears to have successfully copied text to the clipboard with this test statement: ClipBd.setText("this is a test"). But I do not see the copied text when I do a long-hold on another EditText and choose either "Paste" or "Clipboard".

What am I missing? (I'm running the code on a Samsung S2)

Thanks
 
Top