>Using SysCreateDataBaseList, I can create a list of all 'appl' DBs on the >device. How should I store the user selection? The creator ID or the name? >>I understand that if I store the name, I can later call >>DmFindDatabase to >>find the LocalID and launch it, but what if there were more >>than one Db >>with that name? Would storing the LocalID better? Or would it >>change if >>there were a hard reset on the device? How does PalmOS store >>the apps >>button assignments in its prefs program?
>The preference panels just store the creator ID of the >application. If you look in Preferences.h, you'll see the >structure of the system prefs. What is the quickest way to get the name of the application that has this creatorID (to display it in the popup trigger when displaying my pref form)? DmGetNextDatabaseByTypeCreator followed by DmDatabaseInfo? Or is there a better option? -- Luc Le Blanc -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
