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/
 



Reply via email to