![]() |
CommandBar Costumize Window Not Initialize |
Post Reply ![]() |
Author | |
overflow ![]() Newbie ![]() Joined: 11 October 2007 Status: Offline Points: 1 |
![]() ![]() ![]() ![]() ![]() 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. |
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Hi,
You have add buttons that will be visible in Customization manually:
Add controls to CommandBars.DesignerControls
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |