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

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

[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 {

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

2007-11-06 Thread Tracy Spratt
[mailto:[EMAIL PROTECTED] On Behalf Of real_yoni Sent: Tuesday, November 06, 2007 4:39 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Treeview - On demand updating of child nodes. The tree defenition: mx:Tree id=accountTree height=100% width=100% dataProvider={accountsData

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

2007-11-05 Thread real_yoni
Thanks, but that is not the case... I'm using an attribute by the name of name. However I did find this link : http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/ww help.htm? context=LiveDocs_Book_Partsfile=about_dataproviders_057_16.html And in it there is this remark:

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

2007-11-05 Thread Tracy Spratt
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of real_yoni Sent: Monday, November 05, 2007 3:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Treeview - On demand updating of child nodes. Thanks, but that is not the case... I'm using an attribute by the name of name