Refresh Components
i wondering if there anyway refresh component that's been loaded in:
<mx:application xmlns:comp = "*">
<comp:login />
<comp:filter />
<comp:playlist />
</mx:application>
i want load in xml data in application , use in components. i'm loading in data in application , storing in shared object. i'm using data in source controls in components. problem data gets loaded after components have been created , controls show blank - unless close app , restart.
<mx:application xmlns:comp = "*">
<comp:login />
<comp:filter />
<comp:playlist />
</mx:application>
i want load in xml data in application , use in components. i'm loading in data in application , storing in shared object. i'm using data in source controls in components. problem data gets loaded after components have been created , controls show blank - unless close app , restart.
take @ thread...
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=60&catid=585&threadid =1348661&enterthread=y
send me email @ curtis dot fisher @ procontent dot net , i'll email small e4x framework working on stuff. release community, it's not documented enough , there 1 more oo design pattern i'm struggling with. anyway, might give ideas.
cheers,
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=60&catid=585&threadid =1348661&enterthread=y
send me email @ curtis dot fisher @ procontent dot net , i'll email small e4x framework working on stuff. release community, it's not documented enough , there 1 more oo design pattern i'm struggling with. anyway, might give ideas.
cheers,
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment