[flexcoders] Re: two tabnavigators with different tab colors?

2006-06-08 Thread shemeshkale
tnx allnothing of the suggested methods above works in flex 1.5 :the tabStyleName property is not working in flex 1.5the getTabAt() is not recognized in flex 1.5and usig Tab in style (as in the ASDoc example) is setting the same color to all tabs throughout the applicatioso what r u

[flexcoders] Re: two tabnavigators with different tab colors?

2006-06-08 Thread Doug Lowder
I had the same results as you setting the Tab css style - the style seems to be a global one that overrides the current settings, making all tabs the same color throuhout the app instead of just changing them for the current tab navigator control. I tried several approaches, using css stlye

[flexcoders] Re: two tabnavigators with different tab colors?

2006-06-07 Thread shemeshkale
i thought of something like this but its not working! here is my code: what m i doing wrong? ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml; width=100% height=100% mx:Style .MyTabNavigator { background-color:#FF; tabStyleName: myTabStyle; }

RE: [flexcoders] Re: two tabnavigators with different tab colors?

2006-06-07 Thread Jim Robson
Of shemeshkale Sent: Wednesday, June 07, 2006 9:22 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: two tabnavigators with different tab colors? i thought of something like this but its not working! here is my code: what m i doing wrong? ?xml version=1.0 encoding=utf-8

[flexcoders] Re: two tabnavigators with different tab colors?

2006-06-07 Thread shemeshkale
: .MyTabNavigator { background-color:#FF; tabStyleName: myTabStyle; } _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shemeshkale Sent: Wednesday, June 07, 2006 9:22 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: two tabnavigators

[flexcoders] Re: two tabnavigators with different tab colors?

2006-06-07 Thread shemeshkale
. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shemeshkale Sent: Wednesday, June 07, 2006 9:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: two tabnavigators with different tab colors? oops.. here is the code again: NOT WORKING. ?xml version

[flexcoders] Re: two tabnavigators with different tab colors?

2006-06-07 Thread Tim Hoff
2"/mx:HBox /mx:TabNavigator mx:TabNavigator width="100%" height="50%" styleName="MyTab" mx:HBox label="Tab title 1" /mx:HBox mx:HBox label="Tab title 2"/mx:HBox /mx:TabNavigator /mx:VBox /mx:Application_____ From: flexcoders@yahoogroups.

[flexcoders] Re: two tabnavigators with different tab colors?

2006-06-07 Thread Doug Lowder
"Jim Robson" jim.robson@ wrote: Your code works fine for me. I get one red TabNavigator and one blue TabNavigator. I am using Flex 2.0 - I don't know if something changed relative to TabNavigator styles since 1.5. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PRO