Punchinello
Programmer
With Delphi 7 under XP, I've placed a coolbar on the main form of an MDI project and added 2 toolbars, each in their own band of the coolbar. In one toolbar, I've placed a bunch of toolbuttons. On the other, I've assigned its Menu property to the form's TMainMenu control. I don't want to provide a means of storing user preferences so I don't want the user to be able to move the bands around (or else they would move them and expect them to be in the moved position next time) so I set the FixedSize property of both bands to True. The problem is that the compiled exe shows the menu band below the button band and I don't know why. I've tried a zillion combinations of settings changes to the TCoolbar, TCoolBands, TToolbar.
Any ideas?
Any ideas?