| <s:Scroller right="0" left="0" | ||||
| bottom="0" | ||||
| top="0" | ||||
| > | ||||
| <s:horizontalScrollBar> | ||||
| <s:HScrollBar id="hbar" change="bottomscoller_hScrollBar_change(event)" /> | ||||
| </s:horizontalScrollBar> | ||||
| <s:HGroup gap="0" | ||||
| > | ||||
| ....stuff here | ||||
| </s:HGroup> | ||||
| </s:Scroller> |
then i have that function but it never gets called.
anyone know how to find out when this scroller has been scrolled?
Detect when a spark Scroller is changing scroll position
<s:Scroller right="0" left="0" top="0" bottom="0" ><s:horizontalScrollBar><s:HScrollBar id="hbar" change="bottomscoller_hScrollBar_change(event)" /></s:horizontalScrollBar><s:HGroup gap="0"> ....stuff here </s:HGroup></s:Scroller>
I used the flash.events.Event.RENDER event to determine if the scroller has been scrolled/repositioned
a pretty bad listener to be doing "if" statements inside. anyone know a better idea?
what does this mean? "This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange event."
North America
Europe, Middle East and Africa
Asia Pacific