Hi,
I have a whole list of clickable boxes and I draw grid lines over these
boxes.
Problem : when I mouseOver the grid lines with the mouse, it causes a
mouseOut on the boxes below.
Check <http://www.belgacom.tv> www.belgacom.tv > chose English > Maximize
"my TV guide" portlet window :
>>>>> when you mouseOver a grid line cutting a program box, it causes a
mouseOut on that program box :-(
Is there a way to completely ignore the mouseOver on the drawn grid lines?
To draw the vertical grid lines, I put an HBox above the boxes & I'm drawing
the lines with code inside that HBox.
I've tried setting mouseEnabled and mouseFocusEnabled to false, but no luck.
Setting enabled to false completely blocks all mouseOvers below.
Thx,
Hans.