Hmm,
my guess would be that you return true (means event handled) in your handle event function for your form when checking for pen-events, so that no pen events are handled by the menu itself.
You should check if your main form really is the active window when checking pen-events, and only then you should return handled.


You can check if your main form is active, and not your menu, by using the winEnter- and winExit-events. There's an example in the PalmOS companion somewhere in the menu chapter.

But thats just a guess...

Happy egg hunting,

Jan

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

Reply via email to