Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Deranged wizard pages
Deranged wizard pages [message #458942] Tue, 26 July 2005 21:17 Go to next message
Eclipse UserFriend
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 #458978 is a reply to message #458942] Wed, 27 July 2005 19:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sunil_kamath.nohotspammail.com

"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
Re: Deranged wizard pages [message #458985 is a reply to message #458942] Thu, 28 July 2005 12:54 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
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
Previous Topic:gc.setClipping
Next Topic:Change the menu in a jFace app
Goto Forum:
  


Current Time: Thu Apr 25 13:10:01 GMT 2024

Powered by FUDForum. Page generated in 0.02835 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top