codenameone - implement select/cut/paste in TextArea -


how can implement tradition menu items copy / cut / paste / selectall in codenameone textarea

i can these things if happen remember keystrokes, don't see hooks them programmatically.

since on-device editing native cut/copy/paste work thru touch , menu implicitly appear. wouldn't want programmatically in codename one, e.g. right don't have api selected text either since concept pretty different between platforms.

there display.copytoclipboard & display.getpastedatafromclipboard aren't text field selection purpose. rather use case of moving data within/between apps.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -