> There are no glue routines to determine if a menu is visible.  

Have you try:

   MenuBarPtr menuP;

   menuP = MenuGetActiveMenu();
   if ((menuP == NULL) || (menuP && (!menuP->attr.visible))) {
   // no menu, popup the alert that VFS is mounted...
   }

Hope that helps.

tnn

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

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

Reply via email to