This issue can be reproduced by adding this code to ColumnStack
<groupings:fills>
<degrafa:SolidFill id="rollOverFill" color="0xDDDD00" alpha=".6"/>
</groupings:fills>
<groupings:strokes>
<degrafa:SolidStroke id="rollOverStroke" weight="1" color="white"/>
</groupings:strokes>
<groupings:states>
<states:State id="rollOverState"
enterStateEvent="mouseOver"
exitStateEvent="mouseOut"
targets="['myCol','myCol']"
properties="['fill,'stroke']"
values="[rollOverFill,rollOverStroke]"/>
</groupings:states>
and running the HClusterStack example, rolling the mouse over the column
stack. The problem arises because a property the layout is watching changes
when the layout is not in a render cycle. This functionality worked
properly in a build shortly before the alpha 1.0 release.
Original issue reported on code.google.com by mvand...@gmail.com on 4 Jun 2009 at 2:00
Original issue reported on code.google.com by
mvand...@gmail.com
on 4 Jun 2009 at 2:00