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
Textbox selecting, copying and pasting
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Textbox selecting, copying and pasting
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

Guglielmo
Re: Textbox selecting, copying and pasting
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
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
As you can see in the Livecode "dictionary", under "mobileControlCreate" ... it's the whole list 
Guglielmo

Guglielmo
Re: Textbox selecting, copying and pasting
Thank you so much