no, make your own dialog with a custom handler to prevent the OS from
processing key taps.

----- Original Message -----
From: "Paul Wilcox" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Tuesday, April 24, 2001 6:20 AM
Subject: Disabling the home button


>
> >  hi,
> >  i have disabled the home button using:
> >  static void AppEventLoop(void)
> >  {
> >  Word error;
> >  EventType event;
> >
> >  do {
> >       EvtGetEvent(&event, evtWaitForever);
> >
> >  if (event.data.keyDown.chr == launchChr)
> >       continue;
> >
> >  }  while (event.eType != appStopEvent);
> >
> >
> >
> >  this works fine, but when i call a frmCustomAlert (or similar) the home
> >  key works, is there any way of disabling the button through this alert
> >  dialog?
> >
> >  many thanks,
> >
> >  Paul Wilcox
>  Weir Systems
> >
> >
> >



-- 
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