[flexcoders] Treeview - On demand updating of child nodes.

2007-11-05 Thread real_yoni
Hi, I'm trying to update a tree upon an on click event (so that when a user clicks on a node it access the server and fetch the child nodes). My problem is that when expanding the node I see the raw XML.. does any one knows how to reflect the changes? Thanks, Yoni.

[flexcoders] Re: Treeview - On demand updating of child nodes.

2007-11-05 Thread real_yoni
a labelFunction(). Seeing the raw data usually means the tree does not know what to use for the label. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of real_yoni Sent: Monday, November 05, 2007 1:30 PM To: flexcoders

[flexcoders] Re: Treeview - On demand updating of child nodes.

2007-11-06 Thread real_yoni
Tree defenition: mx:Tree id=accountTree height=100% width=100% dataProvider={accountsData} labelField=@name iconFunction=treeIcon itemClick=onItemClicked(event); /mx:Tree After the user logs in the following function is being called with success: private function

[flexcoders] Re: Treeview - On demand updating of child nodes.

2007-11-06 Thread real_yoni
The tree defenition: mx:Tree id=accountTree height=100% width=100% dataProvider={accountsData} labelField=@name iconFunction=treeIcon itemClick=onItemClicked(event); /mx:Tree Upon loading I'm calling this fuction that works great: private function handleGetAccounts(result:XML): Boolean {

[flexcoders] Re: Treeview - On demand updating of child nodes.

2007-11-07 Thread real_yoni
Thanks! it looks like XMLList did the trick...

[flexcoders] DateTimeAxis: binding to different field name

2007-11-12 Thread real_yoni
Hi all, I'm trying to find a way to bind DateTimeAxis to a different field (other than date). but to no avail. this is a piece of the XML I'm getting from the server: cht f1=2007-11-11 r1=677.0 c1=3229.0 c2=447.79000 i1=2850345.0 /cht I would like to bind

[flexcoders] How can I convert from XmlList to ArrayCollection?

2007-11-13 Thread real_yoni
How can I convert from XmlList to ArrayCollection? Thanks, Yoni.

[flexcoders] Real world usage of Flex

2007-11-20 Thread real_yoni
Hi All, I'm looking for real world usage of Flex (other than maps.yahoo.com and harley-davidson)? can publish links? Thanks, p.s. I'm not entirely sure that this is the right group to ask this question so please refer me to the right one if you can. Yoni