https://bugzilla.novell.com/show_bug.cgi?id=425277
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=425277#c5 --- Comment #5 from Jonathan Pobst <[EMAIL PROTECTED]> 2008-09-10 16:00:07 MDT --- Thank you for explaining it! Would the following logic not work? static void ToolTip_Popup (object sender, PopupEventArgs e) { // Find control in a11y tree Node n = Tree.Nodes.Find (e.AssociatedControl); // Add tooltip to tree n.SubNodes.Add ((ToolTip)sender); } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
