Hi all,
I'm having problems with hints. Specifically what I'd like to do is hide the popup hints and instead make them appear in the status bar.
I set the Hint property of the object, create my custom OnHint method and then do something like Application.OnHint := @MyOnHint in the FormCreate method.
What I get this way is that I can correctly see the hint in the status bar (even though I haven't yet understood how the short/long hints work, I always seem to get the short one whatever I do), but also the popup hint: how can I hide only the popup one?
Moreover, this procedure doesn't work with menu items, I don't see their hints in the status bar, better yet I don't see the menu item hint at all: there doesn't seem to be any hint event fired with menu items.
Am I doing anything wrong? Any... hints?

Thanks,
Piero