Tried the code in knowledge base article: How do I programatically open a
preferences panel?
static void MainGotoPanel( ULong creator )
{
LocalID theDBID;
UInt theCardNo;
DmSearchStateType theSearchState;
// Grab the id of the panel we want to launch
DmGetNextDatabaseByTypeCreator(true, &theSearchState, sysFileTPanel,
creator,
true, &theCardNo, &theDBID);
// Launch the panel
SysUIAppSwitch(theCardNo, theDBID, sysAppLaunchCmdPanelCalledFromApp,
NULL );
}
it works fine (for any known panel items). However, I cannot find the creator
id for "Color Theme" in the panel. Tried 'coIP' which shows up in Filez' ROM
app list but not working.
Please help.
Thanks
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/