Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » Examples crashing... what am I doing wrong... (if it is indeed me)
Examples crashing... what am I doing wrong... (if it is indeed me) [message #50514] Wed, 05 March 2008 16:54 Go to next message
Martin Thompson is currently offline Martin ThompsonFriend
Messages: 51
Registered: July 2009
Member
For both the grid and gallery stuff from Nebula I get errors similar to (or
exactly the same as):
java.lang.Error: Unresolved compilation problems:

The constructor Grid(Shell, int) is undefined

The method setText(String) is undefined for the type GridColumn


at main.GridSnippet1.main(GridSnippet1.java:35)

Exception in thread "main"



Any ideas why there examples don't refer to existing methods and
constructors???
Re: Examples crashing... what am I doing wrong... (if it is indeed me) [message #51014 is a reply to message #50514] Tue, 25 March 2008 07:54 Go to previous message
Nicolas Richeton is currently offline Nicolas RichetonFriend
Messages: 179
Registered: July 2009
Senior Member
All gallery examples should work.
check out both org.eclipse.nebula.widgets.gallery and
org.eclipse.swt.nebula.snippets from CVS and run any gallery snippet.

Could you post the stacktrace you get with the Gallery snippets ?

--
Nicolas


Martin Thompson a écrit :
> For both the grid and gallery stuff from Nebula I get errors similar to (or
> exactly the same as):
> java.lang.Error: Unresolved compilation problems:
>
> The constructor Grid(Shell, int) is undefined
>
> The method setText(String) is undefined for the type GridColumn
>
>
> at main.GridSnippet1.main(GridSnippet1.java:35)
>
> Exception in thread "main"
>
>
>
> Any ideas why there examples don't refer to existing methods and
> constructors???
>
>
>
>
Re: Examples crashing... what am I doing wrong... (if it is indeed me) [message #589120 is a reply to message #50514] Tue, 25 March 2008 07:54 Go to previous message
Nicolas Richeton is currently offline Nicolas RichetonFriend
Messages: 179
Registered: July 2009
Senior Member
All gallery examples should work.
check out both org.eclipse.nebula.widgets.gallery and
org.eclipse.swt.nebula.snippets from CVS and run any gallery snippet.

Could you post the stacktrace you get with the Gallery snippets ?

--
Nicolas


Martin Thompson a écrit :
> For both the grid and gallery stuff from Nebula I get errors similar to (or
> exactly the same as):
> java.lang.Error: Unresolved compilation problems:
>
> The constructor Grid(Shell, int) is undefined
>
> The method setText(String) is undefined for the type GridColumn
>
>
> at main.GridSnippet1.main(GridSnippet1.java:35)
>
> Exception in thread "main"
>
>
>
> Any ideas why there examples don't refer to existing methods and
> constructors???
>
>
>
>
Previous Topic:[CompositeTable] a question of size
Next Topic:Drag&drop in the Grid widget and project status
Goto Forum:
  


Current Time: Thu Apr 25 13:11:30 GMT 2024

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

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

Back to the top