Native Control Messages
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 30
- Joined: Thu Jun 30, 2011 6:13 am
Native Control Messages
How does one retrieve the input id of a native IOS control inside of an "inputBeginEditing" message?
Re: Native Control Messages
Hi Doug,
wouldn't
iphoneControlTarget()
get you the id?
from the iOS Release Notes
Bernd
wouldn't
iphoneControlTarget()
get you the id?
from the iOS Release Notes
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.
Bernd
-
- Posts: 30
- Joined: Thu Jun 30, 2011 6:13 am
Re: Native Control Messages
Perfect! I obviously did not dig deep enough into the doc. Thanks for saving me some time Bernd.
Best,
Doug.
Best,
Doug.