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 simult

Re: [flexcoders] tree event using cairngorm

2007-05-17 Thread Bjorn Schultheiss
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

RE: [flexcoders] tree event using cairngorm

2007-05-17 Thread Thind, Aman
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 probl

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

[flexcoders] Tree Event

2007-04-30 Thread mapper2255
Hello, I am moving forward everyday with knowledge of Flex. However it always seems like to takes a long time to customize examples to my needs. Is there someone out there who has a handler developed for the openTree event. I would like to finish my first complete site and need to have the lea