Page 1 of 1

Textbox selecting, copying and pasting

Posted: Mon Aug 17, 2015 8:01 pm
by Pistris
When clicking a textbox i automatically get the keyboard
i would like to get the select, copy, paste menu if i hold my finger in the textbox

is this something you have to code or is there any way to set this without coding

thanks guys

Re: Textbox selecting, copying and pasting

Posted: Mon Aug 17, 2015 8:57 pm
by gpb01
You have to use "iOS native controls" and not Livecode controls, so ... use "mobileControlCreate" to create a "multiline" control and you will have the "select, copy, paste" menu ;)

Guglielmo

Re: Textbox selecting, copying and pasting

Posted: Tue Aug 18, 2015 12:18 am
by Pistris
Thank you so much.

i found browser,scroller,player,input and multiline in the library

is that a sample list or its the whole list

thanks

Re: Textbox selecting, copying and pasting

Posted: Tue Aug 18, 2015 6:30 am
by gpb01
As you can see in the Livecode "dictionary", under "mobileControlCreate" ... it's the whole list ;)

Guglielmo

Re: Textbox selecting, copying and pasting

Posted: Tue Aug 18, 2015 5:18 pm
by Pistris
Thank you so much