Hi,
I think there may be a bug with the button tooltips in the Toolbar control. I’ve set the ToolTipText property in the ToolBarButton Collection Editor for each of the PushButton items and also tried adding a ToolTip control directly onto the parent WiseJ.Web.Form but tooltips still not appearing on mouse hover.
Sorry Andrew,
my mistake:
You just need to set Toolbar.ShowToolTips = true. It´s false by default.
Best regards
Frank
Thanks Andrew,
I see the problem now. I have logged that issue as WJ-8204.
We´ll inform you when it´s fixed.
Best regards
Frank
Hi Frank,
Thank you for trying that. I’ve modified your example and attached. The standalone button tooltips work fine (i.e. the 2 buttons you had added). When you add a button to the toolbar using the Buttons property or Edit Buttons in the designer and set the tooltip text on a button, that’s the part that doesn’t appear to be working at runtime.
Hi Andrew,
trying to reproduce the problem I have set up a very simple sample.
But it works ok. Can you please test it and compare to your code to see if you can spot a difference ?
Thanks in advance.
Best regards
Frank
Please login first to submit.