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.
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.
Hello,
Can you please provide the name of the sample you are having issues with? Also let us know whether or not you still have issues with your application.
C:\Users\Public\Documents\Infragistics\2013.2\Windows Forms\Samples\Misc\CS\ToolTipManager\ShowToolTip Method CS
All I did was add extra text to the label.text to make it longer than the label width and when you hover you see both the tooltip manager tooltip AND the automatic old style tooltip. The source code explains setting ultraToolTipManager.Enabled = false is supposed to turn off the automatic tooltips, but it does not. Running .1011 hot fix.
The old style tooltip you are referring to is actually the label's tooltip. Both the inbox label and the UltraLabel show the tooltip when the text exceeds the size of the label and the label's AutoEllipse property is set to True. If the size of the label is large enough to accommodate all the text then you will no longer see the tooltip.