<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>All Discussions - LMD Innovative - Forum</title>
      <link>http://forum.lmd.de/discussions/feed.rss</link>
      <pubDate>Fri, 18 May 12 02:46:35 -0400</pubDate>
         <description>All Discussions - LMD Innovative - Forum</description>
   <language>en-CA</language>
   <atom:link href="/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Fixes to avoid &quot;no Parent-Window&quot; exception</title>
      <link>http://forum.lmd.de/discussion/74/fixes-to-avoid-no-parent-window-exception</link>
      <pubDate>Mon, 14 May 2012 07:45:26 -0400</pubDate>
      <dc:creator>BernhardGeyer</dc:creator>
      <guid isPermaLink="false">74@/discussions</guid>
      <description><![CDATA[Please change following code to avoid above exception unter some circumstances:<br /><br />ElPgCtl.pas<br /><br />TElPageControl.ChangeActivePage -&gt; Add "if HandleAllocated then" bevore Realign<br />TElPageControl.IntMouseDown -&gt; Add try..except around SetFocus<br />TElPageControl.IntLButtonUp -&gt; Add try..except around SetFocus<br />TElPageControl.RecalcTabPositions -&gt; Change "if HasVP then" to "if HasVP and HandleAllocated then"<br /><br />ElTree.pas<br /><br />TElTreeItem.RedrawItemPart -&gt; Add "if FOwner.FView.HandleAllocated() then" bevore InvalidateRect<br />TElTreeItem.RedrawItem -&gt; Add "if FOwner.FView.HandleAllocated() then" bevore InvalidateRect<br /><br /><br /><br /><br />]]></description>
   </item>
   <item>
      <title>LMDWebPack Demos - Can&#039;t get any working!</title>
      <link>http://forum.lmd.de/discussion/62/lmdwebpack-demos-cant-get-any-working</link>
      <pubDate>Thu, 19 Apr 2012 08:01:45 -0400</pubDate>
      <dc:creator>JohnB</dc:creator>
      <guid isPermaLink="false">62@/discussions</guid>
      <description><![CDATA[Following a recent purchase of the web pack I thought I'd just run through the demos to see which one best suited my needs. Essentially what I originally wanted is for an application to update itself from the web (or preferably intranet) whenever there was a newer version of the application file.<br /><br />I'm not clear which of the "auto update" demonstration programs would be best suited so I've been trying them all with little success. Having got them apparently connecting to a web site (I couldn't get anywhere with an intranet connection) for pAutoUpdate I get "cant find LMDAutoUpdate component" and for the others I get "unrecognised scheme" error message.<br /><br />Could someone point me in the right direction please as to :<br /><br />a) Given what I want to do (a typical request I should think!), what of the updates would be the best to use?<br />b) What am I stupidly doing wrong to get these errors?<br /><br />I've had a trawl through the Wiki option and other documentation but fear I have now spent so much time on this that I'm just confusing myself!<br /><br />Many thanks<br /><br />John<br />]]></description>
   </item>
   <item>
      <title>Re SyntaxEdit: How do I avoid seeing an &quot;End of document reached...&quot; message using Search</title>
      <link>http://forum.lmd.de/discussion/72/re-syntaxedit-how-do-i-avoid-seeing-an-end-of-document-reached...-message-using-search</link>
      <pubDate>Tue, 08 May 2012 12:50:15 -0400</pubDate>
      <dc:creator>johnc</dc:creator>
      <guid isPermaLink="false">72@/discussions</guid>
      <description><![CDATA[I am using TLMDCustomEditView.SearchFirst to perform a simple search. At the end of the search I get a messagebox reading "End of document reached. Continue search/replace from start?". How do I eliminate this message?<br /><br />Thank you!<br />]]></description>
   </item>
   <item>
      <title>TLMDSysSystemInfo on Windows 7</title>
      <link>http://forum.lmd.de/discussion/63/tlmdsyssysteminfo-on-windows-7</link>
      <pubDate>Tue, 24 Apr 2012 04:57:43 -0400</pubDate>
      <dc:creator>rvp71</dc:creator>
      <guid isPermaLink="false">63@/discussions</guid>
      <description><![CDATA[Hello,<br /><br />I have 2012.2 version of the components installed on Delphi XE.<br />I cannot get TLMDSysSystemInfo or other of those components work.<br /><br />Are these components capable for Windows 7?<br />]]></description>
   </item>
   <item>
      <title>LMD Docking Pin Question</title>
      <link>http://forum.lmd.de/discussion/71/lmd-docking-pin-question</link>
      <pubDate>Sun, 06 May 2012 10:48:30 -0400</pubDate>
      <dc:creator>Stewart81</dc:creator>
      <guid isPermaLink="false">71@/discussions</guid>
      <description><![CDATA[Hi,<div><br /></div><div>I haven't purchased the docking pack yet as I am evaluating it to determine if it will fit my needs. So far I have been very impressed but there is one question I have that I haven't been able to figure out myself. I have a panel which I want to stay universally tabbed except when it's needed to display information to the end user so my plan is to leave it in the pinned state. The question I have is there a way to have the panel slide out via code and keep it slid out as long as I need it to be and then hide it again when I am done with it?</div><div><br /></div><div>Thanks for your feedback and once again so far this appears to be a heck of a nice library.</div><div><br /></div><div>Thanks,</div><div><br /></div><div>Stewart</div>]]></description>
   </item>
   <item>
      <title>Unicode-EnabledTElFileNameEdit</title>
      <link>http://forum.lmd.de/discussion/67/unicode-enabledtelfilenameedit</link>
      <pubDate>Fri, 27 Apr 2012 08:18:39 -0400</pubDate>
      <dc:creator>BernhardGeyer</dc:creator>
      <guid isPermaLink="false">67@/discussions</guid>
      <description><![CDATA[Hi,<br /><br />please make TElFileNameEdit Unicode-Enabled for pre-D2009-Version.<br />I've changed following to get it run:<br /><br />Change String -&gt; TLMDString<br />TElFileNameDialog = class(TLMDSaveDialog)<br />and disable TaskModualDialog-Methode of TElFileNameDialog.<br /><br /><br />The best think would to move to TLMDFileOpenDialog, but this could cause problem because of OnBeforeDialogExecute-Event.<br /><br /><br /><br />]]></description>
   </item>
   <item>
      <title>How to Change fontcolor in Memo</title>
      <link>http://forum.lmd.de/discussion/69/how-to-change-fontcolor-in-memo</link>
      <pubDate>Sun, 29 Apr 2012 13:29:53 -0400</pubDate>
      <dc:creator>RobertP</dc:creator>
      <guid isPermaLink="false">69@/discussions</guid>
      <description><![CDATA[Hi<br />I want override the TextOut and change color depending on text<br />How to?<br />]]></description>
   </item>
   <item>
      <title>limiting docking freedom</title>
      <link>http://forum.lmd.de/discussion/65/limiting-docking-freedom</link>
      <pubDate>Wed, 25 Apr 2012 08:34:13 -0400</pubDate>
      <dc:creator>Roadrunner</dc:creator>
      <guid isPermaLink="false">65@/discussions</guid>
      <description><![CDATA[Being a LMD DockingPack newbie, I miss how-to´s or samples showing how to limit the users freedom (and thereby potential problems).<div><br /></div><div>One example could be an ap where two panels are docked to the appplications right border.&nbsp;</div><div>The user should be able to pull the pin and autohide both panels, but no additional panels should be dockable to this zone and the two panels sholud not be able to detach from this zone.</div><div>I think the key is the Site's OnDockOver event, but I'm unsure of the criterias.</div><div><br /></div><div>Best regards</div><div>Roadrunner</div>]]></description>
   </item>
   <item>
      <title>Docking component</title>
      <link>http://forum.lmd.de/discussion/47/docking-component</link>
      <pubDate>Sun, 01 Jan 2012 16:44:52 -0500</pubDate>
      <dc:creator>philgerm</dc:creator>
      <guid isPermaLink="false">47@/discussions</guid>
      <description><![CDATA[with delphi XE2 and new theme ( carbon and other) &nbsp;the Hotspot is no visible ?]]></description>
   </item>
   <item>
      <title>Maximize LMDDockPanel</title>
      <link>http://forum.lmd.de/discussion/58/maximize-lmddockpanel</link>
      <pubDate>Sun, 25 Mar 2012 17:59:28 -0400</pubDate>
      <dc:creator>maurix</dc:creator>
      <guid isPermaLink="false">58@/discussions</guid>
      <description><![CDATA[<p>Is there a way to display a maximize button in the header or a way to maximize a floating&nbsp;dockpanel like it happens in normai forms. For example Visual Studio does that with the floating windows&nbsp;and VS dock panels can be maximized even putting them on the&nbsp;screen bounds (as it usually happens with forms in Windows 7).</p><p>Thanks.</p><p>&nbsp;</p>]]></description>
   </item>
   <item>
      <title>&quot;Not implemented/Nicht implentiert&quot; bei LMD DesignPack</title>
      <link>http://forum.lmd.de/discussion/68/not-implementednicht-implentiert-bei-lmd-designpack</link>
      <pubDate>Sat, 28 Apr 2012 05:10:17 -0400</pubDate>
      <dc:creator>PeterFunny93</dc:creator>
      <guid isPermaLink="false">68@/discussions</guid>
      <description><![CDATA[Hi,<br /><br />im using the registered version of LMD DesignPack 2012 with C++ Builder XE2 Update 4.<br /><br />When trying to use a TCppWebBrowser on the Designpanel, after every action like move or resize<br />a MessageBox ("Nicht implementiert") pops up.<br /><br />Whats this?<br /><br /><br /><br />---------------------------<br />Benachrichtigung über Debugger-Exception<br />---------------------------<br />Im Projekt designer.exe ist eine Exception der Klasse EOleException mit der Meldung 'Nicht implementiert' aufgetreten.<br />---------------------------<br />Anhalten&nbsp;&nbsp; Fortsetzen&nbsp;&nbsp; Hilfe&nbsp;&nbsp; <br />---------------------------<br /><br />]]></description>
   </item>
   <item>
      <title>Designer not updating properties in property inspector when form is resized</title>
      <link>http://forum.lmd.de/discussion/64/designer-not-updating-properties-in-property-inspector-when-form-is-resized</link>
      <pubDate>Tue, 24 Apr 2012 16:20:25 -0400</pubDate>
      <dc:creator>kgiddings</dc:creator>
      <guid isPermaLink="false">64@/discussions</guid>
      <description><![CDATA[Hi,<br /><br />I have created a form designer, using the design tools,&nbsp; and I have it set so that I'm using a design panel,&nbsp; as I want the form itself to be designable (ie it's size etc).&nbsp; So I set the Module Root to the form,&nbsp; set the forms top and left properties to 0 and set OSDesigner active to true.&nbsp; This is all working nicely except for two things:<br /><br />1. There are no grab icons on the form itself (I suspect this is a feature request)<br />2. Any changes I make to the form (resizing it for example) are not reflected in the property inspector and the ModuleCompsModified event i not fired.<br /><br />I have ExcludeRoot set to False in the LMDDesigner instance.<br /><br />Incidentally the inverse works - editing width in the property inspector updates the forms size in the designer.<br /><br />Regards<br />Keith<br />]]></description>
   </item>
   <item>
      <title>Docking info about dynamically created panels/forms</title>
      <link>http://forum.lmd.de/discussion/70/docking-info-about-dynamically-created-panelsforms</link>
      <pubDate>Mon, 30 Apr 2012 06:53:42 -0400</pubDate>
      <dc:creator>Roadrunner</dc:creator>
      <guid isPermaLink="false">70@/discussions</guid>
      <description><![CDATA[In an application where forms/frames are created dynamicaly and added in TLMDDockingPanels, how do you integrate the saving/loading of panel layout?<div>I would like to register a class/instance information pair on every panel, so I can recreate an identical set, when restarting the app.</div><div><br /></div><div>Is there a solution for this ?</div><div><br /></div><div>in the XML file there is a&nbsp;&lt;zone kind="PANEL" id="frmMain.pnlCalendar"...&gt; entry per panel. Can I customize the id attribute?</div>]]></description>
   </item>
   <item>
      <title>Missing Check &quot;CanFocus&quot; for TCustomElAdvancedPanel</title>
      <link>http://forum.lmd.de/discussion/66/missing-check-canfocus-for-tcustomeladvancedpanel</link>
      <pubDate>Wed, 25 Apr 2012 11:21:46 -0400</pubDate>
      <dc:creator>BernhardGeyer</dc:creator>
      <guid isPermaLink="false">66@/discussions</guid>
      <description><![CDATA[Please add<br /><br />&nbsp;&nbsp; if CanFocus then<br /><br />before<br />&nbsp; <br />&nbsp; FCaptionPanel.SetFocus<br /><br />in methode<br /><br />&nbsp; TCustomElAdvancedPanel.WMSetFocus<br /><br />]]></description>
   </item>
   <item>
      <title>&quot;Block&quot; parameter in TLMDCustomEditView SetSelection ?</title>
      <link>http://forum.lmd.de/discussion/61/block-parameter-in-tlmdcustomeditview-setselection-</link>
      <pubDate>Thu, 12 Apr 2012 16:36:19 -0400</pubDate>
      <dc:creator>johnc</dc:creator>
      <guid isPermaLink="false">61@/discussions</guid>
      <description><![CDATA[The SetSelection method (and some related methods) appears to need a parameter referring to a "block" mode. I don't see this documented. I ~think~ I have the latest help file. This is for the LMD Syntax Editor current as of now (April 2012) installed in C++ Builder 2007. Can you tell me what it refers to? Thank you.<br />]]></description>
   </item>
   <item>
      <title>Dockingpack + OpenGL/DirectX ?</title>
      <link>http://forum.lmd.de/discussion/60/dockingpack-opengldirectx-</link>
      <pubDate>Fri, 06 Apr 2012 10:52:11 -0400</pubDate>
      <dc:creator>bikechecker</dc:creator>
      <guid isPermaLink="false">60@/discussions</guid>
      <description><![CDATA[<p>Hello,</p><p>do you think an OpenGL/DirectX TPanel descendant will work in the docking site?</p><p>I tried a simple TPaintBox (OnPaint event on canvas) and it did not work.</p><p>May the styled painting mess it up?</p><p>Thank you for your answer &nbsp;(and it's a great docking library).</p>]]></description>
   </item>
   <item>
      <title>Save Docking-XML in my own projectfile</title>
      <link>http://forum.lmd.de/discussion/59/save-docking-xml-in-my-own-projectfile</link>
      <pubDate>Tue, 03 Apr 2012 17:19:05 -0400</pubDate>
      <dc:creator>Jens01</dc:creator>
      <guid isPermaLink="false">59@/discussions</guid>
      <description><![CDATA[The XML-string can I get in this way from the Docking-Manager:<br /><br />&nbsp; s := TStringStream.Create;<br />&nbsp; Dockmanager1.SaveToStream(s);<br />&nbsp; Result := s.DataString;<br />&nbsp; s.Free;<br /><br />That works fine! I save it as a XML-string in my project-file.<br /><br />But when I want to send a XML-string from my file to the Docking-Manager Delphi always give an exception.<br />Source:<br />&nbsp; s := TStringStream.Create;<br />&nbsp; s.WriteString(MyXMLstring);<br />&nbsp; Dockmanager1.LoadFromStream(s);<br />&nbsp; s.Free;<br />&nbsp; <br />The exception EReadError comes here:<br />procedure TLMDXmlDocument.Load(aStream: TStream);<br />&nbsp;...<br />&nbsp;&nbsp;&nbsp; aStream.ReadBuffer(aBinarySign[1], LMDBinXmlSignatureSize);<br />&nbsp;...<br />&nbsp;<br />&nbsp;What do I wrong?<br />&nbsp;<br />&nbsp;Greetings Jens]]></description>
   </item>
   <item>
      <title>LMDBiProgressBar</title>
      <link>http://forum.lmd.de/discussion/57/lmdbiprogressbar</link>
      <pubDate>Fri, 02 Mar 2012 16:39:20 -0500</pubDate>
      <dc:creator>horkinc</dc:creator>
      <guid isPermaLink="false">57@/discussions</guid>
      <description><![CDATA[I can't seem to get the LMDBiProgressBar to work correctly.&nbsp; I can't seem to change the color, regardless of color settings.&nbsp; It is always green.&nbsp; Anyone figured this out?]]></description>
   </item>
   <item>
      <title>TElEdit (Memo-Mode) and Autodisplay of Scrollbars</title>
      <link>http://forum.lmd.de/discussion/55/teledit-memo-mode-and-autodisplay-of-scrollbars</link>
      <pubDate>Thu, 23 Feb 2012 05:26:10 -0500</pubDate>
      <dc:creator>BernhardGeyer</dc:creator>
      <guid isPermaLink="false">55@/discussions</guid>
      <description><![CDATA[Is it possible to set some properties to get the scrollbar in TElEdit/TElMemo to be displayed automatically if needed?<br />Currently I can set Scrollbar = ssBoth and the scrollbar is disabled if not needed. I want to get it only visible if needed<br />]]></description>
   </item>
   <item>
      <title>Can&#039;t find ELColorMap</title>
      <link>http://forum.lmd.de/discussion/56/cant-find-elcolormap</link>
      <pubDate>Sat, 25 Feb 2012 09:56:49 -0500</pubDate>
      <dc:creator>gullbyrd</dc:creator>
      <guid isPermaLink="false">56@/discussions</guid>
      <description><![CDATA[I have the task of updating an old Delphi 7 app that used ELPack. It makes extensive use of a unit called ELColorMap. I installed D7 and the ELPack for D7, but there is no ELColorMap and I can't find any reference to it. Is it possible that this is some home-grown unit, or was there once a unit by that name in ELPack?&nbsp;]]></description>
   </item>
   <item>
      <title>TLMDShellList</title>
      <link>http://forum.lmd.de/discussion/54/tlmdshelllist</link>
      <pubDate>Fri, 10 Feb 2012 12:57:47 -0500</pubDate>
      <dc:creator>Dave</dc:creator>
      <guid isPermaLink="false">54@/discussions</guid>
      <description><![CDATA[<p>How do I get LMDShellList to sort correctly when using custom columns?</p><p>Dave....</p>]]></description>
   </item>
   <item>
      <title>Minor SyntaxEdit questions and suggestions for</title>
      <link>http://forum.lmd.de/discussion/53/minor-syntaxedit-questions-and-suggestions-for</link>
      <pubDate>Fri, 03 Feb 2012 14:55:13 -0500</pubDate>
      <dc:creator>tranglos</dc:creator>
      <guid isPermaLink="false">53@/discussions</guid>
      <description><![CDATA[I registered LMD IDE-Tools very recently. I'm just starting to use the editor control and I have a few questions and issues, in order of their relative importance to me:<br /><br />(a) Is it possible to specify the color used for displaying "special characters"? If not, please consider this a feature request. <br /><br />Explanation: I am a translator, and I enable displaying "whitespace" characters in every editor that supports it, because a difference between one and two spaces is sometimes the difference between a correct text and a punctuation error. However, it helps a lot if the special characters can be displayed using a slightly dimmer color, so that they are distinct from the surrounding text. The difference in readability is actually quite significant when there is a lot of text. (I have attached a screenshot to compare the result; the LMD editor is on the right.)<br /><br />(b) How can I highlight every occurence of a string in the editor? I know of the highlight command, but it only applies to the current selection. Instead, it would be great e.g. to highlight all matches after a search (like the Delphi IDE and some other Windows editors do). <br /><br />(c) It would be nice to have the ability to mark modified / saved lines in a gutter bar, like the Delphi IDE does.<br /><br />(d) Is it possible to change the frequency of line numbers? For example, to display the full number every five lines instead of every ten?<br /><br />(e) In the line-numbering bar, is it possible to hide the soft-wrap markers? In a large paragraph with a lot of wrapped lines, they tend to obscure the view. (If not hide them, then perhaps display them in a much dimmer color?)<br /><br />(f) Is it possible to display a ruler above the editor (with distance markers in cm or inches)? Something similar to the left part of the screenshot, perhaps?<br /><br />Thanks a lot for your time!<br /><br />]]></description>
   </item>
   <item>
      <title>URL highlighting in TLMDEditView?</title>
      <link>http://forum.lmd.de/discussion/52/url-highlighting-in-tlmdeditview</link>
      <pubDate>Fri, 03 Feb 2012 13:45:46 -0500</pubDate>
      <dc:creator>tranglos</dc:creator>
      <guid isPermaLink="false">52@/discussions</guid>
      <description><![CDATA[I am using TLMDEditView to edit small pieces of text without any specific syntax highlighting scheme. However, I would like the editor to highlight URLs and make them clickable, which is a popularly requested feature in every current editor. Is it possible? (If not, please treat this as a feature request).<br /><br /><br />]]></description>
   </item>
   <item>
      <title>Can&#039;t use moreWordSeparators attribute in syntax scheme</title>
      <link>http://forum.lmd.de/discussion/51/cant-use-morewordseparators-attribute-in-syntax-scheme</link>
      <pubDate>Mon, 30 Jan 2012 16:09:35 -0500</pubDate>
      <dc:creator>Steve_OH</dc:creator>
      <guid isPermaLink="false">51@/discussions</guid>
      <description><![CDATA[I've been trying to create a new SyntaxEdit syntax scheme. I'm using the demo XML syntax scheme as a starting point. If I add a moreWordSeparators attribute to the "Main" scheme (at line 92):<br /><br />&nbsp;moreWordSeparators='x'<br /><br />I get a range-check error when I try to save the scheme (Error ERangeError on loading syntax scheme contents).<br /><br />-Steve<br />&nbsp;<br />]]></description>
   </item>
   <item>
      <title>LMD Browse Path</title>
      <link>http://forum.lmd.de/discussion/50/lmd-browse-path</link>
      <pubDate>Wed, 25 Jan 2012 15:19:48 -0500</pubDate>
      <dc:creator>CM2</dc:creator>
      <guid isPermaLink="false">50@/discussions</guid>
      <description><![CDATA[Delphi 2007 w/update<br />LMD 7.13.00<br /><br />I am working on a panel component which inherits from TLMDSimplePanel, for an application I am developing. I use ModelMaker 6 to aid with class design and development.<br /><br />For my installed LMD components, the Ctrl-click method that brings up the pointed-at class source (i.e. "code browsing") does not work. <br />I have verified the location of LMDSimplePanel.pas is: <br />C:\Program Files\Borland\ThirdParty\LMD2004\lib\source<br /><br />There appear to be no other copies of it on this machine, and I have verified this via a fully-up-to-date-index Copernic Desktop search.<br /><br />The components seem to otherwise work fine, and everything compiles OK.<br /><br />The following path is in my Delphi Browsing Path:<br />$(ProgramFiles)\Borland\ThirdParty\LMD2004\lib\source<br /><br />..and I don't see any other LMD-related paths there.<br /><br />Code Browsing works fine on my other installed component sets, and (of course) on all Delphi's built-in VCL components.<br /><br />Any idea how to get the Code Browsing functionality working with my installed LMD components?<br />]]></description>
   </item>
   <item>
      <title>Bug in LMDFileCreate (LMDFiles.pas) when getting SVN-Version</title>
      <link>http://forum.lmd.de/discussion/45/bug-in-lmdfilecreate-lmdfiles.pas-when-getting-svn-version</link>
      <pubDate>Fri, 16 Dec 2011 09:31:20 -0500</pubDate>
      <dc:creator>BernhardGeyer</dc:creator>
      <guid isPermaLink="false">45@/discussions</guid>
      <description><![CDATA[Following lines must be delete:<br /><br />&lt;&lt;&lt;&lt;&lt;&lt;&lt; .mine<br />{$IFDEF D+}<br />{$R+}<br />{$ENDIF D+}<br />&nbsp; 0, nil, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, 0));<br />=======<br />&gt;&gt;&gt;&gt;&gt;&gt;&gt; .r8939<br /><br />]]></description>
   </item>
   <item>
      <title>AnyLogger</title>
      <link>http://forum.lmd.de/discussion/46/anylogger</link>
      <pubDate>Sun, 01 Jan 2012 16:36:38 -0500</pubDate>
      <dc:creator>philgerm</dc:creator>
      <guid isPermaLink="false">46@/discussions</guid>
      <description><![CDATA[I have not found in Demo Package the application AnyLogger.exe &nbsp;?&nbsp;<div><br /></div>]]></description>
   </item>
   <item>
      <title>TElHeader and use of Lookup-Functionality</title>
      <link>http://forum.lmd.de/discussion/41/telheader-and-use-of-lookup-functionality</link>
      <pubDate>Mon, 12 Dec 2011 08:24:15 -0500</pubDate>
      <dc:creator>BernhardGeyer</dc:creator>
      <guid isPermaLink="false">41@/discussions</guid>
      <description><![CDATA[I want to use Lookup-Functionality in TElTreeStringGrid /TElHeader.<br />I also set LookupStyle to csDropDownList.<br /><br />When the style is set to this value, I would expect that Lookup is down when select a value in combobox.<br />But I have to do a extra keyboard-click (e.g. )  to get lookup finished and combobox hidden.<br /><br />I've made following changes in procedure TCustomElHeader.EditChange:<br /><br />    if FLookup.Style = csDropDownList then<br />      FLookup.Visible := False;<br /><br /><br />So Lookup is finished when item in combobox is selected.<br />I think this is the move expected behaviour in this combobox-Style.<br /><br /><br />]]></description>
   </item>
   <item>
      <title>ANN: LMD 2012.2 Releases available</title>
      <link>http://forum.lmd.de/discussion/40/ann-lmd-2012.2-releases-available</link>
      <pubDate>Tue, 29 Nov 2011 14:00:59 -0500</pubDate>
      <dc:creator>Rafael Maricca (LMD)</dc:creator>
      <guid isPermaLink="false">40@/discussions</guid>
      <description><![CDATA[New LMD 2012.2 releases are available for all customers with valid LMD 2012 license.<br /><br />Latest changes can be reviewed at:<br /><a rel="nofollow" href="http://wiki.lmd.de/index.php/LMD_VCL_2012_-_What%27s_New%3F">LMD 2012 What is New Page</a>.<br /><br /><br />Please report any bugs/problems in our BTS (bts.lmd.de) in the LMD 2012 project.<br /><br />]]></description>
   </item>
   </channel>
</rss>
