>   {
>    FrmHandleEvent (pForm, pEvent);
>    // redraw..
>    bHandled = true;
>   }

  bHandled = false;    // let the system process it

> When this case is there, none of the hard keys (power, the four keys,
> applications, menu, etc) work.. if I comment it out, they start working...
> what am I doing wrong?

  you need to pass the event onto the system so it tells itself:

   "hey, he pressed the power button.. turn off"

  since you catch it before it gets that far, it loves to chew battery 
  :))

// az
[EMAIL PROTECTED]
http://www.ardiri.com/    <--- free games!


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

Reply via email to