I have some components that I need to instantiate where a user will use dropdowns and sliders and textinputs to choose values that they need to search. When the search begins, I want to destroy the components so that they are garbage collected, but I want the values for the various inputs to persist so that when I instantiate the component again, I can set it to it's last values. What structure do you guys like to use most to do this? I was considering Flex Globals, but I have heard there are more sound ways of doing it. Could you give me your suggestions? (i do not want to store them in a sqlite database)
Thanks -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Persistent-Data-tp14735.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
