RE: [flexcoders] XML as dataprovider : Changes to unknown property, childNodes, will not be detected.

2005-08-03 Thread Oscar . Cortes
Array { return xml.firstChild.childNodes; } dataProvider="{getChildNodes(XMLStr)}" Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, August 02, 2005 2:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] XML as dataprovider : C

RE: [flexcoders] XML as dataprovider : Changes to unknown property, childNodes, will not be detected.

2005-08-02 Thread Matt Chotin
[EMAIL PROTECTED] Sent: Tuesday, August 02, 2005 2:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] XML as dataprovider : Changes to unknown property, childNodes, will not be detected.   I am using a Remote object that returns a string in a XML format, and converting  this string to XML

[flexcoders] XML as dataprovider : Changes to unknown property, childNodes, will not be detected.

2005-08-02 Thread Oscar . Cortes
I am using a Remote object that returns a string in a XML format, and converting this string to XML by using XMLStr = new XML(Str) I then use XMLStr as dataProvider in a Tree. . The results are displaying OK, but I get a warning message: Changes to unknown property, childNo