Do you have a code example you can show me? When I use this:
Application.application.setCurrentState(stateName); it always triggers a StateChangeEvent.CURRENT_STATE_CHANGE event. I want to know if there is a way to not generate that event. None at all. On Wed, Jan 14, 2009 at 2:11 AM, p...@vin Uttarwar <[email protected]>wrote: > Hi, > Yes you can do it using databinding, > by keeping one of the variable which is aceessible from > anywhere throughout the application [inside static class like ModelLocator] > and according to > its change you can change the state. > > 2009/1/14 dorkie dork from dorktown <[email protected]> > >> Is there a way to change states without generating an event? >> > > >

