Re: [flexcoders] Reload an application

2010-07-25 Thread Evan Klein
:44:58 AM *Subject:* Re: [flexcoders] Reload an application why do you want to reload the whole application. you can just write a method at the application level to reset the application to the initial state. Akshar Kaul On Fri, Jul 23, 2010 at 14:11, claudiu ursica the_braniak

Re: [flexcoders] Reload an application

2010-07-23 Thread claudiu ursica
:27:45 AM Subject: [flexcoders] Reload an application Hello, How to reload a flex application from a click on a button on the application interface ? Thank you, Christophe,

Re: [flexcoders] Reload an application

2010-07-23 Thread Akshar Kaul
telling the browser to reload the whole html page. That will include reloading the flex app also. C -- *From:* Christophe christophe_jacque...@yahoo.fr *To:* flexcoders@yahoogroups.com *Sent:* Fri, July 23, 2010 10:27:45 AM *Subject:* [flexcoders] Reload

Re: [flexcoders] Reload an application

2010-07-23 Thread Sajid Hussain
Subject: Re: [flexcoders] Reload an application why do you want to reload the whole application. you can just write a method at the application level to reset the application to the initial state. Akshar Kaul On Fri, Jul 23, 2010 at 14:11, claudiu ursica the_braniak@ yahoo.com wrote

[flexcoders] Reload Flex application

2008-08-14 Thread markgoldin_2000
How would be possible to reload the whole application programmatically? Thanks

RE: [flexcoders] Reload (reinitialize) application

2007-04-21 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] Reload (reinitialize) application What is best way to reload / reinitialize the whole flex application from code? I want to be able to reset state of my application on timeout event, it seems that the easiest way is to somehow recreate the whole app or at least main

[flexcoders] Reload (reinitialize) application

2007-04-20 Thread roman_dolgov
What is best way to reload / reinitialize the whole flex application from code? I want to be able to reset state of my application on timeout event, it seems that the easiest way is to somehow recreate the whole app or at least main view. Something like: Application.application = new