Slider
i have hslider thumbs like:
<mw:hslider id="slider" thumbcount="2" change="{qrac2.rac2(slider.values[0]}"/>
im thinking when changes should firing off remoteobject:
<mx:remoteobject id="qrac2" ... />
<mx:method name="rac2" result="handlequeryresult2(event)"/>
<mx:arguments>
<mystart>{slider.values[0]}</mystart>
<myend>{slider.values[1]}</myend>
</mx:arguments>
</mx:method>
</mx:remoteobject>
it not seem pass mystart or myend cfc. have warning when clean mxml file before export it. warning says:
data binding not able detect changes when using square bracket operator.
im not sure means. thinking means slider.values[0] , slider.values[1] not getting remoteobject. great have been messing week. should variables in arguments?
thanks
george
<mw:hslider id="slider" thumbcount="2" change="{qrac2.rac2(slider.values[0]}"/>
im thinking when changes should firing off remoteobject:
<mx:remoteobject id="qrac2" ... />
<mx:method name="rac2" result="handlequeryresult2(event)"/>
<mx:arguments>
<mystart>{slider.values[0]}</mystart>
<myend>{slider.values[1]}</myend>
</mx:arguments>
</mx:method>
</mx:remoteobject>
it not seem pass mystart or myend cfc. have warning when clean mxml file before export it. warning says:
data binding not able detect changes when using square bracket operator.
im not sure means. thinking means slider.values[0] , slider.values[1] not getting remoteobject. great have been messing week. should variables in arguments?
thanks
george
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment