Via properties and events? No. Via creating derived component (or using the calendarform dialog directly) this is certainly possible, though (in later cases you should review the sources).
The help installer can integrate the help file into your IDE (make sure checkbox is checked in help installer for integration "Invoke helpfile..").Whether files are correctly installed and registry setting are correctly set can be evaluated by check…
Any news on this? We would really like to fix a possible bug for the next service pack. Please mention which controls/properties/methods you are using.
LMD SyntaxEdit does not implement MSAA. If you need to support this, you need to derive a custom control which implements corresponding Windows interface (e.g. IAccessible, example can be found in this Stackoverflow request or this overview). Suppor…
There is some sort of misconfiguration. I just tested Rio Installer for DockingPack myself and everything works fine.Such errors happen when either s.o. tries to install packages for wrong compiler (designtime packages for rio have 260 suffix), runt…
All our products will be relased on weekend in 2019 release. Customers with valid subscriptions will receive updated licenses during the next few days in their customer portal, LMD VCL Complete customers with GIT access can access 2019 sources a lit…
Please mention next time your IDE etc. at first place, because your problem described in first message is not a problem in later Delphi releases (VCL supports Color property even for themed controls. E.g. in current 10.2 release you can set Color pr…
Please explain exactly what your problem is or describe your scenario.The MaskType is set in TLMDCalendarComboBox.Init, which is immediately called after component is loaded. So I can imagine only special scenarios (e.g. creating instances at runtim…
Like for almost all LMD controls Color property has no effect when any kind of tyles or themes is active (see property ThemeMode).Set ThemeMode to ttmNone and Color property can be used.
yes, last supported IDE was 10.1 -> thus packages are not binary compatible. At least LMD 2017 or better is required for 10.2 support.Note: All our products include full source code, so you might simply install the source code version and compile…
Thanks for notification. This is a bug in customer area, it shows the version number of the latest NG Pack release. Last LMD VCL version is, as on news and history page, from 26-March 2018.
Eugene meant more precisely is, that ListBox includes a TLMDHeaderControl (available via the Header property) which itself is a thin wrapper around the VCL's own THeaderControl component. There is not much we change about visual style, so if you wan…
In demos folder you find \LMDWebUpdate project group which demonstrates a (simple) implementation of web update mechanism. There is also another demo demonstrating AutoUpdate functionality.
This is actually some kind of a feature. If you really want to avoid this, specify a CustomFormat (set UseFormat to true) or derive a class from TElClock and overwrite the Kick method (it is virtual and can be modified in any way you like).
WebPack does not include server-based mail controls (only controls based on MAPI interface - for this control delphi example exists in \lmdweb\LMDMapi folder).
Please redownload installer. Because of wrong installer the old connectionPack was preloaded. New NG ConnectionPack (2018) uses
cruntimecgooglecdropboxcboxnet
instead of
connection
package.
C++ prefix L represents wide-character strings (UTF-16), not UnicodeString (UTF-8). Please read:http://docwiki.embarcadero.com/RADStudio/Tokyo/de/Unicode_in_RAD_Studio
Since Delphi/C++Builder 2009 standard VCL string type is UnicodeString (which is …
SVN versions (for both NG and LMD controls) are already compatible with Delphi 10.2 Tokjo.So if you own LMD VCL Complete and SVN access, you can already use LMD/NG Controls.All others wait for the 2017.2 release which is expected for Tuesday evening.