Posted 19 years ago
by John Mancine
I am using a ToolBar inside a ToolWindow, docked at the top. I then go into my BarManager and drag a command onto this toolbar. Everything seems to be great, but when I compile there is a problem with the order the code is being produced inside the MainForm.designer.cs code.
The 'link' for the command is being produced *before* the actual command is created.
*Update* After deleting both the barManager and dockManager - and making sure that I create the barManager *first* before the dockManager seems to solve this problem.
Thanks,
John
[Modified at 02/23/2006 01:20 PM]
The 'link' for the command is being produced *before* the actual command is created.
*Update* After deleting both the barManager and dockManager - and making sure that I create the barManager *first* before the dockManager seems to solve this problem.
Thanks,
John
[Modified at 02/23/2006 01:20 PM]