Hi,
I admitting that legacy property TransparentXPThemes might be confusing. Note that ThemeMode has priority over other look&feel properties, this simplifies all.
>>What I want to achieve is very simple. Put a tElPanel with some color or …
Sorry, I'm not sure how to reproduce. What exactly does your procedure of reversing order?MakeVisible and TopIndex works as expected.
Sample project with problem clearly reproduced would be of great help here.
No this is not a bug.
A "button" rererences here to a "+" - button for expanding branch. If node is a leaf, that is, it has no children, then there is nothing to expand, so by default the "+" button is hidden for leaves.
Hi,
Setting FilteredVisibility to true hides those items which have Hidden flag set to true. That is, FilteredVisibility is used to actually hide items marked to be hidden.As to align, I am not sure I follow your idea here: how we can align with ite…
You asked how to change row heights, but your aim was to hide item. Hiding item is done other way:
ElTreeStringGrid1.Items[0].Hidden := true; ElTreeStringGrid1.FilteredVisibility := true;
Hi,
This does not look like a TLMDVersionInfo component issue, because same thing is shown when you right-click on application and view Properties\Details: the dialog does not show mentioned properties either.
Hi Steve,
There are some issues in redirecting input for TLMDShellConsoleView, but there is a workaround.You can use TLMDSendKeys component to send input to your dos app:
procedure TForm1.Memo1KeyPress(Sender: TObject; var Key: Char);begin LMDSe…
Hi Steve,
I do not observe such an "autokilling" behaviour. I checked this with bat files as well as console applications.To help you in this situation, I have to know what your dos app does and what kind of control do you want - is it just start/st…
Did you check that directory is specified correctly? I see that initial dir works ok.Concerning OnClick handler: it works only for custom buttons (index > 0).Default action overrides OnClick handler for button with index = 0.
Hi Matthias, I checked the issue in XP SP3 and in Win7. I see that in Win7 GlyphSize works as well as in XP. Can you send us a sample project with exact steps to reproduce?
Hi Graham,
Sorry for late reply. I tried to reproduce this issue in Windows 8 and did not observe described behaviour.Can you please send me your sample form where this issue is reproduced?
Best regards,Victor BocharovLMD Innovative
Hi Graham
Thank you for this report.The issue is reproduced and being fixed. Unfortunately, I haven't found a quick workaround that you might use until issue is fixed.But the next update is planned to be released any day now so I'll try to include f…
Hi,
If it is not crucial to call FreeLibrary( CGuestDLLHandle ); right after ShowForm();then you might move FreeLibrary( CGuestDLLHandle ) call to finalization part, this change must remove issue, too.
Hi Bernhard,
I'm not sure what change to implement concerning this observation.Do you want us to add a SetLanguage method so that FLanguage becomes writable?
Hi Graham, thank you for your time investments. With your info the bug was found and fixed. Fix will be available in the next update release. If you have sources, you can download fix from SVN or request it by mail.