As mentioned above you can extract XMLs from res files which are included in the source installer.
Besides that the upcoming LMD 2014 installers include the new visual editor (providing sample theme/XML files).
>>This works as long as the last item is not included. Why?If the last item is not included, then no item becomes automatically selected, so this is an anomaly that may need to be corrected. 0) and deselecting of items is preserved.
Please send an example project to mail @ lmdsupport.com (when sending zip files, please rename file e.g. to myfile(dot)zip). From you description we can only guess what your problem is (also please always mention IDE and LMD-Tools platform release n…
Yes, this is a known limitation of the Ini-file format. Solution is to use enable in connected IniVault the BinaryStream option - but then unfortunately the readibility of Ini-files is lost.We will check for future release whether there is a way to …
There is no special command for this, you would use standard methods (like e.g. SendMessage). But as mentioned in other answer the behaviour of Delete key is not the same as in standard edit controls, so you might have not the results you expect.
No…
Don't understand the question. Currency Inplace-Editor is a special masked control, so it has very special deletion logic (e.g. after seperator no characters are "deleted" but set to "0", same with the first character before decimal character). Simp…
Hi,
yes, you can achieve this following way:Place SplitterPanel on form. Add 2 panes. In right pane switch Mode to bmCustom.In right pane add another SplitterPanel and add 2 panes. That's it.
You need only to make sure that the pane which acts as c…
Hi,
Indeed, somewhat strange behavior. But this seems to happen only when you start pressing space bar at start of paragraph only.
>>Please points out to me that if this bug came from windows RichEdit or from the code in Delphi.
Hi,
helping with what? Switching off features in own compiled versions?Visit your personal download area and get the source installer. To enable/disable features examine the lmdcomps.inc include and switch on/off features as you like. Load the proje…
The error is self explanatory: The 64bit compiler can not find the file mentioned above or the LMD 32bit path is referenced. Check your library path settings for 64bit. The DCU (64bit) path along with the shared path must be referenced.
>>Where do I find 2013.5?I tried to create my own groupproj by copying d17 and changing all occurrences of d17 to d18. Everything compiles OK, but when I try and install each bpl I get an access violation in "delphicoreide180.bpl".
There is unfortunately no automatic way. However if you implement sorting manually you can distinct which header row was clicked by handling the OnHeaderSectionCellClick event (where you have access to all properties of the clicked header cell). Ex…
I just checked out Virtual properties demo in ElXTree MegaDemo project.
E.g. when I add below codepart:
if (SectionIndex mod 2 = 1) then begin
the line Style.FontSize := 20;
all green columns are paint with large fonts. Please check out example …
Sure you are access correct column and all ? Your approach works fine for me (doing a quick test with TElXTree, 2 columns (with second as float) and assigning InplaceFloatSpin control).