I want put a tooltip text over a button, but only works the 6 or 7 first times, before is imposible be the tooltip.
I'm using the default tooltip component configuration, what could be the problem?
Regards.
vtortola Tuesday, March 20, 2007 12:58 PM
The tooltip will never be shown again if you leave it on the button long enough for it to automatically pop out of sight. As set by the AutoPopDelay property. It will reappear if another control displays a tip.
This is by design as MSFT would say. I could not find a way to reset this. I doubt this is a framework problem, more than likely built-in behavior of the native Windows component.
nobugz Tuesday, March 20, 2007 1:37 PM
The tooltip will never be shown again if you leave it on the button long enough for it to automatically pop out of sight. As set by the AutoPopDelay property. It will reappear if another control displays a tip.
This is by design as MSFT would say. I could not find a way to reset this. I doubt this is a framework problem, more than likely built-in behavior of the native Windows component.