At 09:10 2002-12-2 -0800, you wrote:
If you want to start your app from the calc/star silkscreen button or the home silkscreen button, there are system preferences that you can set using the values in Preferences.h and the PrefsSetSysPreference API call as well.I'm sure others who have actually done this can provide a better response, but...How shall i do if i want to start my application from silkscreen virtual key?
On pre-5.x systems you could patch any one of several event-related routines, such as SysHandleEvent or EvtGetSysEvent.
Starting with Palm OS 5, you could register to receive the sysNotifyVirtualCharHandlingEvent notification.
(exact names may be slightly off here... I didn't cross check the exact header file/API docs)
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
