If you mean ToolTip, which is shown when the property value is longer than property value cell width, then - no; property inspector shows exactly what is shown in property value cell.
If you mean usual Hint (standard for all Delphi controls), then y…
I've tested your demo. Now error does not occures. I don't know when exactly the next release will occure, but since you reported me a fix, I think, you are able to work with your own fix for now (because I've just copied your lines :) ).
Hi,
Sorry, but as has been already noted, we will not spend more time to optimize repformance. This is how VCL works. So, think yourself what can be done...
Hi,
Currently, there no way to set up the width programmatically. However, as you probably already noted, the user can resize drop-down list using mouse. Btw, I've added the Width property to completion settings of the editor view. So, if you have a…
This should work automatically. On every change property inspector update all their property values.
If you think about it, you can realize that this is a common case in standard components. For example, if you have a data set and its Active = True…
Hi,
I have several things to note:
1) TTreeView and TCmboBox bugs are known. Basically, they implemented so, that they breack VCL conventions. Specifically, they can not work without Parent (e.g. when their Parent = nil). So, this design is the sour…
Hi,
I can't say right now how this is realised in IDE, but basically, this should be done inside TForm class itself. DesignPack does not make any special things to achieve this. If TForm itself (specifically, TCustomForm) does not support this, it s…
Hi,
Basically, to work properly, only registry keys and paths in IDE options are required. Check the following registry key:
[HKEY_CURRENT_USER\Software\LMD Innovative\LMD-Tools 2013\ScriptPack]"VCLImportPath"="...MyInstall\\special\\import"
However…
Hi,
I think you choose a wrong way in your application. Specifically, LMD-DesignPack is not intended to be used with so many controls on the form. We will not spend more time to optimize such things, and will not complicate our code.
However, if you…
Hi,
> and due to the code that is called as part of the notification to the LMDComponentTree (_AssociateNode in RecreateSprigs) it...
The fix is only about mouse handles. That is, when you select/de-select/move many components. This is what you a…
Ok, I've investigated my time to look at this problem deeper and found the following:
- Any form in VCL architecture remembers its last active control (in its ActiveControl property) and attempts to focus it automatically on form activation. This is…
Hi,
Edit completion is a feature, which is hard to undertsand and implement correctly. Usually it implemented with a help from corresponding compiler. So, its considered for advanced users only.
Anyway, there some advices for you:
1) Never use fcWor…
Yes, I meant AutoCurrentDesigner. So, I can't understand your problems now, because you have full freedom, of how and when to set CurrentDesigner; thus - this is your way of which designer to treat as current.
From my viewpoint, its very easy to use…
The demo is only a demo. I know, what you speak about...But, currently, IDE-manager is implemented so, that it treat designer as active only when it has focus. If you need some other "active-designer" (or say "last active designer") algorithm, you n…
Hi,
You should create your own style (based on provided VS2012 style); please read LMD-DockingPack documentation. Basically, you should change style's XML, where change various ShowXXX properties to True. You can look for icon showing properties at …