TableColumn/TableItem limit?

SWT Designer allows you to create the views, editors, perspectives, pref pages, composites, etc. that comprise Eclipse SWT & RCP applications and plug-ins.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

TableColumn/TableItem limit?

Postby LunarSkrag » Mon Apr 18, 2005 4:02 pm

Is there a limit to the amout of data that can be displayed for a column in a Table component?

I make a call to tableItem.setText() with a string containing several hundred characters. When I view the data it is truncated after expanding the header to display all the data.

If I debug and make a call to tableItem.getText() the entire string returns that I expect to be there.

I'm running on Windows 2003 server...Any ideas?
LunarSkrag
 
Posts: 1
Joined: Mon Apr 18, 2005 3:57 pm

Re: TableColumn/TableItem limit?

Postby admin » Mon Apr 18, 2005 6:46 pm

LunarSkrag wrote:Is there a limit to the amout of data that can be displayed for a column in a Table component?

I make a call to tableItem.setText() with a string containing several hundred characters. When I view the data it is truncated after expanding the header to display all the data.

If I debug and make a call to tableItem.getText() the entire string returns that I expect to be there.

I'm running on Windows 2003 server...Any ideas?


AFAIK you can show only 256 characters in one table cell, or something like this.
admin
Moderator
 
Posts: 166
Joined: Thu Jul 24, 2003 12:25 am


Return to SWT Designer

Who is online

Users browsing this forum: No registered users and 1 guest