This is subtle issue; thank you for your observation. I'll think about what fix would be best for hot track and item hint when hovering embedded html control in elxtree.
Hi Graham,
I remember such error message in eariler ElPack versions but I did not encounter it for quite a while. Could you please list ElPack controls shown on the form when such situation emerges?
Update: in 2011.7, ElXTreeCell received HTMLControlsVisible property. It allows to hide all cell's embedded controls, if any. Also, OnAdjustControlPosition method was changed: aControlName: TLMDString param was substituted by aControl: TControl par…
Visible property has currently no effect, because it is used internally to hide/show controls when items are scrolled/collapsed/expanded. I'll have to apply some fixes to make Visible property functional for embedded HTML controls.
As to GetHTMLCon…
Hi Richard,
I am currently preparing a demo for HTML embedded controls in ElXTree.
Meanwhile, here are quick answers:
1. Yes, you can use OnAdjustControlPosition event. Sample code:
procedure TForm2.ElXTree1AdjustControlPosition(Sender: TObject;
…