PDA

View Full Version : onMouseOver event for TabNavigator


pinsing
12-09-2007, 10:10 AM
Hi Everyone,

I'm new to Flex (and ActionScripting) ... been working on this problem for ages and can't work it out. Can anyone help me???

All I want to do is capture the mouseOver event when the mouse rolls over a tab in a TabNavigator component. When this happens, I want to get text to display in a text area in a different panel (different text for different tab mouse overs).

How do you capture events for a Tab Navigator?

It's probably a really simple thing to do ...

Thanks.

iq_boy
12-09-2007, 12:55 PM
Hi Everyone,

I'm new to Flex (and ActionScripting) ... been working on this problem for ages and can't work it out. Can anyone help me???

All I want to do is capture the mouseOver event when the mouse rolls over a tab in a TabNavigator component. When this happens, I want to get text to display in a text area in a different panel (different text for different tab mouse overs).

How do you capture events for a Tab Navigator?

It's probably a really simple thing to do ...

Thanks.

if you make the tabs buttons then all you need to do is:
on(rollOver){
gotoAndStop(//the frame you want)
}