Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
790
ToolbarManager tooltip problem
posted

Hi,

I add a toolbarmanager to a form, then create a simple toolbar with buttons. All of them have ToolTips (they explain what each button does).

Now, I have a PopupMenu tool as well, which also contains some buttons. Those buttons also have ToolTips.

The problem is, that tooltips that are on the toolbar itself, are shown when I hover the pointer, but the ones under the popup menu are not. Why is that?

If I add a tooltip text to a button, I expect it to be shown no mater where the button is. The way it is now, the tooltip only works if the button is added directly onto a toolbar, but not if it is added on a popupmenu item.