开发者

Native hints/tooltips under Vista/7 with Delphi 7?

开发者 https://www.devze.com 2023-03-11 02: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\' toolt

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 Wi开发者_开发百科ndows with Delphi 7?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消