Found at :

http://www.palmos.com/dev/support/docs/palmos35/topissues.html
----------
Problem Symptom:
Tapping on the title bar doesn't bring up the menu

Problem Cause:
        

Application is intercepting the pen taps, or is not letting the system handle 
the frmTitleSelectEvent.

Solution:
        

Let the pen tap or event be handled by the system, or change your code to 
enqueue a frmTitleSelectEvent, or enqueue a menuChr to display the menu in the 
appropriate circumstances.

Additional Info:
        

When the user taps on the screen, a penDown event is sent. The system's form 
event handler function will generate a frmTitleSelectEvent if the user pressed 
and released it on the title. When that frmTitleSelectEvent is handled by the 
system, it enqueues a menuChr, which when handled will display the menus. 
-------------

But this does not helps to solve my problem, because even when I 
remove all event handling, it's still not receiving frmTitleSelectEvent.
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to