[flexcoders] Re: Locking the Max Size of a Component

2006-05-19 Thread Tim Hoff
Hi Harris, You can acheive this similar to the following code. The canvas (id="applicationCanvas") is originally set to a percentage-based height and width. When the browser is maximized, you can set the minHeight and minWidth to explicit values. This willreplace the percentHeight and

[flexcoders] Re: Locking the Max Size of a Component

2006-05-19 Thread Harris Reynolds
Tim, You are the man. Your solution works great. I had started thinking that the answer lied in the minWidth/minHeight properties, but hadn't even run across the resize event on the Application container. SWEET! Thanks again, ~harris p.s. The one thing I did change was a simple null