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
90
Button tooltips do not refresh.
posted

Hi,

For localizing purposes I use

this.ultraToolbarsManager1.Toolbars[0].Tools["run"].SharedProps.ToolTipText =

TranslationProvider.GetLocalizedText("0", frmMain.LanguageID, "TLT_EXECUTESQUERY");

this method takes localized data from an array.

I check that ToolTipText is changed in debuger but it is not changed on the tooltip of the button.

Also this sharedprops.visible = true;

Any ideas?

 

Thank you

D.E.

  • 44743
    posted

    Make sure the ToolTipTextFormatted is not set because that will override the ToolTipText. Otherwise, it is tough to say what the problem might be without seeing more of the code being used. I would recommend submitting a sample which reproduces the issue to the support group: http://es.infragistics.com/gethelp.