[flexcoders] Size of the container, bug or feature?

2005-12-09 Thread Stanislav Zayarsky
Hello Guys, Can please someone explain to me next thing, let's review the code: mx:Script function showSize() { mx.controls.Alert.show(String(cv._width) ++ String (cv._height)); } /mx:Script mx:Canvas id=cv width=100%

Re: [flexcoders] Size of the container, bug or feature?

2005-12-09 Thread JesterXL
to hold values for setting it's size even though it's true MovieClip values have none. - Original Message - From: Stanislav Zayarsky [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, December 09, 2005 12:08 PM Subject: [flexcoders] Size of the container, bug or feature? Hello