Same technique as in standard VCL tree controls: Get access to the current item via GetItemAtXXX method (e.g. GetItemAtY), for example in MouseDown event.
Please mention laways Product version and IDE. This discussion is tagged ElPack - so do you mean an ElPack Inspector control or one of LMD InspectorPack?
This is a choice of your taste. If you use themes, the look of your application will be the same (ignoring OS themes or user settings).
>>Is there some place to find out what the difference would be or the pros and cons of each type of theme s…
>>Where would I find the Anylogger application?Also, I see that LMDLog is supposed to send the messages to the AnyLogger application. Does it also support saving the messages to files?
ElPack and LMD-Tools share the same core, so you can select the controls which fit your needs better. ElPack includes controls which are not included in LMD-Tools (e.g. TElXTree) and vice versa. Newer packs like DockingPack, GridPack etc. belong mor…
BTW: For demonstrating memory leaks FASTMM logs are preferred. Alternatively you can use the Delphi Built-In functionality (ReportMemoryLeaksOnShutDown := True;}
Hi,
there is no attachement. Please send a test demo which reproduces your problem (and which we can use to test against current LMD 2013 release). It is really of importance which type of data you stored. Please send project to mail at lmdteam dot …
This is not LMD related, however check for a first starter this forum entry (in the net search for synchronize memo controls). RichPack demonstrates in one demo synchronizing two LMDRichEdit controls.
Sorry, do not quite understand the approach. You can design forms with components. How you place them into your web browser (or convert them into HTML/XML) would be your task.
Please re-read your code snippet:
if LMDTaskDialog1.execute then ShowMessage(IntToStr(LMDTaskDialog1.ResultRadioButtonId)) ;
You want result of command buttons, not radio buttons. Use ResultButtonId instead. Return values are Modalresult valu…
Demo: Check then two available TaskDialog demosSecond question: The return value tells you only that dialog was shown correctly. TaskDialog can have many different possible return values. Check the result properties instead:
property ResultButto…
1.) a.) Within Delphi application:Standard drag&Drop methods can be used.b.) From different applications: This is not possible in simple way. RichEdit supports by default Drag&Drop from valid sources (e.g. WORD) and there are no events fired…
Simple solution:Place (invisible) panel on it - for this one popupmenu will work (set Align to alClient). SimplePanel can still be moved by using lower size grip area (or provide movable areas by using AlignWithMargin of the invisible panel).There i…
If the help files are correctly installed, entries can be searched via the Search tab (not Index tab).Alternatively you can use viewer like http://helpware.net/mshelp2/h2viewer.htm or use HLP files.