C#.NET Tooltip Help

Soldato
Joined
20 Oct 2002
Posts
3,469
Location
London, UK
Hey everyone, free BJs (:p) for whoever can help me get my tooltips to work in this situation:

296kxmw.gif




they work if nothing is obstructing them, example here:

11hwhzk.gif


Is there some way of getting this to work without getting rid of those semi-transparent bits that are overlayed? :confused:
 
My understanding of tooltips is rather limited but I thought they only displayed for the component that has focus. So if that semi-transparent component is above the little boxes then it will have focus. The only way I can think of doing this is to move it below... which isn't what you want.

Sorry I couldn't be much help!
 
Yeah I ended up moving it below in the end anyway :)

Only way to get it working the way I want is to implement some event handling involving mouse position and coordinates of the object.. not worth the effort I suppose.

Thanks anyway though :cool:
 
Back
Top Bottom