Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT 3.0M8 Table widget

Thanks David
I solved my problem by calling pack() method on each column


> Tuesday, May 4, 2004, 3:28:57 AM, "Hélène ORTIZ" wrote:
>
>> Hi David,
>
>> I've updated to GTK 2.2.4.
>
>> I no longer get error messages concerning C libraries but I still have
>> problems with the table widget.
>> I've tried to use :
>
>>         table.setSize(table.computeSize(SWT.DEFAULT, SWT.DEFAULT,
>>         true)); table.redraw();
>>         table.pack(true);
>
>> but nothing changes.
>
>> Any idea ?
>
>> Thanks,
>
>> Helene
>
> Helene,
>
> I'm not an expert on the table widget.  It's best to ask these kinds of
> questions on the SWT newsgroup (see link in my .sig below), or if you
> think you've found a bug, post a report to Bugzilla.
>
> --
> Regards,
> David
> mailto:dlwhiteman@xxxxxxxxxxxxxxx
> news://news.eclipse.org/eclipse.platform.swt
> http://www.eclipse.org/newsportal/thread.php?group=eclipse.platform.swt
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev





Back to the top