I didnt see any samples on using the UltraToolTipManager for the tool collection in a UltraToolbarsManager. Is this possible, and are there any samples that I missed that show it being used?
Thanks
Thanks for the quick reply. I see that you are setting tooltip = "add" in .cs file in your solution, but it never appeared on buttonTool3 tool with tooltip "add" on mini tool bar
I forgot to give you version. I'm working on Netadvantage 11.2 CLR 4.0. I would suggest you to try on same version.
You are right that i didnt set ShowToolTips but i just tried with that setting too but didnt help.
Thanks,
Satish
Please
Hello again Satish,
It just came to my mind that you might have not set 'ShowToolTips' on the 'Settings' object of the 'MiniToolbar' to True. I did it in my sample.
Hello Satish,
I tried this and it always works fine for me so I attached my sample to this post for you. Please review it and feel free to let me know if I misunderstood you or if you have any other questions.
I have tried all below three.
ultraToolbarsManager.MiniToolbar.Tools["Add"].SharedProps.Caption= "Add";
ultraToolbarsManager.MiniToolbar.Tools["Add"].SharedProps.ToolTipText = "Add";
ultraToolbarsManager.MiniToolbar.Tools["Add"].SharedProps.ToolTipTextFormatted = "<span>Add</span>";
Nothing worked. Not sure Why tool tip not working. I would appreciate if you can shed some light on this.
Satish.
Just to reply my own question :)
I think this is doable by following these instructions: http://forums.infragistics.com/forums/p/8743/34310.aspx#34310
I did not try it on UltraToolTip but it worked just fine on UltraDesktopAlert :)