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
1090
2013.2 ToolTipItem NotSupportedException
posted

Hi, just upgraded to 2013.2.20132.1011 from 2012.1 and I'm now getting this:

System.NotSupportedException: Specified method is not supported. at Infragistics.Win.Misc.UltraLabelControlUIElement.set_ToolTipItem(IToolTipItem value)

 

We are handling the MouseEnterElement and MouseLeaveElement to set the e.Element.ToolTipItem. Thanks.

Parents
No Data
Reply
  • 1090
    posted

    I found the UltraToolTipManager sample and believe the correct answer is to move towards this, but... a simple modification to the sample breaks it i.e. make the text of the label longer than will fit and you now get BOTH tooltips, even though the sample says setting ultraToolTipManager.Enabled = false; will turn off the automatic tooltips.

     

Children