> Normally, you will never call myFormHandleEvent directly : this handler is
> called by PalmOS, with only one parameter (a pointer to the event
> structure).
>
> Could you explain further your needs ?
I use Hackmaster to trap the syskeyboarddialog, I need to defind
some input method structure in the main routine. so I cannot pass
the sturecture into the myFormHandleEvent(eventPtr), e.g. my
FormHandleEvent(eventPtr, mystruc).
how can I pass the mystruc to the myFormhandleEvent?
Eric
>
> -- Denis Faivre - [EMAIL PROTECTED]
> -- Ablivio - http://www.ablivio.com
>
> -----Message d'origine-----
> De : Eric Siu <[EMAIL PROTECTED]>
> � : [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Date : dimanche 8 ao�t 1999 08:38
> Objet : FormHandleEvent
>
>
> > I want to pass more parameter to the myFormHandleEvent, but it is
> >not allowed when compling.
> >
> >FrmSetEventHandler (frm, myFormHandleEvent);
> >
> >it is my prototype of event handle routine,
> >static Boolean myFormHandleEvent(EventPtr eventP, UInt x, UInt y)
> >
> >is there any other way to do that except using globel variable?
> >thanks a lot !
> >
> >E r i c ���_
> >
> > Electrical and Electronic Engineering
> > The Hong Kong University of Science and Technology
> > URL: http://home.ust.hk/~ee_slm
> >
> >
>
>
>