@BernhardThank you for answering the question
@GeneryIt is not the goal of ElPack HTML controls to emulate a browser. Only subset of HTML is supported (http://wiki.lmd.de/index.php/LMD_VCL_-_MiniHTML).
>>Also, as they are 2 separate packagesI didn't read in the ReadMe file that they should both be installed in the same directory. if they have a common file then having an older version for LMD should not interfere with the later version of th…
As mentioned already above:Cursor changes are default and an automatic behaviour (CTRL key during drag&drop operations represents Copy operation. This is a standard.)If you want to override or switch off default behaviour, simply add this behavi…
This property is intentionally declared protected. As usually you can simply subclass TElCalculatorEdit, though.
(s.th. like
type TMyHackCalculatorEdit = class(TElCalculatorEdit) public property Precision; end;
Now you can write in code:TMyHackCal…
Hi,
change will be added to next service release. However when you checked code you will see that this problem is handled by higher Delphi versions automatically. For older versions there is/was always possibility to use the ExecuteEnh method.
Please send demo project (which allows to reproduce issue) to mail@lmdsupport.com.When you send in zip files, make sure that you mask filename (e.g. myprojects(dot)zip), otherwise mail will be filtered and won't reach us.
Version info is directly read from the exe - so most probably version info in your exe is wrong (you can simply check this by displaying version properties from Windows Explorer).
EMBT has changed version info settings in the IDE since XE2. Please r…
We can not issue out source files from later to earlier releases, because too much has changed.However you change issue yourself:
Unit ElPopBtn.pas,search forprocedure TCustomElGraphicButton.ActionChange(Sender : TObject; CheckDefaults : Boolean);an…
At earlier times we recommended StyleBuilder from TGT Soft. However it looks like it is no longer supported/developed, hence you must look for an alternative or patch yourself existing msstyle files.
Simply send attachements to mail@lmdsupprt.com. If you send zip/exe files, make sure you rename files (e.g. to myfile(dot).zip, otherwise attachement will be blocked.