Search found 3 matches
- Fri Apr 21, 2006 2:35 pm
- Forum: VCL
- Topic: Showing TeeTree hints
- Replies: 4
- Views: 13588
Thanks Tom. That was the last hint I needed to get it to work. I had to add a little more to make it work. So for others looking to do the hint control in their own application let me give my final solution. In the form's OnCreate I entered the statement: ttree1.ShowHintShapes := False; I then have ...
- Thu Apr 06, 2006 10:27 pm
- Forum: VCL
- Topic: Showing TeeTree hints
- Replies: 4
- Views: 13588
Thanks Tom. That was what I was doing and it doesn't work. By the time TeeTree calls my mousemove event handler it has already determined that the object is completely displayed on the screen and called the CancelHint system routine. I set the hint text but the hint doesn't show. At least I am assum...
- Fri Mar 24, 2006 7:02 pm
- Forum: VCL
- Topic: Showing TeeTree hints
- Replies: 4
- Views: 13588
Showing TeeTree hints
I have a need to show the hint message when the mouse is over a TTreeNodeShape and the entire shape is in view. This is due to Zooming to the point that description is unreadable. I have been unable to figure out how to get around the CancelHint call during the mouse move. By the way for future vers...