[flexcoders] zoom for buttons in ButtonBar

2007-05-18 Thread chen_saraf
Hi, I'm kind of new to Flex :) What would be the way to show zoom effect on buttons contains withing ButtonBar? Thanks, Ken

Re: [flexcoders] zoom for buttons in ButtonBar

2007-05-18 Thread Joan Tan
The individual buttons on a ButtonBar are children of the ButtonBar. Therefore, you would play a Zoom effect specifying a child as the target. Here is an example: mx:Zoom id=myZoom / mx:ButtonBar id=bb horizontalGap=5 itemClick=clickHandler(event); mx:dataProvidermx:Array