[flexcoders] VBox mouseOut: calls the function before actually mousing out?

2006-06-01 Thread Rick Schmitty
I am trying to create a header nav with roll over nav that remembers your current selection. For example, if you select Nav1 it should show the Subnav1 menu. If you were to check out the other nav options, by rolling over only, but not actually select anything, I want to return to the Subnav1

Re: [flexcoders] VBox mouseOut: calls the function before actually mousing out?

2006-06-01 Thread David Clark
I think that you are seeing two different things that you probably are not expecting.Firstly, the controls inside the VBox will also raise mouseOut event and these will bubble up to your handler on the VBox.Secondly, when the mouse moves from being in only the VBox to being in another control,