hmm... that shouldn't happen... so I'm gonna guessing it's something to do with the way you coded it. Can you post the code that outputs the text to the textarea? if so... post it please

On 05/08/06, Rick Root <[EMAIL PROTECTED]> wrote:

sinatosk wrote:
>
> no it's not a bug :p
>
> lets just say you have an xml tag
>
> var xml_tag:XML = <tag att1="v1" att2="v2">tag text</tag>;
>
> an thats been assigned to a variable 'xml_tag'. when you come to output
> the contents of that variable... it will show "tag text" not "v1" or
> "v2" ( which are attributes ). To output the contents of those
> attributes ... you do [EMAIL PROTECTED] and that will output "v1"
>
> the problem your having is there is nothing in between the tags so it's
> blank... infact... you closed the XML tag "<tag/>"... thats how xml is
> :p. I'm still learning XML

I don't think that's true.

If I drag two items into the list, I get this:

<node label="All School/Class/Major/Degree"/>
<node label="Secondary Record Types"/>

So if I drag only one item into the tree, I'd expect this:

<node label="All School/Class/Major/Degree"/>

But I don't get that, I get nothing.

And all I'm doing is outputting the dataProvider.toString() = the tree
has a data provider - it's got one item in it, so it SHOULD output
something!


__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to