[flexcoders] Re: layout question

2008-05-14 Thread valdhor
Wrap your button in a HBox: mx:Panel id=loginPanel mx:Form id=loginForm left=10 right=10 bottom=10 top=10 mx:FormHeading label=Welcome/ mx:FormItem label=User Name mx:TextInput id=username/ /mx:FormItem mx:FormItem

Re: [flexcoders] Re: layout question

2008-05-14 Thread Maciek Sakrejda
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: layout question Date: Wed, 14 May 2008 17:04:52 - Wrap your button in a HBox: mx:Panel id=loginPanel mx:Form id=loginForm left=10 right=10 bottom=10 top=10 mx:FormHeading label=Welcome/ mx:FormItem label=User Name

Re: [flexcoders] Re: layout question

2008-05-14 Thread Maciek Sakrejda
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: layout question Date: Wed, 14 May 2008 17:04:52 - Wrap your button in a HBox: mx:Panel id=loginPanel mx:Form id=loginForm left=10 right=10 bottom=10 top=10 mx:FormHeading label=Welcome/ mx:FormItem label

Re: [flexcoders] Re: layout question

2008-05-14 Thread Alberto Brealey-Guzmán
On Wed, May 14, 2008 at 11:12 AM, Maciek Sakrejda [EMAIL PROTECTED] wrote: Thanks, that seems reasonable. Is the issue then that constraint-based layout is intended for containers, and not all components? Panel is a container, but its default value for the layout property is vertical (i.e. it

Re: [flexcoders] Re: layout question

2008-05-14 Thread Maciek Sakrejda
: Maciek Sakrejda [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: layout question Date: Wed, 14 May 2008 10:20:57 -0700 Actually, it looks like that didn't solve this either: the button is now flush against the lower-right corner