get source control of scrollerDidScroll message
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
get source control of scrollerDidScroll message
handler scrollerDidScroll occurs for all mobileControl native scrollers. If you have more than one scroller, it does not distinguish. Is there a good way to find out what control the message scrollerDidScroll is referencing?
Re: get source control of scrollerDidScroll message
Steve,
have a look at the dictionary:
Kind regards
Bernd
have a look at the dictionary:
check for the id or name of your scrollersmobileControlTarget
Type: function
Syntax:
mobileControlTarget
Objects (or Types): AndroidBrowser,iosBrowser,iosScroller,iosPlayer,iosTextInput
Synonyms:
iphoneControlTarget
Summary:
Fetches the name or id (if no name is set) of the native mobile control that sent the message.
Examples:
get mobileControlTarget()
if mobileControlTarget() is "myControl" then
...
end if
Kind regards
Bernd