[flexcoders] Re: Scale To Fit

2009-03-05 Thread Bjorn Schultheiss
I've got a measuring class to do it. Scale to fit, fill, stretch and center. it return a matrix of the values. --- In flexcoders@yahoogroups.com, pliechty pliec...@... wrote: Does Flex have a scale to fit mechanism? I would like to scale a component to fit in the visible screen space.

[flexcoders] Re: Scale To Fit

2009-03-05 Thread foobone9
The developer's guide regarding layout sizing: http://livedocs.adobe.com/flex/3/html/help.html?content=size_position_2.html --- In flexcoders@yahoogroups.com, pliechty pliec...@... wrote: Does Flex have a scale to fit mechanism? I would like to scale a component to fit in the visible

Re: [flexcomponents] RE: [flexcoders] Re: Scale to fit, revisited

2008-09-03 Thread Richard Rodseth
Sorry folks. One more time with attachment renamed to foil the filters. On Wed, Sep 3, 2008 at 10:28 AM, Richard Rodseth [EMAIL PROTECTED] wrote: Cross-posting to flexcoders... On Wed, Sep 3, 2008 at 9:34 AM, Richard Rodseth [EMAIL PROTECTED]wrote: On Tue, Sep 2, 2008 at 9:51 PM, Alex

[flexcoders] Re: Scale to fit, revisited

2008-09-02 Thread Richard Rodseth
I'd really love some review of the code below. I made one correction in red: the target of the move() call should be this rather than _content. Some refactoring might be in order. The dance between the contentholder and the ScaledContent parent due to the _allowInvalidateSize issue is a bit

RE: [flexcoders] Re: Scale to fit, revisited

2008-09-02 Thread Alex Harui
If you post a test case, I might get a chance to look at it. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Richard Rodseth Sent: Tuesday, September 02, 2008 4:44 PM To: flexcoders@yahoogroups.com; [EMAIL PROTECTED] Subject: [flexcoders] Re: Scale to fit, revisited I'd