PDA

View Full Version : Toolbars


csilviu
03-19-2004, 02:57 AM
How to create a toolbar like Delphi IDE toolbars ? (can be moved and became a small window ...)
Sorry for my english, I hope you understand my question

THX

csilviu@personal.ro

mshkolnik
03-19-2004, 03:02 AM
Drop the TCoolbar on form and every toolbar must be dropped on one band in this coolbar component

With best regards, Mike Shkolnik
http://www.scalabium.com

csilviu
03-19-2004, 03:08 AM
This toolbars cannot be moved out from Coolbar, but only over Coolbar. I need this ...
There is some properties or something ?
I'm using Delphi 5

csilviu@personal.ro

mshkolnik
03-19-2004, 03:13 AM
If you want move, also do the next:
1. set DragMode=dmAutomatic and DragKind=dkDock for every toolbar within coolbar
2. set DockSite=True for coolbar

With best regards, Mike Shkolnik
http://www.scalabium.com