RichViewActions Hint Issue

General TRichView support forum. Please post your questions here
Post Reply
Guest

RichViewActions Hint Issue

Post by Guest »

When I use hint in my own popup menu that has nothing to do with RichViewActions, it shows in the statusbar of RichViewActions demo.

How to stop this? I don't see anywhere in code that shows the hints to even stop it.

For example add your own popup menu to RichViewActions test demo. Add an item and set the hint. Show the popup and put your mouse over the menu item. The hint shows in the statusbar. This is very annoying.
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

This is a standard TStatusBar feature.
Set StatusBar1.AutoHint = False to disable it.
Post Reply