hello frnds,
i have 1 issue , when i am going to run application HRule is working
properlly, but when i check
for update available or not of my application and after that i'm when
going to  refresh data
HRule going to be more darker.

<mx:VBox   width="538" height="322">
        <mx:Repeater id="rep" count="10"
dataProvider="{httpSer.lastResult.Students.Student}">
                <mx:Label text="{rep.currentItem.name}" />
                 <mx:HRule width="100%"  height="2"/>
        </mx:Repeater>
        </mx:VBox>
        <mx:Button label="updates" click="checkUpdate();"  x="75" y="326"/>
        <mx:Button label="resend" click="httpSer.send();"  x="175" y="326"/>

<mx:HTTPService id="httpSer"
 url="xml/data.xml"
 resultFormat="e4x"
 />

update code is working properlly, but HRule is not working well after
resend request after
check updates.
is there any solution for this ?
tthx in advanced
:)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to