Re: [flexcoders] tree event using cairngorm

2007-05-18 Thread Tom Chiverton
On Thursday 17 May 2007, achegedus wrote: How do I call a method for a flex tree from a cairngorm command? We pass the tree into the Event, and save a copy of this in the Command before calling the Delegate. When it returns, you've got the tree to hand then. -- Tom Chiverton Helping to

[flexcoders] tree event using cairngorm

2007-05-17 Thread achegedus
Hi Everyone! I'm trying to write a dynamic tree using cairngorm, and I ran into a problem. I want to be able to expand a node, have it go to my webservice, return the xml and open the node. In the command that is handling the response to the webservice, i need to call the expandItem

RE: [flexcoders] tree event using cairngorm

2007-05-17 Thread Thind, Aman
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of achegedus Sent: Thursday, May 17, 2007 10:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] tree event using cairngorm Hi Everyone! I'm trying to write a dynamic tree using cairngorm, and I ran into a problem. I want

Re: [flexcoders] tree event using cairngorm

2007-05-17 Thread Bjorn Schultheiss
the state and the bindings refresh your view. You don't need to explicitly call methods on the tree. Cheers, Aman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of achegedus Sent: Thursday, May 17, 2007 10:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] tree event