[flexcoders] layout question

2008-05-14 Thread Maciek
Hi. I've been doing a fair amount of Actionscript, and am now getting to do some mxml layout. I I have a component with a login control (this is the only child in the component, and the parent is a VBox with width and height set to 100%): mx:Panel id=loginPanel mx:Form id=loginForm

Re: [flexcoders] layout question

2008-05-14 Thread Allan Pichler
verticalAlign=middle On Wed, May 14, 2008 at 12:42 AM, Maciek [EMAIL PROTECTED] wrote: Hi. I've been doing a fair amount of Actionscript, and am now getting to do some mxml layout. I I have a component with a login control (this is the only child in the component, and the parent is a

Re: [flexcoders] layout question

2008-05-14 Thread Maciek Sakrejda
the right (unless, of course, other constraints come into play). -Maciek -Original Message- From: Allan Pichler [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] layout question Date: Wed, 14 May 2008 00:48:20 -0700 verticalAlign

[flexcoders] Layout Question

2007-10-15 Thread jch92592
All, I am new to Flex and found a layout I'd like to mimic. On the Flex.org site, under the Showcase page: http://flex.org/showcase/ Then Browse, is this layout a styled dataGrid? a styled list? Any suggestions would be appreciated. TIA, john

[flexcoders] Layout question

2007-09-19 Thread Richard Rodseth
I have a component that I need to center within a control bar attached to a panel. But the control bar also has a couple of link buttons over on the left. In the rest of the app, I have not yet had a need for absolute layout or constraints. For this scenario, the following seems to work: - a

RE: [flexcoders] Layout question

2007-09-19 Thread Alex Harui
: [flexcoders] Layout question I have a component that I need to center within a control bar attached to a panel. But the control bar also has a couple of link buttons over on the left. In the rest of the app, I have not yet had a need for absolute layout or constraints. For this scenario, the following

[flexcoders] layout question

2006-02-14 Thread Dmitry Miller
Hello, everyone I am creating a custom layout container. This container would always be wrapped by VBox. i.e. mx:VBoxcustom:Container //mx:VBox. This custom container extends mx.containers.Container Question: when at some point I need to invalidate size and I call the invalidateSize() method the

RE: [flexcoders] layout question

2006-02-14 Thread Gordon Smith
Is there some other method that I need to call? parent.invalidateSize(); - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Miller Sent: Monday, February 13, 2006 9:35 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] layout