Hi Guys,
 

   When i click any item on the Button bar the image flickers and below is my 
code for the first time.

</s:ArrayCollection id="arrayCollection">
             <mx:Object label="Events"
                            selectedImage="@Embed('images/abc.png')"
                            unselectedImage="@Embed('images/abc1.png')"
                            selectedImageOver="@Embed('images/abc2.png')"
                            unselectedImageOver="@Embed('abc3.png')"/>
            <mx:Object label="Events"
                            selectedImage="@Embed('images/xyz.png')"
                            unselectedImage="@Embed('images/xyz1.png')"
                            selectedImageOver="@Embed('images/xyz2.png')"
                            unselectedImageOver="@Embed('images/xyz3.png')"/>

</s:ArrayCollection>

<s:ButtonBar id="navigationBar"
                                dataProvider="{arrayCollection}" 
selectedIndex="0"
                                 requireSelection="true"   
                                 click="change(event) "/>
Thanks,

with Regards,
Jitendra Jain
Software Engineer
91-9979960798

Reply via email to