LMD NG 2016 - News

From LMD
Revision as of 23:28, 1 September 2015 by Rafael (talk | contribs)

Jump to: navigation, search

<< Back to Getting started page

[edit]

General

The new Next Generation (NG) Control Suite supplements the LMD line of products for Embarcadero Delphi/C++Builder. While LMD VCL products still (now and in the future) support legacy IDEs (Delphi/C++Builder 6 and higher), NG components make use of new IDE and language features of most recent IDE releases (Delphi/C++Builder 2009 and above). This approach allows us to neglect compatibility issues (e.g. Unicode and Generics support) and to use ideas which are not possible with older IDEs.
Besides that NG Controls are designed to be lightweight and task-focused. They do not represent a complete framework like the LMD VCL platform and can be used at the same time with LMD VCL controls, the VCL (and later FMX) or any other 3rd Party toolbox. [Top]

Support for IDEs and operating systems

  • Compatible with Delphi and C++ Builder XE2 and better (including new Delphi/C++Builder 10 Seattle).
  • Including 64bit support for XE2 and higher! The next Delphi/C++Builder release will be supported almost immediately after public availability.
  • Supported IDEs
    • Delphi 2009 and all newer releases (depending on package)
    • C++ Builder 2009 and all newer releases (depending on package)
    • All corresponding Studio Products (CRS 2009, RAD Studio 2010 and all newer releases)
  • Supported operating systems
    • Win 2000 or better (including Windows 7/8/10 etc.).

64bit support (Delphi XE2 and higher)

All packages are available in 64bit versions.
[Top]

Reg Utility

Since 2016 release NG Controls uses same license scheme like LMD VCL product line. This you can review on your machine available licenses for both LMD VCL and NG products via the RegUtility. Since version 2013 RegUtility installer copies all files to the %APPDATA%\LMD Innovative folder (instead of system folder in previous releases). As known from previous releases the new reg utilities recognize earlier license files (regardless whether they are stored in system or appdata folder), so that only one reg utility is required for current and previous licenses.
[Top]

NG 2016 DevUtil

The NG 2016 DevUtil tool (available for all registered user) was updated (XE6 - Delphi 10 support) and improved. It is now easier than ever to switch between different workspaces (sets of component packages), even leaving the current IDE is no longer required!
[Top]

NG HTMLPack

VCL Styles support. When VCL Styles are enabled and no background/font settings are provided, styled label and background colors are used.
HTMLPack with VCL Styles support

[Top]

NG DialogPack (Delphi 2010 or higher only)

Full VCL Styles support. The DialogPack demo was revised and allows now (for XE2 and better) to switch between different VCL Styles. When a VCL Style is activated, dialogs engine switches to emulated mode automatically and shows styled dialogs. This automatic switching can be disabled by setting TNGDialogs.EmulatedVclStyles property to False.

Example 1 - Simple TaskDialog (Charcoal Dark Slate)
Simple TaskDialog (Charcoal Dark Slate)

Example 2 - ExpandedText demo (Charcoal Dark Slate)
ExpandedText demo (Charcoal Dark Slate)

Example 3 - CommandLinks demo (Charcoal Dark Slate)

[Top]
CommandLinks demo (Charcoal Dark Slate)

Example 4 - NG InputDialog (Amethyst Kamri)
NG InputDialog (Amethyst Kamri)

Example 5 - NG InputDialog with ComboBox (Amethyst Kamri)
NG InputDialog with ComboBox (Amethyst Kamri)

Example 6 - HTML Template Sample Dialog (Aqua Graphite)
HTML Template Sample Dialog (Aqua Graphite)

[Top]