Guys.. I haven't heard anything from any of you on this topic...

 Thanks,

with Regards,
Jitendra Jain
Software Engineer
91-9979960798




________________________________
From: jitendra jain <[email protected]>
To: flex group flex <[email protected]>
Sent: Tue, 30 August, 2011 12:13:48 PM
Subject: [flexcoders] Image Flickering

  
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