Hi Wim I get this message when click on Download: " We are sorry but currently all Nebula-Builds are broken. You can get access to the source by directly checking it out from CVS "
The grid snippet samples that I see are: - A simple hierarchical grid<http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.swt.nebula/org.eclipse.swt.nebula.snippets/src/org/eclipse/swt/nebula/snippets/grid/GridSnippet1.java?cvsroot=Technology_Project> - create an item that spans columns<http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.swt.nebula/org.eclipse.swt.nebula.snippets/src/org/eclipse/swt/nebula/snippets/grid/GridSnippet2.java?cvsroot=Technology_Project> - put a checkbox in the second column<http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.swt.nebula/org.eclipse.swt.nebula.snippets/src/org/eclipse/swt/nebula/snippets/grid/GridSnippet3.java?cvsroot=Technology_Project> - create a static column group<http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.swt.nebula/org.eclipse.swt.nebula.snippets/src/org/eclipse/swt/nebula/snippets/grid/GridSnippet4.java?cvsroot=Technology_Project> - create a collapsible column group<http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.swt.nebula/org.eclipse.swt.nebula.snippets/src/org/eclipse/swt/nebula/snippets/grid/GridSnippet5.java?cvsroot=Technology_Project> - create a collapsible column group that swaps columns<http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/org.eclipse.swt.nebula/org.eclipse.swt.nebula.snippets/src/org/eclipse/swt/nebula/snippets/grid/GridSnippet6.java?cvsroot=Technology_Project> wich one has a cell editor ? I only need a cell editor to enter numbers, simple as that. By the way , the widgets looks great!, I'll try to use NumberFormat ! Best Regards Nicolas 2011/11/14 Wim Jongman <[email protected]> > Hi Nicolas, > > Please Google for "SWT snippets" to learn how to embed a cell editor in a > table. > > The download is already a ready to use jar. > > Best regards, > > Wim > > On Nov 11, 2011, at 20:13, "Nicolas G. Machado" < > [email protected]> wrote: > > > hi, I downloades and try 2 widgets. > > > > I have 2 questions: > > In the grid how can I add Cell Editors ?, I need to edit cell like > excel, for instance, when the numeric keypad is pressed then I edit the > cell. > > > > - how to pack an generate a jar file to include in my app ? > > > > Best regards > > > > > > -- > > _______________ > > .:Nicolás Machado > > _______________________________________________ > > nebula-dev mailing list > > [email protected] > > https://dev.eclipse.org/mailman/listinfo/nebula-dev > _______________________________________________ > nebula-dev mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/nebula-dev > -- _______________ .:Nicolás Machado
_______________________________________________ nebula-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/nebula-dev
