[flexcoders] Flex2 ButtonBar; Can its buttons be individually enabled or disabled?

2006-04-20 Thread wlbagent
I know this can be done using individual buttons but can the individual buttons in a ButtonBar component (not the whole ButtonBar) be enabled or disabled? For example. You have a ButtonBar with 4 buttons labeled A,B,C,and D. You want button A to always be enabled but the remaining buttons

Re: [flexcoders] Flex2 ButtonBar; Can its buttons be individually enabled or disabled?

2006-04-20 Thread Michael Schmalle
Hi, Did you cast the returned button instance to Button? var child:Button = getChildAt(buttonIndex) as Button; Peace, MikeOn 4/20/06, wlbagent [EMAIL PROTECTED] wrote: I know this can be done using individual buttons but can the individual buttons in a ButtonBar component (not the whole