RE: [flexcoders] Re: FormItem adds extra space on the left . . .

2007-02-09 Thread Gordon Smith
The purpose of a FormItem is to associate a label with one or more
controls like this:

 

Name:  |-|  |-|

 

Address:  |-|

 

It looks like you don't need the label, so you don't need to use a
FormItem. But FormItem should be OK to use even when you don't use a
label, and I'm not sure why it's giving you a bad layout.

 

- Gordon

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of crumpelfungus
Sent: Friday, February 09, 2007 8:13 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: FormItem adds extra space on the left . . .

 

Clint,

Thank you for your swift reply.

Are you saying that there is no benefit in using FormItem with a
RadioButton? (At least, nothing that couldn't be done otherwise.)

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Clint Tredway" <[EMAIL PROTECTED]> wrote:
>
> Dont use the form or formItem tags, use a grid to layout your form.
> 

 



Re: [flexcoders] Re: FormItem adds extra space on the left . . .

2007-02-09 Thread Clint Tredway

If you need to have complete control over how the form is laid out, I
wouldn't use the form container, I would use something else. I am not sure
if you are aware of this, but you can use other containers inside a formItem
tag, i.e. a HBox or VBox... etc.. but that will not solve your issue of
taking the padding from the left side.

On 2/9/07, crumpelfungus <[EMAIL PROTECTED]> wrote:


  Clint,

Thank you for your swift reply.

Are you saying that there is no benefit in using FormItem with a
RadioButton? (At least, nothing that couldn't be done otherwise.)

--- In flexcoders@yahoogroups.com , "Clint
Tredway" <[EMAIL PROTECTED]> wrote:
>
> Dont use the form or formItem tags, use a grid to layout your form.
>

 





--
http://indeegrumpee.spaces.live.com/


[flexcoders] Re: FormItem adds extra space on the left . . .

2007-02-09 Thread crumpelfungus
Clint,

Thank you for your swift reply.

Are you saying that there is no benefit in using FormItem with a
RadioButton? (At least, nothing that couldn't be done otherwise.)



--- In flexcoders@yahoogroups.com, "Clint Tredway" <[EMAIL PROTECTED]> wrote:
>
> Dont use the form or formItem tags, use a grid to layout your form.
>