Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Multiple menu bars Collapse All
Subject Author Date
Leo Mortero Jun 2, 2004 - 11:14 AM

Is it possible to have multiple menu bars?  I have multiple dialog control bars in my app and i’d like some, when activated, to have their own menu bars independent of the main apps menu.


Thanks

Technical Support Jun 3, 2004 - 1:44 AM

Dear Leo,

The command manager’s profile (the CExtCmdProfile class) is designed to work with only one menu bar (the CExtMenuControlBar class). If you want to use one more menu bar, you should allocate yet another profile for the window with it (i.e., call g_CmdManager->ProfileSetup() for this window).
We just sent you a sample project by e-mail.