RE: [flexcoders] tree traversal?

2005-02-04 Thread Robert Brueckmann
Thanks! That was actually perfect for what I needed because the tree has to open to get to the selected node anyways for display purposes. Thanks so much! Nice and simply and recursion-less! What more could you ask for? Robert L. Brueckmann Web Developer Merlin Securities,LLC

RE: [flexcoders]

2005-01-29 Thread Robert Brueckmann
Have you tried using the AS2 TextSnapshot class? You might be able to use this because the TextArea component itself is a movie and the TextSnapshot class has methods providing the info you're looking for. Check it out here...hope that gives you some help:

<    1   2