Re: [flexcoders] set percent value to a Panel's width ?

2007-03-17 Thread Michael Schmalle
Hi, panelID.percentWidth = 17; Peace, Mike On 16 Mar 2007 18:27:12 -0700, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: how do i set percent values to a Panel's width and height in ActionScript? this is what I want : panelID.setActualSize(17%,100%); // this returns an error OR

[flexcoders] set percent value to a Panel's width ?

2007-03-16 Thread offus99
how do i set percent values to a Panel's width and height in ActionScript? this is what I want : panelID.setActualSize(17%,100%); // this returns an error OR panelID.width = 17%// this too returns an error