Page 1 of 1

RichViewActions Hint Issue

Posted: Sat Oct 22, 2005 6:49 am
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.

Posted: Sat Oct 22, 2005 8:03 am
by Sergey Tkachenko
This is a standard TStatusBar feature.
Set StatusBar1.AutoHint = False to disable it.