uaecasher macrumors 65816 Original poster Apr 15, 2010 #1 hello, I was wondering how to automatically copy a text in a text field when the user touches the textfield. Thank you.
hello, I was wondering how to automatically copy a text in a text field when the user touches the textfield. Thank you.
robbieduncan Moderator emeritus Apr 15, 2010 #2 Detect the touch (you may need to subclass) and set a value on the general pasteboard. Seems pretty simple?
Detect the touch (you may need to subclass) and set a value on the general pasteboard. Seems pretty simple?
uaecasher macrumors 65816 Original poster Apr 15, 2010 #3 robbieduncan said: Seems pretty simple? Click to expand... Yes 😀! Thank you 🙂