Hi Guys,

I don't know about you but it really seems to me that Macromedia rushed this out the door. The documentation on using flash components is awful. They even have functions from incorrect components in at least the tree component docs for example :
Alert.cancelLabel Specifies an XML data source.
Alert.noLabel Specifies the first node at the top of the display.
Alert.okLabel Specifies the selected node in a tree instance.
Tree.selectedNode Specifies the selected nodes in a tree instance.


Hmmmmmmmmmmmmmmmmmmmmmmmmm. Bloody frustrating seeing I can't get the flash function .dataProvider = XML to work. Here is the code I'm using... has anyone gotten this to work?


set myXML = new(xtra "XMLParser") myXML.ignoreWhitespace(true) myXML.parseString(member("XML").text) sprite("myTree").dataProvider = myXML

As far as I can see that really should work.

Your's in frustration,
Deane
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to