[flexcoders] Flex2 Tree, Cairngorm, Coldfusion

2006-05-03 Thread sufibaba
Hi All,I have been using Cairngorm together with Coldfusion and so far am veryhappy with the setup. Kudos to Benoit for the great CF-Cairngormexample.Situation: I have a tree control that isbeing updated via databinding by an XML collection variable -- thevariable is stored in the Application

RE: [flexcoders] Flex2 Tree Bug crashes browser

2006-02-26 Thread Matt Chotin
You haven't already added that node elsewhere have you? Can you send an example? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba Sent: Friday, February 24, 2006 6:46 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex2 Tree Bug

[flexcoders] Flex2 Tree Bug crashes browser

2006-02-24 Thread sufibaba
Has anyone experienced this: I have a tree that is being populated by an xml object -- treeDataXML, using databinding. Situation: Adding a new node to the treeDataXML via the appendChild(newNode) Case1: Add to a branch node -- works Case2: Add to a leaf node -- browser crashes. The crashing

Re: [flexcoders] Flex2 Tree

2006-02-14 Thread Teoti Graphix
Hi, I tries the above but there has to be a bug. >From all the wasted time testing I have learned one thing, this error only happens when the root node is OPEN. If I intentionally close the root node before loading a new class path, it works fine, adds the new classpath xml. This must be an

Re: [flexcoders] Flex2 Tree

2006-02-10 Thread Jason Y. Kwong
I have noticed that the following two lines are not equivalent: dataProvider = classpaths label=Class Paths/classpaths; dataProvider = XMLList(classpaths label=Class Paths/classpaths);The first results in an ArrayCollection dataProvider while the second one results in an XMLListCollection.

[flexcoders] Flex2 Tree

2006-02-09 Thread Teoti Graphix
Hello, I am writting this more as a comment then question. I have spent 2 days experimenting with the mx.collections classes and it has been fun. Now, I have a project where I need the tree's root to be; ClassPaths - c:/classes - dir structure - c:/mm/classes ... - dir structure.. I