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 » CExtToolControlBar Collapse All
Subject Author Date
Ian McIntosh Jan 18, 2008 - 11:12 AM

I create some toolbars dynamically using create.

When I right click on the status bar, I get a list of Control Bars and Tool Bars that should be enabled. All the Control Bars are enabled but my toolbars are not.

What am I doing wrong?

other info:
profUIS v2.81
dwStyle parameter is left as default

Technical Support Jan 18, 2008 - 11:35 AM

We guess you may have forgotten to insert message map entries for each of your control bars:

      ON_COMMAND_EX(ID_VIEW_MENUBAR, OnBarCheck )
      ON_UPDATE_COMMAND_UI(ID_VIEW_MENUBAR, OnUpdateControlBarMenu)
Please also check whether each bar has a unique identifier.