Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Command Bars
  New Posts New Posts RSS Feed - CommandBar Costumize Window Not Initialize
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CommandBar Costumize Window Not Initialize

 Post Reply Post Reply
Author
Message
overflow View Drop Down
Newbie
Newbie


Joined: 11 October 2007
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote overflow Quote  Post ReplyReply Direct Link To This Post Topic: CommandBar Costumize Window Not Initialize
    Posted: 11 October 2007 at 5:17am

Hello!

I how like to ask for help in the following problem.

I have create a class that build a menu bar and several toolbars depending of information store in a database table. So I have not used the designer studio of the CodeJock Studio because it is build in run time. The problem is that I have not been able to make proper used of the toolbar window customization because this appear always empty of icons in the commands and keyboard tabs. My question is what I have to do to see my menu icons in the customize window so that I can create a new toolbar and drag some of the existing icons for the new one or just drag new icons for an existing toolbar. When I say icons I mean actions present in the menu bar that I could want to see as a shortcut in a toolbar.

Notice that I have made the following actions to make this windows possible to open.

CommandBars1.ActiveMenuBar.Customizable = True

CommandBars1.ActiveMenuBar.CustomizeDialogPresent = True

ToolBar.CommandBars.ActiveMenuBar.Customizable = True

ToolBar.CommandBars.ActiveMenuBar.CustomizeDialogPresent = True

 

Thanks in advance.

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 12 October 2007 at 8:25am
Hi,
 
You have add buttons that will be visible in Customization manually:
 
Add controls to CommandBars.DesignerControls
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.031 seconds.