Native hints/tooltips under Vista/7 with Delphi 7?
Asked Answered
V

1

17

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

I've found a nice component which could solve the issue, but it only partially works. TListView components' tooltips aren't shown. The screen is blinking for a sec but no tooltips are shown.

How can I display native tooltips in Windows with Delphi 7?

Vet answered 8/6, 2011 at 14:45 Comment(2)
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?Gemmulation
Are you it's a native hint? The native hint has a bluish gradient backgruondVet
F
1

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.

Freebooter answered 19/8, 2011 at 12:28 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.