Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » About Creation of Table
About Creation of Table [message #84967] Sun, 27 March 2005 19:40 Go to next message
Eclipse UserFriend
Originally posted by: sushant.xxx.com

Hi,
I have created one table using SWT widgets. Then i add column to it
, but these columns are not visible. And How can I add more Columns to
table ?
sushant
Re: About Creation of Table [message #84982 is a reply to message #84967] Sun, 27 March 2005 18:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: myersj.gmail.com

Sushant,

The default behaviors of the SWT Table widget is pretty odd. You'll
have to change some of the properties to make columns show up as
expected. On the Table, change the headerVisible and linesVisible
properties to true, then on the TableColumn change the width property to
some reasonable value (e.g. 60).

In the next release of VE these options will be the defaults on dropping
a Table and TableColumn.

Hope this helps,
- Jeff

sushant wrote:
> Hi,
> I have created one table using SWT widgets. Then i add column to it
> , but these columns are not visible. And How can I add more Columns to
> table ?
> sushant
>
Re: About Creation of Table [message #87763 is a reply to message #84967] Wed, 20 April 2005 12:23 Go to previous messageGo to next message
mr. burns is currently offline mr. burnsFriend
Messages: 402
Registered: July 2009
Senior Member
Hello,

after making a table visible what sushant wrote, the table appears but it
seems it has no border? The lines just end without border on the left side,
right side and bottom.
Is there a way to add a border to a table?

Thanks for any help,

best regards,

Mr. Burns
Re: About Creation of Table [message #87791 is a reply to message #87763] Wed, 20 April 2005 13:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: myersj.gmail.com

Have you enabled the SWT Border style on the property sheet?

- Jeff

Mr. Burns wrote:
> Hello,
>
> after making a table visible what sushant wrote, the table appears but it
> seems it has no border? The lines just end without border on the left side,
> right side and bottom.
> Is there a way to add a border to a table?
>
> Thanks for any help,
>
> best regards,
>
> Mr. Burns
>
>
Re: About Creation of Table [message #88017 is a reply to message #87791] Thu, 21 April 2005 07:48 Go to previous message
mr. burns is currently offline mr. burnsFriend
Messages: 402
Registered: July 2009
Senior Member
Hi,

thanks, that solved my problem!
Re: About Creation of Table [message #606151 is a reply to message #84967] Sun, 27 March 2005 18:34 Go to previous message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 396
Registered: July 2009
Senior Member
Sushant,

The default behaviors of the SWT Table widget is pretty odd. You'll
have to change some of the properties to make columns show up as
expected. On the Table, change the headerVisible and linesVisible
properties to true, then on the TableColumn change the width property to
some reasonable value (e.g. 60).

In the next release of VE these options will be the defaults on dropping
a Table and TableColumn.

Hope this helps,
- Jeff

sushant wrote:
> Hi,
> I have created one table using SWT widgets. Then i add column to it
> , but these columns are not visible. And How can I add more Columns to
> table ?
> sushant
>
Re: About Creation of Table [message #607186 is a reply to message #84967] Wed, 20 April 2005 12:23 Go to previous message
mr. burns is currently offline mr. burnsFriend
Messages: 402
Registered: July 2009
Senior Member
Hello,

after making a table visible what sushant wrote, the table appears but it
seems it has no border? The lines just end without border on the left side,
right side and bottom.
Is there a way to add a border to a table?

Thanks for any help,

best regards,

Mr. Burns
Re: About Creation of Table [message #607188 is a reply to message #87763] Wed, 20 April 2005 13:42 Go to previous message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 396
Registered: July 2009
Senior Member
Have you enabled the SWT Border style on the property sheet?

- Jeff

Mr. Burns wrote:
> Hello,
>
> after making a table visible what sushant wrote, the table appears but it
> seems it has no border? The lines just end without border on the left side,
> right side and bottom.
> Is there a way to add a border to a table?
>
> Thanks for any help,
>
> best regards,
>
> Mr. Burns
>
>
Re: About Creation of Table [message #607204 is a reply to message #87791] Thu, 21 April 2005 07:48 Go to previous message
mr. burns is currently offline mr. burnsFriend
Messages: 402
Registered: July 2009
Senior Member
Hi,

thanks, that solved my problem!
Previous Topic:Initialise an object inside of VE
Next Topic:Icons on the custom widgets in VE are not visible
Goto Forum:
  


Current Time: Thu Dec 26 19:25:33 GMT 2024

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

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

Back to the top