Difference between revisions of "LMD VCL 2011 - What's New?"
From LMD
Line 9: | Line 9: | ||
=== LMD DockingPack === | === LMD DockingPack === | ||
+ | [*] Design-time behavior has been drammatically improved: designer hints has been disabled to reduce splitter-moving flickers; default (useless in this case) designer mouse-moving of dock-panels has been disabled to reduce flickers; dragging dock-panels in the "Structure" Delphi's tree-view has been disabled to prevent panel's Parent change. | ||
+ | |||
+ | [+] New! Experimental feature has been added. On the "LMD Docking" palette page new item has been added. This is not a simple component item. Dragging the item over a docking site will initiate interactive (docking-like) process of new panel creation: | ||
+ | |||
+ | [[Image:NewDockPanel.png]] | ||
+ | |||
+ | [-] Bug #775 has been fixed. Now OnClick is fired when you click dock-panel. | ||
== LMD-Tools == | == LMD-Tools == |
Revision as of 09:51, 12 August 2010
<< Back to Getting started page
Contents
General
Support for IDEs and operating systems
Common new features
LMD DockingPack
[*] Design-time behavior has been drammatically improved: designer hints has been disabled to reduce splitter-moving flickers; default (useless in this case) designer mouse-moving of dock-panels has been disabled to reduce flickers; dragging dock-panels in the "Structure" Delphi's tree-view has been disabled to prevent panel's Parent change.
[+] New! Experimental feature has been added. On the "LMD Docking" palette page new item has been added. This is not a simple component item. Dragging the item over a docking site will initiate interactive (docking-like) process of new panel creation:
[-] Bug #775 has been fixed. Now OnClick is fired when you click dock-panel.