Re: [flexcoders] Setting properties of UIComponents with actionscript

2008-04-28 Thread Maciek Sakrejda
ps.com Subject: [flexcoders] Setting properties of UIComponents with actionscript Date: Mon, 28 Apr 2008 11:07:33 -0500 Hello, How can I set paddingTop etc. when creating an HBox in actionscript. I can't do hBox:HBox = new HBox(); hBox.paddingTop = 10; Also, how can I set a HBox width to a pe

[flexcoders] Setting properties of UIComponents with actionscript

2008-04-28 Thread Josh Millstein
Hello, How can I set paddingTop etc. when creating an HBox in actionscript. I can't do hBox:HBox = new HBox(); hBox.paddingTop = 10; Also, how can I set a HBox width to a percentage. I can't do hBox.width = "100%"; Thanks for any help