It's actually a little more complex than just changing the type to 'panl'. Palm Inc devices launch preference panels with sysAppLaunchCmdPanelCalledFromApp and display a 'Done' button at the bottom of the screen and don't have the trigger and list of preference panels at the upper right hand corner. Other devices (Sony, PalmSource simulator etc) launch preference panels with sysAppLaunchCmdNormalLaunch and don't display a 'Done' button but have the trigger and list at the upper right hand corner. Your preference panel should support both methods of launching.
Also when a different panel is selected (using the trigger and list with sysAppLaunchCmdNormalLaunch), your code will need to tell the prefs app what the new active panel is. Mark -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Damme Sent: Monday, March 06, 2006 12:11 AM To: Palm Developer Forum Subject: Re: Appliction-specific Prefs panel; how? Luc Le Blanc schrieb: > Maybe I was then day dreaming, but I sort of recall reading that apps > could add their own preferences panel in th built-in Prefs. program. > If so, how? Nor my programming bible nor the companion explain that. > > It should be an application with type 'panl' and your own creator id. Thomas -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
