RE: [flexcoders] Re: ToggleButtonBar: Styling Individual Button

2006-08-29 Thread Jason Szeto
:[EMAIL PROTECTED] On Behalf Of lostinrecursion Sent: Monday, August 28, 2006 9:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ToggleButtonBar: Styling Individual Button Jason, How do you iterate through the ButtonBar? Meaning I notice the following code does not work

[flexcoders] Re: ToggleButtonBar: Styling Individual Button

2006-08-29 Thread grae_hall
Hey hey hey, I had just such a question, so I spent a bit of time looking into how to access the child buttons of a button bar, and skin them uniquely, as opposed to simply skinning the first - rest - and last. I figured out how to do it, and ran a cool looking custom skin over the top of it,

[flexcoders] Re: ToggleButtonBar: Styling Individual Button

2006-08-28 Thread lostinrecursion
Jason, How do you iterate through the ButtonBar? Meaning I notice the following code does not work and reports an error in Flex: myButtonBar.getChildAt(0).setStyle(backgroundColor, 0x99); Thank you. (I will also check out the documentation on this as well) -Kenny -- Flexcoders