Recently, Bill Vlahos wrote: > I have a standalone app for multi-platforms which is a company phone directory > which is almost finished... I would like to have the standalones save window > sizing and positions between restarts and optionally save text in fields the > user enters. > > How do I do this?
Option 1: save a simple preferences file that stores all your parameters at shutdown and reads the parameters in at startup. Option 2: keep your application in stack format and create a standalone "engine" whose sole purpose is to launch your application stack. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design Email: [EMAIL PROTECTED] Web: www.tactilemedia.com
