Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

D7 Coolbar problem

Status
Not open for further replies.

Punchinello

Programmer
Apr 25, 2003
116
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top