try this example

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";>
    <mx:Canvas height="100%">
        <mx:TabNavigator horizontalAlign="right" height="100%">
            <mx:HBox width="800" label="Tab 1" />
            <mx:HBox width="800" label="Tab 2" />
            <mx:HBox width="800" label="Tab 3" />
            <mx:HBox width="800" label="Tab 4" />
        </mx:TabNavigator>

        <mx:HSlider />
    </mx:Canvas>
</mx:Application>

Doug

On Sun, Mar 23, 2008 at 10:38 AM, Anuj Gakhar <[EMAIL PROTECTED]> wrote:

>   Hi Alex,
> Do you mind showing me a little example of how to do this?
> That would be really great...
>
> ----- Original Message ----
> From: Alex Harui <[EMAIL PROTECTED]>
> To: flexcoders@yahoogroups.com
> Sent: Thursday, March 20, 2008 5:28:29 PM
> Subject: RE: [flexcoders] TabNavigator Question
>
>   Wrap the TabNav in a Canvas, and place whatver you want in the open area
>
>
>  ------------------------------
>
> *From:* [EMAIL PROTECTED] ups.com [mailto: [EMAIL PROTECTED] ups.com ]
> *On Behalf Of *anujgakhar
> *Sent:* Monday, March 17, 2008 2:59 PM
> *To:* [EMAIL PROTECTED] ups.com
> *Subject:* [flexcoders] TabNavigator Question
>
>
>
> hi all,
>
> I have a TabNavigator with 4 tabs in it. Each tab has got a HBox with
> a widt of 800. now when this shows up on the screen, it shows me 4
> tabs as expected.
>
> My tabs are right aligned and I want to be able to utilize the empty
> space on the left side of the tabs for something more useful, is this
> even possible ? So just to be clear, a HBox of width 800 and 4 tabs on
> top would leave some empty space towards the left at the top of
> Box...can I put some control in that space...e.g. a slider control ?
>
> I am just running out of ideas on this one...so thought I should ask
> here..
>
> any help would be appreciated.
>
>
>
> ------------------------------
> Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it
> now.<http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ>
> 
>

Reply via email to