Re: [flexcoders] Dynamically Resizing

2008-04-16 Thread Clint Tredway
use percentWidth and percentHieght

On Wed, Apr 16, 2008 at 12:46 PM, meltonianweb <[EMAIL PROTECTED]> wrote:

>   Greetings,
> I'm new to flex coding and what I'm trying to do with my current
> project is automatically resize panes (canvases?) by mouse actions
> like mouseover. I need to use percentages because I want the total
> width to be 100% regardless of the browser size. I've written an
> actionscript module and I'm trying to use ObjectName.width, but it
> only takes a number as an argument. This is probably a silly question
> and the answer is probably easy.
> Thanks a bunch for all your help.
> Mel
>
>  
>



-- 
http://grumpee.instantspot.com/blog


[flexcoders] Dynamically Resizing

2008-04-16 Thread meltonianweb
Greetings,
I'm new to flex coding and what I'm trying to do with my current
project is automatically resize panes (canvases?) by mouse actions
like mouseover. I need to use percentages because I want the total
width to be 100% regardless of the browser size. I've written an
actionscript module and I'm trying to use ObjectName.width, but it
only takes a number as an argument. This is probably a silly question
and the answer is probably easy.
Thanks a bunch for all your help.
Mel