After each of the different forms have been opened (via the button
toolbar), the forms have been initialized and created.   I recently
added a logout button which just takes you back to the login form.  If
you login as a different user, some of the charts and forms don't
update because they were created via  "creationComplete()" 

At the main section of the Flex app (where the login page is), is
there a way to reset all creationComplete's so the app will recreate
the pages when they are re-selected?
I tried invalidating all the properties and displaylists.

If there isn't a quick and easy way I could do one of the following:

-       The logout page takes them to a screen that says "Press the Browser
Refresh Button" to log back in.
-       The logout link does the "Browser Refresh" automatically.   Is this
an option, and if so what is the command to reload the flex app within
flex?

What's is best practices and/or best approach?


Reply via email to