On 5/27/05, Tracy Spratt <[EMAIL PROTECTED]> wrote:

> I see it now.

What did you change?  I don't see the behaviour.

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml";
  xmlns="*">
  <mx:Tree change="textArea.text += 'change' + '\n'">
    <mx:dataProvider>
      <mx:Array>
        <mx:Object label="foo" />
        <mx:Object label="bar" />
        <mx:Object label="baz" />
      </mx:Array>
    </mx:dataProvider>
  </mx:Tree>
  <mx:TextArea height="100%" id="textArea" />
</mx:Application>

Then 'change' event seems to get fired every time you change the
selection in this Tree.


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to