On Thu, 7 Feb 2002 07:14:04 -0800 (PST), Joe
<[EMAIL PROTECTED]> wrote:

>
>--- John Leung wrote:
>> 
>> 1.  Checking if a menu (or a command bar) is visible.
>> ...
>> 
>
>Perhaps this thread will help you: 
>http://www.escribe.com/computing/pcpqa/m51603.html

The thread didn't mention any thing different from the API manual.  It
mentioned about capturing winEnterEvent and winExitEvent to know when
to start drawing and when to stop drawing.  But that's not what I
want.  As I mentioned before, I want to check if menu is visible
DURING a penDownEvent.  

Here is a sequent of events that will happen.  Let say a menu is
already visible.  Now, I tap on somewhere outside the menu, the
following events occurs:

winExitEvent  for leaving the menu window
winEnterEvent for entering the original form
penDownEvent for the taps on the screen (however, the menu is still
visible at this point until I let the OS finish processing this
event).



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