The events you are concerned with are keyDown and keyHold. Just set the handled flag if you want to prevent them activating other programs.
Roger Stringer At 03:15 AM 12/12/2007, you wrote: >Subject: Re: Programming soft keys on the TX >From: Hynek Sladky <[EMAIL PROTECTED]> >Date: Tue, 11 Dec 2007 10:12:45 +0100 >X-Message-Number: 2 > >You can register for notification eventDequeued and replace all keyDown >and such keys with nil events... >If you don't want to slow your Palm down a lot you must pass pointer to >locked function in notify registering because notification to app is >quite slow... (in one of my projects it run 40x slower through PilotMain >than if jumped directly to notification function. The only change was >just switch from app notification to function notification...) > >Hynek Sladky > > >J Wilson wrote: > > Like I said, I need a solution that will work **when my app is > not currently running**. Roger Stringer Marietta Systems, Inc. (www.rf-tp.com) -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
