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
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
2 matches
Mail list logo