[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

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