| 
| About Creation of Table [message #84967] | Sun, 27 March 2005 14:40  |  | 
| Eclipse User  |  |  |  |  | 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 #606151 is a reply to message #84967] | Sun, 27 March 2005 13:34  |  | 
| Eclipse User  |  |  |  |  | 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  |  | 
| Eclipse User  |  |  |  |  | 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  |  | 
| Eclipse User  |  |  |  |  | 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
 >
 >
 |  |  |  | 
|  | 
Powered by 
FUDForum. Page generated in 0.10796 seconds