Deranged wizard pages [message #458942] |
Tue, 26 July 2005 17:17  |
Eclipse User |
|
|
|
Originally posted by: jo_ment.yahoo.de
Hi,
all the wizard pages that I did so far are somewhat deranged - I use a grid
layout with say two columns, but then the first widget I add will already be
in the second column! So to have a halfway decent layout I have to add a
dummy label and then my layout starts in the second row, leaving a big blank
space on top.
So something must be "in there" already, before I add my widgets.
Anybody exp
|
|
|
|
Re: Deranged wizard pages [message #458985 is a reply to message #458942] |
Thu, 28 July 2005 08:54  |
Eclipse User |
|
|
|
Without a code snippet it's hard to say. My only guess is that maybe you
are setting the layout into the Composite that is passed to you and then
trying to use this Composite, rather than the correct way of first creating
a new child Composite of it and then using this new one instead. If my
guess is wrong then you'll have to post some code that shows the problem.
Grant
"Henrik Lafrenz" <jo_ment@yahoo.de> wrote in message
news:dc69a4$7lb$1@news.eclipse.org...
> Hi,
>
> all the wizard pages that I did so far are somewhat deranged - I use a
grid
> layout with say two columns, but then the first widget I add will already
be
> in the second column! So to have a halfway decent layout I have to add a
> dummy label and then my layout starts in the second row, leaving a big
blank
> space on top.
>
> So something must be "in there" already, before I add my widgets.
> Anybody exp
|
|
|
Powered by
FUDForum. Page generated in 0.03740 seconds