[flexcoders] Re: Expanding size of panel, and its contained objects.

2009-01-16 Thread aceoohay
, January 12, 2009 2:15 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Expanding size of panel, and its contained objects. What Wesley is saying seems like a good starting point. I haven't heard of this type of behavior before. But a uniform scaling of all components and all

[flexcoders] Re: Expanding size of panel, and its contained objects.

2009-01-12 Thread aceoohay
Hello? Is anyone out there? Any ideas? Paul --- In flexcoders@yahoogroups.com, aceoohay pa...@... wrote: The systems that I write are traditional data entry types of systems. I do everything within panels within modules. I have had users ask if they could expand the size of the panel

Re: [flexcoders] Re: Expanding size of panel, and its contained objects.

2009-01-12 Thread Nate Beck
Doing a quick google search for, flex maximize, minimize panel Returns loads of examples of what you're trying to do I think... http://www.comtaste.com/DashboardExample/DashboardExample.html and http://blog.comtaste.com/2008/12/how_to_use_the_flex_dashboard_1.html Right? On Mon, Jan 12, 2009

[flexcoders] Re: Expanding size of panel, and its contained objects.

2009-01-12 Thread aceoohay
While that example does allow you to maximize a panel, it does not expand the contained objects. If it did what I need the buttons set video visible and set video enable would become much larger than they were originally when the maximize button was clicked. I should have mentioned that I

Re: [flexcoders] Re: Expanding size of panel, and its contained objects.

2009-01-12 Thread Nate Beck
... If you're using constraint based layout... how is there a problem? A component taking 100% of the width of it's container will always scale to fit that container. On Mon, Jan 12, 2009 at 1:27 PM, aceoohay pa...@compuace.com wrote: While that example does allow you to maximize a panel, it

Re: [flexcoders] Re: Expanding size of panel, and its contained objects.

2009-01-12 Thread Nate Beck
After thinking about it for a minute... now I'm understanding what you're saying. You want to actually ZOOM in, make them larger. Have you tried taking the easy way out and telling the people to change their monitor resolution? :D On Mon, Jan 12, 2009 at 1:47 PM, Nate Beck n...@tldstudio.com

[flexcoders] Re: Expanding size of panel, and its contained objects.

2009-01-12 Thread aceoohay
Actually, I have. Unfortunately the system they are coming from is a unix character based system where an 80 character by 24 line screen takes up their entire monitor. A number of the users are complaining that they can't read the default font sizes, and while I told them that's all I can do,

RE: [flexcoders] Re: Expanding size of panel, and its contained objects.

2009-01-12 Thread Tim Rowe
@yahoogroups.com Subject: [flexcoders] Re: Expanding size of panel, and its contained objects. Actually, I have. Unfortunately the system they are coming from is a unix character based system where an 80 character by 24 line screen takes up their entire monitor. A number of the users are complaining

[flexcoders] Re: Expanding size of panel, and its contained objects.

2009-01-12 Thread aceoohay
suggesting this when 1280x1024 is the norm these days. --Tim From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of aceoohay Sent: Tuesday, 13 January 2009 8:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Expanding size

Re: [flexcoders] Re: Expanding size of panel, and its contained objects.

2009-01-12 Thread Wesley Acheson
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Expanding size of panel, and its contained objects. Actually, I have. Unfortunately the system they are coming from is a unix character based system where an 80 character by 24 line screen takes up their entire monitor. A number

RE: [flexcoders] Re: Expanding size of panel, and its contained objects.

2009-01-12 Thread Tim Rowe
...@yahoogroups.com] On Behalf Of aceoohay Sent: Tuesday, 13 January 2009 9:08 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Expanding size of panel, and its contained objects. Tim: I am not sure I understand? What I need is the ability to expand a panel, and all of its contained objects

Re: [flexcoders] Re: Expanding size of panel, and its contained objects.

2009-01-12 Thread Nate Beck
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of aceoohay Sent: Tuesday, 13 January 2009 8:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Expanding size of panel, and its contained objects. Actually, I have

RE: [flexcoders] Re: Expanding size of panel, and its contained objects.

2009-01-12 Thread Alex Harui
xscale = yscale = someScaleFactorGreaterThanOne? From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Nate Beck Sent: Monday, January 12, 2009 2:15 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Expanding size of panel, and its contained objects

Re: [flexcoders] Re: Expanding size of panel, and its contained objects.

2009-01-12 Thread Nate Beck
[mailto:flexcod...@yahoogroups.com] *On Behalf Of *Nate Beck *Sent:* Monday, January 12, 2009 2:15 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Re: Expanding size of panel, and its contained objects. What Wesley is saying seems like a good starting point. I haven't heard