[flexcoders] Tab navigator questions ANYONE ?

2005-04-01 Thread r0main


Hello again, my first post was probably hidden in the massive
flex-pricing battle, so I repost it:

Few questions regarding a TabNavigator:
- I'd like to left-align tab label inside of fixed-width tabs, how
can I do this ?
- I'd like to manage the placement of the icons I can display in
tabs, like right aligning that icon when the label itself is
left-aligned 
- Also, how can I change the icon associated with a given tab and
have that tab's icon refresh (ie. changed visually ) ?

Thanks, r0main





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Tab navigator questions ANYONE ?

2005-04-01 Thread Manish Jethani

On Apr 1, 2005 5:33 PM, r0main [EMAIL PROTECTED] wrote:

 Few questions regarding a TabNavigator:
 - I'd like to left-align tab label inside of fixed-width tabs, how
 can I do this ?

mx:Style
  Tab {
text-align: left;
  }
/mx:Style

 - I'd like to manage the placement of the icons I can display in
 tabs, like right aligning that icon when the label itself is
 left-aligned

mx:Style
  Tab {
label-placement: left;
  }
/mx:Style

But this doesn't seem to work.

 - Also, how can I change the icon associated with a given tab and
 have that tab's icon refresh (ie. changed visually ) ?

If you set the icon property of the individual view in the
TabNavigator, the icon on the Tab should get updated.

Manish


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Tab navigator questions

2005-03-31 Thread r0main


Hello, few questions regarding a TabNavigator:
- I'd like to left-align tab label inside of fixed-width tabs, how
can I do this ?
- I'd like to manage the placement of the icons I can display in
tabs, like right aligning that icon when the label itself is
left-aligned 
- Also, how can I change the icon associated with a given tab and
have that tab's icon refresh (ie. changed visually ) ?

Thanks, r0main





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/