|
In ActionScript you must write myUIObject.percentWidth = 100; because the 'width' property is now typed
as Number. The MXML compiler translates the attribute
< ... width="100" ...
> into myUIObject.width = 100; and the attribute < ... width="100%" ...
> into myUIObject.percentWidth = 100; - Gordon From: Hi, -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|

