I'm trying to reproduce native hints/tooltips under Windows Vista/7 using Delphi7.

I've found a really nice component which could solve the issue: http://stanleyxu2005.blogspot.com/2008/01/native-hint-window-class.html

It does work but only partially: TListView components' tooltips aren't shown. The screen is blinking for a sec but no tooltips are shown.

Does anyone have any working solutions? (or maybe ideas on how to modify the above?)

Thanks!

link|improve this question

I cannnot reproduce this with in D7 on W7. Setting Hint property of a ListView shows a native hint. And in ViewStyle=vsReport it shows a native hint for truncated values, even if not using this unit. Is there a special kind of situation you are talking about? – NGLN Jun 14 '11 at 21:44
Are you it's a native hint? The native hint has a bluish gradient backgruond – Steve Jul 4 '11 at 15:50
1  
Yes, I am pretty sure. – NGLN Jul 4 '11 at 17:00
feedback

1 Answer

With latest Delphi versions, if the option "Enable runtime themes" is checked, the tooltips are like you want them. (If it's unchecked, the background is yellow). I just test it with Delphi XE and TListView (vsIcon & vsReport).

So one easy (but not free) solution is to migrate to a recent Delphi version.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.