I followed the lessons on how to use a launcher stack with the main stack being seperate in order to be able to save data when you save the stack.
However, I now have the situation where my launcher does a quick check on a text file on the web server to verify the version number, and if required, downloads a new version of the main stack.
Problem is now, that all data in datagrids are then "erased" because it is a "new" stack.
So the only sensible answer is to store data in seperate files anyway because the main stack cannot store its own data and retain it? Or am I missing something very basic here?
How can i do this ?