[flexcoders] Individual Tab Header Colors

2006-05-08 Thread Tim Hoff
I read a great post recently that showed how to apply styles to individual tab headers in a tabNavigator with AS3. And like an idiot, I failed to bookmark it. Does anyone have a quick link that shows how to do this? I searched, but came up dry. As always - thanks, Tim Hoff --

Re: [flexcoders] Individual Tab Header Colors

2006-05-08 Thread jeremy lu
you can getChildAt() to get the individual button instance then setStyle() on it. see if this work.On 5/9/06, Tim Hoff [EMAIL PROTECTED] wrote: I read a great post recently that showed how to apply styles toindividual tab headers in a tabNavigator with AS3.And like an idiot,I failed to

RE: [flexcoders] Individual Tab Header Colors

2006-05-08 Thread Gordon Smith
Sent: Monday, May 08, 2006 7:03 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Individual Tab Header Colors you can getChildAt() to get the individual button instance then setStyle() on it. see if this work. On 5/9/06, Tim Hoff [EMAIL PROTECTED] wrote: I read a great post

Re: [flexcoders] Individual Tab Header Colors

2006-05-08 Thread jeremy lu
. - Gordon From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of jeremy lu Sent: Monday, May 08, 2006 7:03 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Individual Tab Header Colors you can getChildAt() to get the individual button instance