>I can read both the keyDownEvent and the appStopEvent, but for some reason
>the ctlselectevent never reaches me.

Certain events are only added to the queue when the system receives a 
certain sequence of events that you don't handle. For instance, a 
penDown event can create a ctlEnter event, which can create a 
ctlSelect event. You have to pass these unhandled events to the 
system event handlers in order to generate the higher-level events.

I suspect you need to include a call to CtlHandleEvent within you own 
code to force the proper event sequencing. Also, you might want to 
check out the sections on event handling in the Companion 
documentation.

Regards,
Steve Mann
-- 
Creative Digital Publishing Inc.
1315 Palm Street, San Luis Obispo, CA 93401-3117
-------------------------------------------
805.784.9461              805.784.9462 (fax)
[EMAIL PROTECTED]       http://www.cdpubs.com

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