Hi,
thanks for feedback. Such errors always have the same cause and can be fixed by following the instructions available at:http://wiki.lmd.de/index.php/LMDVCL-Install
Which LMD-Tools version is used?
I just tried to reproduce issue but failed.
If you use LMD 2014 release, please answer with DFM snippet of the component configuration (if you added other sources, send us demo project to mail@lmdsupport.com) - we'…
Sorry, but I am not quite sure whether I understand the problem.
>> So I deciced to set the ThumbMode to tmFixed and precised a value for ThumbLength that is roughly half the size of the scrollbar. When I do this the bar doesn't scroll anymore…
There is only a smiliar feature, when you use ShowBlankWhenZero property (available at runtime only).Example: ElDateTimePicker1.ShowBlankWhenZero := true; ElDateTimePicker1.DateTime := 0;
When unfocused, an emty value is shown in edit control.
Not sure what you mean. Replace the ListBox1.Items.Add(Rec.Name); and add ListItems instead to a TListView. However I suggest you check e.g. the SearchPack demos. There is exactly the functionality included you are searching (and much more).
There is no built-in search feature (except certainly some sort of manual search in the items list of LMDShellFolder control).SearchPack offers search funtionality (including text search).
No option or something similar, but event you can use to hide zip files (e.g. in LMDShellFolder the OnFilter event, set Accept variable to false for zip files).
>>I am using LMD 6 which doesn't appear to have OnGetLineSettings.I'm finding the drawing code to be difficult to understand so can you provide some sample code to do this?
I strongly recommend that you review the source code of
procedure TLMDListBox.DrawItem(
to learn how to create your own drawing routine (the code above does neglect many things, not only the separation of columns).To change color of lines, there ar…
>>Can you confirm, as the image you posted earlier seems to show, that edits (simple, labelled and spin) in LMDTools 2014 do conform ??? What VCL Style did you use for the image you posted in post #5 of this thread ???
I don't see any problems (note: you forgot to set the ParentBackground property of the panels, so that panels take background color of the parent container). See image:
Again: Setting UseXPThemes is not required (and legacy also. One would use now L…
Already answered via support eMail, however for other users: Problem is almost always caused by the same problem (runtime packages not in system path).Problem solution can be found here: Installing Packages
Aqua Light Slate sounds like VCL Styles, not XP Themes. Are you sure you mean XP Themes? Or do you mean VCL Styles? In any case there is no special action to support VCL Styles. Simply make sure that ThemeMode property of controls do not disable The…
Not sure what problem you had, butlabel1.Font.Name := fontlistbox.FontName; e.g. in OnClick event works fine for me (same as LabelNewFont->Font->Name = ElFontListBox->FontName;). Tested with Delphi/C++Builder XE2 and ElPack 2014.