How to pass a pointer to a callback function? The function is my keyboard replacement code. And can this code be in the same app where the lines below are (and made start it on tapping on the silkscreen abc-button while e.g. Memopad runs)? Now I have to replace the first NULL to avoid the start, because only my keyboard replacement should open while MemoPad must remain invisibly open. I don't understand and don't succeed with SysNotifyProcPtr. The Companion is too short for me.
SysCurAppDatabase(&myCardNo, &myDbID); > err = SysNotifyRegister(myCardNo, myDbID, sysNotifyKeyboardDialogEvent , > NULL, sysNotifyNormalPriority, NULL); Thank You Walt -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
