Veronica Loell wrote:
I am attempting to capture keyDownEvents in my applications main event loop by using the call
if(event->eType == keyDownEvent).
From reading the API documentation this should also work for the silcscreen buttons such as vchrFind and vchrMenu. It does capture the menu-silcscreen button and the hardchr buttons, it does not however catch the find-silcscreen button.
I am using tracecalls after the call above to get traces of the keyevents captured by my application and their keycode. It seems fro thoose traces that my application is not sent the keydown event for the vchrFind before it is processed by the system.
Am I going about this all wrong or am I putting the code in the wrong place?
I am currently working with a ROM from a m500 device, and palmos SDK 4 (4.0?).
- Veronica
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
