[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: SWT table

Now you forgot to set a layout for the Group widget.
If you create a widget always set on it a layout too, otherwise use
setBounds().

Regards,
Boby

"Elemental" <ahsanfz@xxxxxxxxxxx> wrote in message
news:15377267.1129202865471.JavaMail.root@xxxxxxxxxxxxxxxxxxxx
> I think I figured out the problem but the behaviour is not as I expected.
>
> If I just add the line setBounds or setSize than the table starts to
appear. But I have set the data of the composite that holds the table to
SWT.FILL and have done the same for the table so it should take up all the
space and should appear by default.
>
> Any thoughts by anyone.
>
> Regards.