Skip to main content



      Home
Home » Archived » Visual Editor (VE) » About Creation of Table
- About Creation of Table [message #84967] Sun, 27 March 2005 14: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 13: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 08:23 Go to previous messageGo to next message
Eclipse UserFriend
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 09: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 03:48 Go to previous message
Eclipse UserFriend
Hi,

thanks, that solved my problem!
- Re: About Creation of Table [message #606151 is a reply to message #84967] Sun, 27 March 2005 13:34 Go to previous message
Eclipse UserFriend
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 08:23 Go to previous message
Eclipse UserFriend
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 09:42 Go to previous message
Eclipse UserFriend
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 03:48 Go to previous message
Eclipse UserFriend
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: Sun Apr 27 11:08:33 EDT 2025

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

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

Back to the top