On Wednesday, April 25, 2012 9:09:13 AM UTC-5, wytten wrote:
--I'm having a problem trying to convert an older (GWT 2.1) app touse the new DataGrid class. The app was successfully upgraded toGWT 2.4 months ago, but this is the first time we are trying tointroduce new 2.4 features.When I run in development mode, the GWT Development Mode windowlogs the following:00:00:32.151 [WARN] For the following type(s), generated source was never committed (did you forget to call commit()?)00:00:32.151 [WARN] com.google.gwt.user.client.ui.NativeHorizontalScrollbar_ NativeHorizontalScrollbarUiBin derImpl Meanwhile an exception is caught in the client:java.lang.ExceptionInInitializerError at com.google.gwt.user.client.ui.CustomScrollPanel.<init>( CustomScrollPanel.java:196) at com.google.gwt.user.client.ui.CustomScrollPanel.<init>( CustomScrollPanel.java:233) at com.google.gwt.user.cellview.client.DataGrid.<init>( DataGrid.java:631) at com.google.gwt.user.cellview.client.DataGrid.<init>( DataGrid.java:570) at com.google.gwt.user.cellview.client.DataGrid.<init>( DataGrid.java:557) at com.google.gwt.user.cellview.client.DataGrid.<init>( DataGrid.java:534) at com.google.gwt.user.cellview.client.DataGrid.<init>( DataGrid.java:525) Line 196 of CustomScrollPanel.java reads:setHorizontalScrollbar(new NativeHorizontalScrollbar(hResources), AbstractNativeScrollbar .getNativeScrollbarHeight());This seems to indicate that the exception is tied to thewarnings, but I don't know what it all means.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/S1Zy41YHM3YJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment