Justin,

thanks very much.  that did it.

pat

--- In flexcoders@yahoogroups.com, "Justin Raymond" <[EMAIL PROTECTED]> wrote:
>
>  
> 
> You can use the following:
> 
> <mx:Resize id="shrink" widthTo="0" target="{navPanel}" duration="1000"/>
>  <mx:Resize id="grow" widthTo="240" target="{navPanel}" duration="1000"
> />
> 
> then call them to run as:
>  
> shrink.end();
> shrink.play();
>  
> and
>  
> grow.end();
> grow.play();
>  
> Hope this helps
>  
> Justin
> 
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Alger Werft
> Sent: Saturday, 12 January 2008 9:09 AM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] resizing and sliding panels?
> 
> 
> 
> what about HDividedBox?
> 
> Alger
> 
> pfkellogg schrieb:
> >
> > i have 2 panels in my app, a thin navigator panel on the left and a
> > fat dashboard panel on the right. I want to click and have the
> > navigator shrink to nothing while the dashboard expands to full size,
> > without using states. like a sliding panel. anyone have links to
> > some samples that work or any ideas? thanks.
> >
> > 
> 
> 
>  
> 
>
#####################################################################################
> Note:
> 
> This correspondence and any files transmitted with it are
confidential. If you
> are not the intended recipient, you must not disclose or use the
information
> contained in it. Any opinions expressed in this correspondence are
those of the
> individual sender, except where the sender expressly, and with
authority, states
> them to be the opinions of ABBOTSLEIGH.
> 
> If you have received this correspondence in error please notify
Abbotsleigh
> immediately by phone (612 9473 7900) or email ([EMAIL PROTECTED]).
> Neither the sender nor ABBOTSLEIGH warrants that any communication
via the Internet
> is free of errors, viruses, interception or interference.
Information is distributed
> without warranties of any kind. 
>
#####################################################################################
>


Reply via email to