>How would you do that? I mean, set it so that if the app is beamed, it >becomes a demo again.
Store your reg info in preferences. When an app is beamed, the prefs don't get beamed as well, so you end up with a demo. If your app needs some databases to operate, I also suggest storing a minimal database inside your app resource fork and using DmCreateDatabaseFromImage to create the DB from that image if it isn't found, rather than having it simply be empty (I do this for the services database for my paging/sms app). Brian _____________________________________________________________________ Mark/Space Softworks voice 408-293-7299 111 West Saint John, 3rd Floor fax 408-293-7298 San Jose, CA 95113 <http://www.markspace.com> PalmOS, Mac OS, Windows and Web Software & Solutions: PageNOW! Wireless Messaging, PhoneWatcher Caller ID, Fax Send and Receive for PalmOS Online & Communicate terminal emulation and serial debugging DataCord serial data cables for Handheld Devices -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
