03-09-2006 05:06 AM
03-09-2006 08:31 AM
03-09-2006 08:47 AM
Hello Roberto,
OK, I understand what the problem is. Unfortunately the solution of first duplicating the control and then attaching the tooltip is not suitable for my project. The controls are duplicated in case the User takes certain actions, while the tooltips are attached before running the User Interface. I tried to remove the tooltip using SetCtrlToolTipAttribute (panel, control, CTRL_TOOLTIP_ATTR_ENABLE, 0), but appearantly this doesn't remove the callback chaining on the control. Is there any way to completely remove a tooltip? I could use UnchainCtrlCallback but I don't know the typeName parameter for this function...
03-09-2006 09:00 AM
Hi Roberto,
Appearantly when I use the function InstallCtrlCallback (panel, control, NULL, 0) on the duplicated control, I get no errors when it is discarded.