PDA

View Full Version : MouseOut on HBox


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?

Pipan
01-06-2009, 10:32 AM
rollOver and RollOut is the way to go with containers.
Hope it helped/will help someone :rolleyes:

ljuwaidah
01-06-2009, 11:25 AM
i didn't know that so it helped me :)