Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Grid


Hi Ralph,

The grid was recently added to the new nebula automated build (read just a few messages prior).  There is a new zip with recent changes.

The GridEditor is used just like the SWT TableEditor.  Please see the snippets for TableEditor.  For further questions, please use the Nebula newsgroup.

http://www.eclipse.org/swt/snippets/

Regards,
-Chris


From: "Ralph Schreder" <ralph.schreder@xxxxxx>
To: <nebula-dev@xxxxxxxxxxx>
Date: 03/28/2007 02:13 AM
Subject: [nebula-dev] Grid




Hello,
I’m very interested into the Grid control. But since 8-2006 there is no new zip file (eclipse/nebula/grid).
I need an editable table. As I understood, I have to create an input control for each editable cell.
I programmed last time in Swing. In swing there was for any kind of object an editor (or I programmed it) and it was put into the editing cell as I focused it. So I can’t understand the way of GridEditor. It is not clear in this way to have GridItem, because the text in GridItem is not updated by leaving the cell editor.
The next question is, is there a CVS/SVN directory, where I can see the newest project files or I can update (download) it?
 
Thanks,
Ralph
 
 
 
 
 
 
 _______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/nebula-dev


Back to the top