How to disable the toggle nature of buttons in spark:Buttonbar so that it would behave similar to mx:ButtonBar?
A:
If you only want to make a visual change:
Create a custom skin class so that the "down state" of the button uses the same skin as the 'up state'.
www.Flextras.com
2010-10-12 17:52:02
also dispatch itemClick(ListEvent)? Looks like flex 4 made it only harder..
newtoflex4
2010-10-28 15:36:14
Yep, Flex 4 Spark components are built for ease of skinning / design; and with such changes some things are harder.
www.Flextras.com
2010-10-28 18:54:02