[flexcoders] Re: TabNavigator tabs style

2005-07-27 Thread bhaq1972
It looks like i've offended you. i apologize sincerely. this group has been and still is very helpful to me. so i dont want to offend anyone. --- In flexcoders@yahoogroups.com, Sreejith Unnikrishnan <[EMAIL PROTECTED]> wrote: > Either one can read the mind or the mail :-) > No point in asking

[flexcoders] Re: TabNavigator tabs style

2005-07-27 Thread zipo13
_ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sreejith Unnikrishnan > Sent: mardi 26 juillet 2005 13:00 > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Re: TabNavigator tabs style > > > Hi Philip

Re: [flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread Sreejith Unnikrishnan
Either one can read the mind or the mail :-) No point in asking to read somebody else's reply! /"have you tried Matt's recommendation i.e. use the styleName property?"/ Anyways, dont worry! You dont get negative scores on this forum. Everybody wins. :-) Thanks for taking the time. bhaq1972 wrote

[flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread bhaq1972
Hi Sree >Now back to the question, if I want to assign corner-radius to only ONE tabNavigator, how do I do it! I'm glad you found your answer. I'm no mind reader, my answer was based on what you asked. What you actually wanted to know was how do to assign the corner- radius for the tabBar in

RE: [flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread Philippe Maegerman
he tabBar property ;)   Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sreejith UnnikrishnanSent: mardi 26 juillet 2005 13:00To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: TabNavigator tabs style Hi Philippe, thats damn good!That is all we need

Re: [flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread Sreejith Unnikrishnan
r des rêves, c'est continuer d'exister...   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sreejith Unnikrishnan Sent: mardi 26 juillet 2005 12:19 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: TabNavigator tabs style

RE: [flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread Philippe Maegerman
I couldn't manage to do it with styles, but came up with some actionscript ;)   It will style all the TabNavigator tabs, but you could easily changeit to update only one tab by passing it's index as an argument ;))   http://www.macromedia.com/2003/mxml">

Re: [flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread Sreejith Unnikrishnan
Hi, You did not say whether you tried and it worked :-) Run thecode below. Look out for the following. Corner-radius is the radius applied to the Navigator and NOT the tabs (desired) when applied using styleName Comment and UnComment the Tab style to see the difference. All the tabs

[flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread bhaq1972
Hi Sreejith, > Infact the question is very simple. > > How do you set corner-radius = 10 to one TabNavigator and corner- radius > = 0 on another in the same application! > I've given up! :-( > have you tried Matt's recommendation i.e. use the styleName property? eg (btw i added your styleshee

Re: [flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread Sreejith Unnikrishnan
ppe Maegerman From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of zipo13 Sent: mardi 26 juillet 2005 8:30 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: TabNavigator tabs style I don't think its possible to set 2 styles to the same control. After loo

RE: [flexcoders] Re: TabNavigator tabs style

2005-07-26 Thread Philippe Maegerman
now that you are talking about TabNavigator, I didn't try.   Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of zipo13Sent: mardi 26 juillet 2005 8:30To: flexcoders@yahoogroups.comSubject: [flexcoders] Re: TabNavigator tabs style I don't th

[flexcoders] Re: TabNavigator tabs style

2005-07-25 Thread zipo13
I don't think its possible to set 2 styles to the same control. After looking at the code of TabNavigator I found that it has a member of tabBar and that this tabBar creates children of an inner class that are not exposed (mx.containers.tabclasses.Tab) since the tabBar creates these dynamicly I don