Pipan
01-06-2009, 10:14 AM
Im trying to make a menu that will slide in on MouseOver, and slideout on MouseOut.
For this panelmenu i use a simple HBox.
mouseOver="showPanel(event)"
mouseOut="hidePanel(event)"
In this panelmenu(HBox) there are some Buttons. And my problem is when I hover one of these, the mouseOut-even dispatches.
How can I solve this?
For this panelmenu i use a simple HBox.
mouseOver="showPanel(event)"
mouseOut="hidePanel(event)"
In this panelmenu(HBox) there are some Buttons. And my problem is when I hover one of these, the mouseOut-even dispatches.
How can I solve this?