I have read the documentation on the HistoryManager and it seems overkill. What I want is very simple. When I click a button to go to the next screen I want to save the current state. Then if I hit the back button I will go back to the previous screen.

<mx:Button label="Change to State Two" click="{currentState='secondState';HistoryManager.save()}"/>

It seems that I have to set my Application to implement mx.managers.IHistoryManagerClient , register the Application with the HistoryManager class and then create save and load functions. It may be my code as well but it seemed to break my tab navigator history management or disable it. Not sure. Anyone gone before me know what is going on or an easier way?

Dorkie Dork
__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Reply via email to