Re: [flexcoders] Re: Full dynamic tree example

2006-02-28 Thread Pat Buchanan
Hari! That worked like a charm. THANK YOU! Saved me hours of pain. Hopefully this will help others down the road as well. -Pat On 2/27/06, Hari Kolasani [EMAIL PROTECTED] wrote: Here is a sample .mxml/as code that worked for me. Hope this will help.-

[flexcoders] Re: Full dynamic tree example

2006-02-27 Thread Michael Montagna
For the record, one way to fetch tree children on demand, is to pin the top level nodes to your Tree and then subclass the datadescriptor getChildren. In getChildren you'd run the service calls and return the appropriate children. -Michael --- In flexcoders@yahoogroups.com, Pat Buchanan

Re: [flexcoders] Re: Full dynamic tree example

2006-02-27 Thread Hari Kolasani
Here is a sample .mxml/as code that worked for me. Hope this will help. - Hari * ?xml version="1.0" encoding="utf-8"? mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml" backgroundColor="#FF"

Re: [flexcoders] Re: Full dynamic tree example

2006-02-25 Thread Pat Buchanan
Brendan - thank you so much for the additional information. I'm sure it will prove helpful. Do you know if this FAST architecture is compatible with Flex 2?However, if anyone out there happens to run into a self contained, fully running simple example (with source) please pass along the URL. If

[flexcoders] Re: Full dynamic tree example

2006-02-25 Thread Brendan Meutzner
It doesn't work for 2.0 Brendan --- In flexcoders@yahoogroups.com, Pat Buchanan [EMAIL PROTECTED] wrote: Brendan - thank you so much for the additional information. I'm sure it will prove helpful. Do you know if this FAST architecture is compatible with Flex 2? However, if anyone out

[flexcoders] Re: Full dynamic tree example

2006-02-24 Thread Brendan Meutzner
Pat, Have a look at the object inspector tool in the FAST toolkit... http://www.macromedia.com/devnet/flex/articles/fast_userguide.html Pay attention to: EchoConsole.mxml EchoConsoleconnection.as EchoAppConnection.as You'll have to figure out your remote calls, but this does show the dynamic

Re: [flexcoders] Re: Full dynamic tree example

2006-02-24 Thread Jignesh Dodiya
Its seems to be really a helpfull material, keep posting such links Brendan On 2/25/06, Brendan Meutzner [EMAIL PROTECTED] wrote: Pat,Have a look at the object inspector tool in the FAST toolkit... http://www.macromedia.com/devnet/flex/articles/fast_userguide.htmlPay