> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Do menus work across multiple resource files or
> do all menus have to be in the first resource file?

The source file a resource was in at build time has no relevance in the
compiled application.  The linker just grabs all resources in all files.

> If I create a form and menu in a second resource file,
> the menu from the first form/resource file is
> the one that pops up in the second form.  

Check your menu IDs again.  Make sure there are no duplicates in different
resource files.  Check for linker warnings about duplicate resources.

> Do I need to maintain a global pointer to the current form's
> MenuBarPtr and pass that to MenuHandleEvent()?

Almost certainly not, assuming everything is hooked up the normal way via
IDs specified in Constructor, which is what you are trying to do here.

-slj-


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