I'm hoping someone can clear up this problem for me...
When i run the Tree example from the Flex2 docs, in Debug mode, i get the following error: "warning: unable to bind to property 'label' on class 'XML' (class is not an IEventDispatcher)". The Flex docs do also say "NOTE You currently cannot use a node within an <mx:XML> data model as a binding source".
http://127.0.0.1:64068/help/nftopic/...49.html#157222
(
http://livedocs.macromedia.com/flex/...rols/Tree.html)
Yet the example does seem to work, and the Tree is populated with the label values from the XMLList.
I have now just seen this in the docs:
"XML can be any of the following ... XML, XMLList, or XMLListCollection ... (These tags support data binding)
http://127.0.0.1:64068/help/nftopic/.../00000510.html
I'm a bit confused.
Can anyone help clear this up for me?