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.
try toolbarmanager.menusettings.showtooltips = true
I am experiencing the same problem.
Your possible solution did not help !
Is there any new about this or any new updates or other solutions ?