In event handler callback routine,I return true to tell OS I have handled
it.
If  I call EvtGetEvent outside the callback  function,how do I let OS know I
have handled?
For example,please see the following code:
 While(1)
{
     EvtGetEvent ();
    if ()
      break;
}
if receive a event in the loop,the callback  function don't know maybe.
Thx
_____________________________
http://www.msale.net/bbs
http://sourceforge.net/projects/mscreen/



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to