Does anyone have a workaround for Copy & Paste in text fields? I'm not using a native UI control as my text fields have to accommodate several lines of text and the native control is single line only?
Thanks
Text Field Copy & Paste
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Text Field Copy & Paste
Hi cookietrain,
welcome to the forum!
But what about:
?
Best
Klaus
welcome to the forum!
Nope this is only possible with native input fields!Does anyone have a workaround for Copy & Paste in text fields?
But what about:
Code: Select all
...
mobilecontrolcreate "multiline", "lotsatext"
...

Best
Klaus
Re: Text Field Copy & Paste
sorry if i misunderstood but we can use copy paste with flds from a menu.
I have an edition menu with a customprop which store text copied. If this custom prop <> empty then item paste is black and I can paste content of customprop in target fld. Don't forget to set customprop to empty after paste
Kind regards
Jean-Marc
I have an edition menu with a customprop which store text copied. If this custom prop <> empty then item paste is black and I can paste content of customprop in target fld. Don't forget to set customprop to empty after paste

Kind regards
Jean-Marc
https://alternatic.ch
Re: Text Field Copy & Paste
So you are faking copy/paste on iOS?
Very clever, monsieur!
Very clever, monsieur!

Re: Text Field Copy & Paste
Yes Sir. I didnt know that was impossible then i did it.So you are faking copy/paste on iOS?

https://alternatic.ch