Difference between revisions of "LMD VCL 2011 - What's New?"
m |
|||
Line 16: | Line 16: | ||
[-] Bug #775 has been fixed. Now OnClick is fired when you click dock-panel. | [-] Bug #775 has been fixed. Now OnClick is fired when you click dock-panel. | ||
+ | |||
+ | [+] TLMDDoxkZone.Index property has been made read-write, so its now possible to set the index to specify the order of a child zone inside its parent zone. The Indexes of child zones determine they visual order in its horz-alignment''''''/vert-alignment parent zone or the order of tabs in tabbed parent zone. | ||
== LMD-Tools == | == LMD-Tools == |
Revision as of 12:20, 16 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 while splitter-moving to reduce 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. On the "LMD Docking" palette page new item has been added. The item is not a simple component item. Dragging it over a docking site will initiate interactive (drag-dock-like) process of the new panel creation:
[-] Bug #775 has been fixed. Now OnClick is fired when you click dock-panel.
[+] TLMDDoxkZone.Index property has been made read-write, so its now possible to set the index to specify the order of a child zone inside its parent zone. The Indexes of child zones determine they visual order in its horz-alignment'/vert-alignment parent zone or the order of tabs in tabbed parent zone.