Search found 5 matches

by Roland
Tue Dec 19, 2006 8:03 am
Forum: VCL
Topic: Bug in TeeTree hint handler
Replies: 4
Views: 13864

Hi Tom, <<you want that the Tree's Hint property is restored when the shape's hint is not needed anymore?>> This is correct. I use hints to provide instruction to the User. I also provide a toggle button on all forms to toggle tool tips off when they are familiar with the application. This means tha...
by Roland
Sun Dec 17, 2006 1:59 am
Forum: VCL
Topic: Bug in TeeTree hint handler
Replies: 4
Views: 13864

Hi Tom Say I place a TTree on a form. I store a hint in Tree1.hint which I use for a tool tip when the mouse hovers which is normal Windows behaviour with the ShowHint properties set correctly for both Tree1 and the form. I now run the program but the hint does not show. So, I place a button on the ...
by Roland
Mon Dec 11, 2006 11:50 pm
Forum: VCL
Topic: Bug in TeeTree hint handler
Replies: 4
Views: 13864

Bug in TeeTree hint handler

Hi Delphi 7 Pro; Win2K; TeeChart 7.07 with source. The hint handling in TeeTree is not working properly. The following code segment effectively deletes the tree's hint property setting when the ShowHintShapes property is true. // Called when moving the mouse... procedure TCustomTree.MouseMove(Shift:...
by Roland
Sat Dec 09, 2006 2:10 am
Forum: VCL
Topic: OnClickShape Bug in TeeTree
Replies: 2
Views: 11158

Thanks Tom

That appears to have fixed the problem.

Cheers

Roland
by Roland
Thu Dec 07, 2006 1:50 am
Forum: VCL
Topic: OnClickShape Bug in TeeTree
Replies: 2
Views: 11158

OnClickShape Bug in TeeTree

Hi Delphi 7 Pro; Win2K; TeeChartPro 7.07 with full source. I implement checkbox functionality in TeeTree using the OnClickShape event. This works OK until the tree has a number of nodes requiring a scroll to select the lower nodes or the tree is dragged manually vertically or horizontally (scroll ba...