--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> Most folks use the Viewstack's change event.  You don't want to wait
> until they are displayed to update them, you want to do it just 
before,
> which is when the viewstack is changing.

I've found that sometimes in this event, children of the ViewStack are 
still null, so I will call invalidateProperties().  In commitProperties
(), I will call all my set functions.  Each set function checks to see 
what ViewStack "pane" it is in, and will exit immediately if it is not 
the right one.  This is probably not best practice, but it works for me.

HTH;

Amy

Reply via email to