I had been using an earlier version of the incubator code but have
recently obtained a different version. I've downloaded a version from
here...Revision 1747
http://code.google.com/p/google-web-toolkit-incubator/wiki/Downloads?tm=2
So I obtained the jar file gwt-incubator-20100204-r1747.jar and added
it to the build path. This allows me to use what I think is the more
recent version of the slider...
com.google.gwt.gen2.picker.client.SliderBar;
but when I compile I see the following error:
[ERROR] Line 53: No source code is available for type
com.google.gwt.gen2.picker.client.SliderBar; did you forget to inherit
a required module?
The following inherits entries in the module xml file were successful
with the previous incubator jar file
<inherits name='com.google.gwt.widgetideas.WidgetIdeas'/>
<inherits name='com.google.gwt.libideas.LibIdeas' />
But I'm going to need to change these. Do either of you have any
ideas? Jim, thank you for offering to send your code - I might take
you up on that but first I need to get this to compile and then I can
go from there.
--
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