CallBack in SysNotifyRegister

2003-02-11 Thread Alexandre Barreto
i'm getting problems with the callback param at SysNotifyRegister it says its of invalida type ponter... whats wrong? thanx //** CASL_FLOATNUM TrataWU(void)//SysNotifyParamType *notifyParamsP) { Do

Re: How callback in SysNotifyRegister

2003-01-22 Thread Daniel Seifert
Am Mit, 2003-01-22 um 12.32 schrieb nybxvc : Hi, > SysCurAppDatabase(&myCardNo, &myDbID); > > err = SysNotifyRegister(myCardNo, myDbID, > sysNotifyKeyboardDialogEvent , > > NULL, sysNotifyNormalPriority, NULL); If your replacement function is called MyKeyboardCode, it

How callback in SysNotifyRegister

2003-01-22 Thread nybxvc <[EMAIL PROTECTED]>
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