Native Control Messages
Posted: Fri Feb 24, 2012 11:48 pm
How does one retrieve the input id of a native IOS control inside of an "inputBeginEditing" message?
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
KInd regardsWhile in the context of a message that has been dispatched from a native control, you can use the iphoneControlTarget() function to fetch the name (or id, if no name is set) of the control that sent the message.