google-code-export / gwt-ext-ux

Automatically exported from code.google.com/p/gwt-ext-ux
1 stars 3 forks source link

Unresolvable native reference to type 'com.gwtextux.client.widgets.Component' #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hey guys,

Thanks for getting these additional items into gwt-ext. I'm trying to use 
Multiselect from the current version of gwtextux-01.zip, gwtextux.jar. 
However I receive the following gwt compilation error:

Errors in jar:file: ... 
gwtextux.jar!/com/gwtextux/client/widgets/form/MultiSelect.java
Line 20: Unresolvable native reference to 
type 'com.gwtextux.client.widgets.Component'

I don't see com.gwtextux.client.widgets.Component in gwtextux.jar, could 
it have been mistakenly left out of the jar? Or is this an old reference 
in MultiSelect.java?  

Any ideas are appreciated.
Thanks,
Bob

Original issue reported on code.google.com by bobjtho...@gmail.com on 20 Feb 2008 at 11:53

GoogleCodeExporter commented 9 years ago
Hmm... I'm getting something that looks similar, but not until I compile and the
javascript is trying to load. error is that $wnd.Ext.Component is null.

Could this be the same problem?

Original comment by pappi...@gmail.com on 27 Feb 2008 at 3:26

GoogleCodeExporter commented 9 years ago
Fixed in SVN

Original comment by sanjiv.j...@gmail.com on 27 Feb 2008 at 3:32