Difference between revisions of "LMD VCL 2016 - News"

From LMD
Jump to: navigation, search
(Created page with "--")
 
Line 1: Line 1:
--
+
== LMD DockingPack ==
 +
 
 +
* New VCL Styles support has been added! New special built-in style, which is called VCLStyle can be used together with VCL Styles feature of the latest Delphi versions (XE2 and up). The style utilize new dynamic colors feature of the LMD-DockingPack styling system to reflect corresponding VCL Style colors.
 +
* The dynamic colors feature allow to specify colors in the style's XML as references to VCL Style colors, font colors and elements colors. As well, some predefined color modification functions, like Highlight, Shadow and Blend, can be used. Moreover, internal system support Accent and AccentText functions, which return bright accent color for each VCL Style; for most styles this color correspond to scButtonFocused color, but for some styles it has been hard-coded to provide adequate accent.
 +
* GDICheck call is removed from BitBlt to work around the bug happens when user sessions is changed.
 +
 
 +
== LMD Tools ==
 +
 
 +
* VCL Styles support has been added to most LMD-Tools controls.
 +
* Windows 10 support has been added to LMD-SysPack.
 +
 
 +
== LMD IDE-Tools ==
 +
 
 +
* VCL Styles support has been added to TLMDComponentPalette component.
 +
* The following events have been added to TElXTree: OnCtlClick, OnCtlDblClick, OnCtlMouseDown, OnCtlMouseMove, OnCtlMouseUp.
 +
* Small bug, related to Lua Script engine, has been fixed in LMD-ScriptPack.
 +
 
 +
== LMD RTFPack ==
 +
 
 +
* TLMDRichPageSetupDialog bug has been fixed.
 +
* The bug with long line and big font size in LMDRichScrollText control has been fixed.
 +
 
 +
== LMD Grid ==
 +
 
 +
* The bug with column idexes has been fixes, which provide grid compatibililty with third-party in-memory datasets.
 +
* OnGetCellColor event has been published in TLMDDBGrid control class.
 +
 
 +
== LMD DialogPack ==
 +
 
 +
* Buttons width calculating bug fixed.
 +
 
 +
== ElPack ==
 +
 
 +
* TElScrollBar using Step property in keyboard mode bug fix.
 +
* Tab processing along with tabs width property has been added in Html controls.

Revision as of 19:42, 4 September 2015

LMD DockingPack

  • New VCL Styles support has been added! New special built-in style, which is called VCLStyle can be used together with VCL Styles feature of the latest Delphi versions (XE2 and up). The style utilize new dynamic colors feature of the LMD-DockingPack styling system to reflect corresponding VCL Style colors.
  • The dynamic colors feature allow to specify colors in the style's XML as references to VCL Style colors, font colors and elements colors. As well, some predefined color modification functions, like Highlight, Shadow and Blend, can be used. Moreover, internal system support Accent and AccentText functions, which return bright accent color for each VCL Style; for most styles this color correspond to scButtonFocused color, but for some styles it has been hard-coded to provide adequate accent.
  • GDICheck call is removed from BitBlt to work around the bug happens when user sessions is changed.

LMD Tools

  • VCL Styles support has been added to most LMD-Tools controls.
  • Windows 10 support has been added to LMD-SysPack.

LMD IDE-Tools

  • VCL Styles support has been added to TLMDComponentPalette component.
  • The following events have been added to TElXTree: OnCtlClick, OnCtlDblClick, OnCtlMouseDown, OnCtlMouseMove, OnCtlMouseUp.
  • Small bug, related to Lua Script engine, has been fixed in LMD-ScriptPack.

LMD RTFPack

  • TLMDRichPageSetupDialog bug has been fixed.
  • The bug with long line and big font size in LMDRichScrollText control has been fixed.

LMD Grid

  • The bug with column idexes has been fixes, which provide grid compatibililty with third-party in-memory datasets.
  • OnGetCellColor event has been published in TLMDDBGrid control class.

LMD DialogPack

  • Buttons width calculating bug fixed.

ElPack

  • TElScrollBar using Step property in keyboard mode bug fix.
  • Tab processing along with tabs width property has been added in Html controls.