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 Tech Support » ID_EXT_BTN_NAME Collapse All
Subject Author Date
Stephan Finkler Jul 4, 2005 - 7:46 AM

Hi,

I miss the ID_EXT_BTN_NAME in the string table.

Is this your intention?

When do you set the STATE_MENUBAR_TMP state?


Technical Support Jul 5, 2005 - 5:08 AM

ID_EXT_BTN_NAME is a command identifier used for the Name: text field in the context popup menu over any toolbar button or menu item when the Customize dialog is open. Please note that the customization subsystem is only available when both Prof-UIS and MFC are used as DLLs in your project.


The STATE_MENUBAR_TMP flag is an internal flag used by the CExtMenuControlBar window to mark CExtCmdItem objects that represent toolbar buttons with popup menus inside the menu control bar. STATE_MENUBAR_TMP is required for dynamic reallocation of command identifiers when the menu bar recreates its buttons, which is common to MDI applications.