RE: [flexcoders] Tree and Panel

2005-04-28 Thread Alistair McLeod
Hi Ghislain,

Can you show us what you've done so far - that should help us work out where
you might be going wrong.

Cheers,

Ali


--
Alistair McLeod
Development Director
iteration::two
[EMAIL PROTECTED]
 
Office:  +44 (0)131 338 6108
 
This e-mail and any associated attachments transmitted with it may contain
confidential information and must not be copied, or disclosed, or used by
anyone other than the intended recipient(s). If you are not the intended
recipient(s) please destroy this e-mail, and any copies of it, immediately.
 
Please also note that while software systems have been used to try to ensure
that this e-mail has been swept for viruses, iteration::two do not accept
responsibility for any damage or loss caused in respect of any viruses
transmitted by the e-mail. Please ensure your own checks are carried out
before any attachments are opened.
 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ghislain Simard
Sent: 28 April 2005 16:42
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Tree and Panel

How to show the right panel based on the tree node selection?





 
Yahoo! Groups Links



 




 
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/
 





RE: [flexcoders] Tree and Panel

2005-04-28 Thread Tracy Spratt
Use the change event on the tree to call a handler, for example,
change=nodeSelected(event).  event will contain a reference to the
selected node, from which you can extract the information you need to
set up your panel.

myViewStack.selectedIndex = even.target.getProperty(panelIndex);

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ghislain Simard
Sent: Thursday, April 28, 2005 11:42 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Tree and Panel

How to show the right panel based on the tree node selection?





 
Yahoo! Groups Links



 







 
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/