RE: [flexcoders] How to scale containers?

2007-11-14 Thread Mark Ingram
. Seems to work ok! Thanks, Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: 13 November 2007 17:42 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to scale containers? You;ll have to add

RE: [flexcoders] How to scale containers?

2007-11-13 Thread Mark Ingram
I suppose I should say the problem I have, that might help: If I have a component that is 100x100, I want to display it's contents scaled down by 50%. So I set the scaleX scaleY properties to 0.50. The trouble is, when I view my container, it is now 50x50. I can see why it's done that, but

RE: [flexcoders] How to scale containers?

2007-11-13 Thread Alex Harui
You;ll have to add another container layer From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Tuesday, November 13, 2007 6:19 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How to scale containers? I