The UseCustomScrollBars=true setting was of importance for earlier releases of ElPack when there was no direct support for native theme engines. It remains for compatibility (works without problems in non-themed areas), but it might be possible that…
Hi,
when a cell is currently edited, the color is defined by the current editor. Not the cell properties.
Example:In BeforeOperation connect KeyDown event of editor control:(Sender as TElTreeInplaceComboBox).Editor.OnKeyDown := ElHTMLComboBox1KeyDo…
I am sorry, but I can not reproduce ths issue. When I add dynamically add items to the list, they are correctly selected in combo.Please send example project to our mail account.
Did you set the Style propety of the ComboBox control to csDropDownList (e.g. with (Sender as TElTreeInplaceComboBox).Editor.Style := csDropDownList;)? If yes, please send an example project to mail@lmdteam.com to check out what you are actually doi…
1st: It would be a bad idea to use F22nd: This shortcut inserts stress (accent) marks for the previous character (a very specific feature built in AFAIK in release 5.X on customer request).
Example: Specify a shortcut. Enter e.g. in Edit "a". Then p…
Either create descendant (THackShellList) making RecreateWnd public and then casting your ShellList to this class or simply send message to the shell list control (SendMessage(myShellList.Handle, CM_RECREATEWND, 0, 0); --> RecreateWND method act…
I understand disappointment when the "own" bug is not fixed ASAP. But this is a minor visual (not functional) glitch and does not have high priority.
>>Since Matis BTS is disabled there is no support and bug-fixing from LMD.
Which version are you using (and which OS)? I just tested against LMD 2013 release using the FileManager demo. Regardless which Viewstyle I use Drag&Drop does work.
Anyway: If for some reason Drag&Drop does not work, simple RecreateWnd call…
Same anser as in other eMail. Make sure you have understood concept of semi transparency. There is no transparency without using special background controls (check the demo projects where transparency is demonstrated, also with edit and memo control…
LMD Windowed controls like TLMDRadioButton do not support "real transparency". We call it "semi transparency". Check http://wiki.lmd.de/index.php/LMD_VCL_-_Transparency to lean how to use it (in short: Use a special LMD background control like TLMDB…
Does this happen when horizontal scrollbars are shown?
If you absolutely need to use TElTree, setting UseCustomScrollBars to true should solve your problem.
Using TElXTree, which does not have such problems, instead is recommended, though.
TElXTr…
ElPack and LMD-Tools provide TLMDToolBar/TElToolBar for fast and simple creation of toolbars. Some of your requirements are possible, others are not (e.g. you can freely align image to dropdown/caption of speedbutton. But currently it is not possib…
Beta 1 of LMD 2014.0 Release (including XE5 Support) will be available ob Wednesday. Final Release along with compatible helpfiles about One week later.
I am sorry, example was certainly perfectly wrong (copy&paste error):ElXTree.Items[0].Multiline := true;ElXTree.Items[0].WordWrap := true;ElXTree.Items[0].Height := 50;
If you don't enable Wordwap, there will be certainly no lines.
1.) ScrollRightOneColumn() / ScrollLeftOneColumn()
2.) GetLeftVisibleColumn() / procedure SetLeftVisibleColumn(const Column : Integer)
1. is rather specific, but setting the left first visible column (like TopIndex) might be a sensible addition. I…