[flexcoders] Re: render tree click problem with viewstack

2010-04-12 Thread valdhor
That is very possible. You may like to look at calllater to run that code. --- In flexcoders@yahoogroups.com, advancedonsite nos...@... wrote: If I put in an Alert statement before the mainviewstack.selectedChild = Container(mainviewstack.getChildByName(selectedno...@hidden)); then

[flexcoders] Re: render tree click problem with viewstack

2010-04-09 Thread advancedonsite
If I put in an Alert statement before the mainviewstack.selectedChild = Container(mainviewstack.getChildByName(selectedno...@hidden)); then everything works fine ? It's like the viewstack is not created in time but adding the alert slows it down and allows it to be created, very weird. ---

[flexcoders] Re: render tree click problem with viewstack

2010-04-08 Thread advancedonsite
Let me give more details... Sometimes the viewstack shows sometimes it throws the error even on the same viewstack? its like something is not rendered in time or such? --- In flexcoders@yahoogroups.com, advancedonsite nos...@... wrote: I've been using this code to choose a viewstack based