Re: FormLayout not aligning

2014-02-26 Thread Oleg Konovalov
I fixed that problem. My younger developer for some reason put an extra VGroup inside the Form (there was one already surrounding the Form), As soon as I removed inner one, FormLayout worked... On Mon, Feb 24, 2014 at 11:58 AM, Sunit Tomar wrote: > can you send some code? > > > On Mon, Feb 24,

Re: FormLayout not aligning

2014-02-24 Thread Sunit Tomar
can you send some code? On Mon, Feb 24, 2014 at 5:56 PM, Oleg Konovalov wrote: > Why is it not posted? > > > On Sat, Feb 22, 2014 at 7:04 PM, Oleg Konovalov wrote: > > > Hi, > > > > I have a Spark TitleWindow popup > > which has a Spark Form and a lot of FormItems, say 15 > > (mostly Label and

Re: FormLayout not aligning

2014-02-24 Thread Oleg Konovalov
Why is it not posted? On Sat, Feb 22, 2014 at 7:04 PM, Oleg Konovalov wrote: > Hi, > > I have a Spark TitleWindow popup > which has a Spark Form and a lot of FormItems, say 15 > (mostly Label and DropDownList's). > Labels range from 2-5cm. > I do have FormLayout specified inside that Form > (an

FormLayout not aligning

2014-02-22 Thread Oleg Konovalov
Hi, I have a Spark TitleWindow popup which has a Spark Form and a lot of FormItems, say 15 (mostly Label and DropDownList's). Labels range from 2-5cm. I do have FormLayout specified inside that Form (and VerticalLayout outside it, because there is a few Buttons at the bottom of the window, but out