RE: [flexcoders] How to populate tree control from web service re sult (server side java objects)

2005-04-20 Thread Shlomi Cohen
is an implementation detail purposely not documented. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Sent: Tuesday, April 19, 2005 1:10 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] How to populate tree control from web service re sult (server side java

RE: [flexcoders] How to populate tree control from web service re sult (server side java objects)

2005-04-20 Thread Erik Westra
'flexcoders@yahoogroups.com'Subject: RE: [flexcoders] How to populate tree control from web service re sult (server side java objects) Hi Manish and Matt Its not simple as you describe . even the documentation does have a bug , i've tried the code from below and the output is [object],[obj

RE: [flexcoders] How to populate tree control from web service re sult (server side java objects)

2005-04-20 Thread Shlomi Cohen
side :-) Shlomi From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Erik WestraSent: Wednesday, April 20, 2005 13:32To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] How to populate tree control from web service re sult (server side java objects) I think

RE: [flexcoders] How to populate tree control from web service re sult (server side java objects)

2005-04-20 Thread Shlomi Cohen
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt ChotinSent: Wednesday, April 20, 2005 00:54To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] How to populate tree control from web service re sult (server side java objects) Also check out

RE: [flexcoders] How to populate tree control from web service re sult (server side java objects)

2005-04-19 Thread Shlomi Cohen
Hi Guys Thanks , but i already saw this one , and frankly its not enough , its only talks about primitive types and say that if you have complex object you need to write AS code for it (which will be discovered automatically). Now this one is important - There is a property of a node

Re: [flexcoders] How to populate tree control from web service re sult (server side java objects)

2005-04-19 Thread Manish Jethani
On 4/19/05, Shlomi Cohen [EMAIL PROTECTED] wrote: if i have a function that get a node like this function myLabelFunc(item):String { var type=typeof item; // always return {Object} return item._??? } how do i know which properties the

RE: [flexcoders] How to populate tree control from web service re sult (server side java objects)

2005-04-19 Thread Shlomi Cohen
Hi The label in the tree shows fine , but trying to use the labelFunction was a little bit confusing. how ActionScript map my Java objects to AS objects , ? can someone send a GOOD article about this? if i have a function that get a node like this function myLabelFunc(item):String