Hi again, well, now I have the following problem: I have this
ToggleButtonBar:
<!-- code -->
<mx:ToggleButtonBar id="nav_bloque1" alpha="0.5"
useHandCursor="true" buttonMode="true"
itemClick="ChangeContent(nav_bloque1.selectedIndex);"
mouseOver="handleMouseEvent(event);getSubnav(nav_bloque1.selectedIndex);"
height="26" minWidth="1000" />
<!-- code -->
So when I click the button it brings some information, but what I want
to do is that when I go over a button, that it will display a new
navegation that I made with the TileList depending on the index that I
am over at the moment, but the selectedIndex only changes after I click
at the item, Is it possible to get the index I am Over at?
Thanks