Hi,
on this page the usage of log levels is explained (at the end of the section):http://wiki.lmd.de/index.php/LMD_LogTools_tutorial#Basic_Usage
You definitely want to set different log levels in debug/release compilation settings.
This is correct - you can't build designtime packages (Delphi/C++Builder/RAD Studio IDE is 32bit!) in 64bit. Only runtime packages can be compiled in 64bit mode.
Addendum: There was a fix in 2019.10 to handle such problems with Headersections in old DFMs (like the demo you used, we still have to keep D6/BCB6 compatiblity for this). However problem should not happen with new instances at all.
In a quick test with latest IDE (10.3) and ElPack version issue can not be reproced.
Therefore please provide all information which are required to reproduce issue:- Delphi/C++Builder release- ElPack version (are you using latest version or did you …
Sounds like some sort of time scheduler or cronjob code. We don't offer a component for this, but it is really quite simply to implement this within Delpi (search for Delphi Cronjob etc. and you'll find examples of source). More difficult (when runn…
As mentioned, installers for compiled versions contain only interface files (option is disabled by default).For source code, download in your personal download area the installer which is named Source.
1. IniPrefix specifies location if inifile in itIniFileMode - does not have any effect in itRegistry mode.2. If you don't specify a custom RegPath, the global LMDApplication.GetDefaultRegPath method is used to determine a generated regpath (using LM…
setupvcl19src.exe is the source code installer. There is certainly no lib directory, because you load the project group file for your IDE and create them packages and lib files on your system. You only need to set paths to the source folder, so tha…
Actually the compiled executables (albeit a little bit older) are available in product area download section:https://www.lmd.de/products/vcl/nghtml/#downloads
(named HTML-Pack exe demos)
Hi,
@license file installationReadMe explains installation of the license file (one time process). RegUtil is mainly required to check whether license is correctly installed. You have (optionally) GIT access, where neither installation of license fi…
Hi,
>>My LMD Subscription period of “LMD ElPack 2019 (SingleUser, Subscription)” expires on April 14, 2019, and the budget to renew is not available until July this year.
I did not suggest to enable ALL options. Either use the combos (user selects month year via comboboxes): heMonthCombo, heYearComboOR use button items: heMonthBtns, heYearBtns (optionally with *Name elements for display)
Please provide more information or describe in more detail your problem (in best case extract settings of controls out of DFM and provide it here). Placing picker on a form and enabling on CalendarHeader.Elements Month- and Year-buttons seems to wor…