Gabriel Garcia wrote:

How a program can detect when launch that a new version in installed? in other words, 
that the program can perform some actions when detect that a new version is installed 
over itself.

Gabo


Usually when you exit a program you save some preference information. You declare a version # for the prefs in your app. When the preferences are saved it saves the version # as well. The next time you open the app, read the prefs, and compare the saved version # to the current version # in the app. If the app has a newer version #, then prefs were saved with an older version of your app. Make sense? Bob.

--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to