Friday, September 30, 2011

DataGrid Issue : Deferred binding failed for 'com.google.gwt.user.client.ui.NativeHorizontalScrollbar.ResourcesTransparant'; expect subsequent failures

Hi all,

I just update my GWT version to the newest version : 2.4.
I have tried to create a DataGrid in a DialogBox, and i got the error
below :

[DEBUG] [visu] - Rebinding
com.google.gwt.user.client.ui.NativeHorizontalScrollbar.ResourcesTransparant
[DEBUG] [visu] - Invoking generator
com.google.gwt.resources.rebind.context.InlineClientBundleGenerator
[DEBUG] [visu] - Preparing method nativeHorizontalScrollbarStyle
[DEBUG] [visu] - Parsing CSS stylesheet jar:file:/D:/Documents/
eclipse/plugins/
com.google.gwt.eclipse.sdkbundle_2.4.0.r36v201109211906/gwt-2.4.0/gwt-
user.jar!/com/google/gwt/user/client/ui/
NativeHorizontalScrollbarTransparent.css
[ERROR] [visu] - Unable to parse CSS
[INFO] [visu] - The following problems were detected
[WARN] [visu] - Line 1 column 12: encountered "_". Was expecting
one of: "}" "+" "-" "," ";" "/" <STRING> <IDENT> <NUMBER> <URL>
<PERCENTAGE> <PT> <MM> <CM> <PC> <IN> <PX> <EMS> <EXS> <DEG> <RAD>
<GRAD> <MS> <SECOND> <HZ> <KHZ> <DIMEN> <HASH> <IMPORTANT_SYM>
<UNICODERANGE> <FUNCTION>
[ERROR] [visu] - Deferred binding failed for
'com.google.gwt.user.client.ui.NativeHorizontalScrollbar.ResourcesTransparant';
expect subsequent failures
[ERROR] [visu] - Uncaught exception escaped

If I replace DataGrid by CellTable, it works great.
Could you please have a look ?

It seems that there is an issue linked to the transparent scrollbar.
It there any possibility to use standard scrollbar instead ?

Thanks in advance !
Stephane


I have another issue ( smaller ) to report : in the GWT 2.4 javadoc,
the DataGrid object has exactly the same example code as the CellTable
object ->( I suppose that it's a bad copy paste )

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
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