Good morning, everyone!
I am currently working on a project with two scrollers on the same card.
I cannot figure out how to handle the scrollerDidScroll message depending on which scroller is sending the message.
The logic of figuring this out is escaping me...
Can someone enlighten me?
Thanks!
:Todd
Conditional scrollerDidScroll handling?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Conditional scrollerDidScroll handling?
Hi Todd,
look at iphoneControlTarget()
from the iOS Release Notes p 60
Bernd
look at iphoneControlTarget()
from the iOS Release Notes p 60
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
Re: Conditional scrollerDidScroll handling?
Hi Todd,
This stack have one scroller its manage two groups fld on one card
I hope this help
Best regards
Jean-Marc
This stack have one scroller its manage two groups fld on one card
I hope this help
Best regards
Jean-Marc
- Attachments
-
- OneScrollerTwoFldsOneCard.livecode.zip
- (3.4 KiB) Downloaded 278 times
https://alternatic.ch
Re: Conditional scrollerDidScroll handling?
Thanks! I appreciate the direction.
Have a great day!
:Todd
Have a great day!
:Todd