Thanks for your cooperation.

  I use tree itemClick event, and select the desired viewstack item,
using <viewstack.selecteItem> property.  Now I have 10 nodes in tree
and changed the viewstack items order.   But I get the same error on
the same panel . Can be something wrong in that panel   ???    I have
search that panel <code>, but it seems everything is ok.

   I'll just wait for other tips.  I'm out of ideeas!!! :(

  

--- In [email protected], paromita dey <[EMAIL PROTECTED]> wrote:
>
> How are you trying to navigate? 
>   What I understand from your requirement below.. using simple mxml
and binding you can achieve the same navigation. 
>   Bind the selectedIndex property of the tree to the selectedIndex
property of the viewstack if you want a simple linear navigation. that
is if you click on node 1 it should navigate to panel 1 of viewstack
... else you may keep a bindable variable and set the value of this
variable on itemClick event of the tree nodes and bind this variable
to the selectedIndex or selectedChild.. as required.
>    
>   Regards,
>   Paromita
> 
> 


Reply via email to