Hi,

I am trying ot use the DatePicker that the user created here:

http://advanced-gwt.sourceforge.net/demo/index.html => *Text and
Button Widgets* tab => Select a date.

In the *Source Code* section it imports this:

import org.gwt.advanced.client.ui.widget.DatePicker;

I downloaded the relative jar and imported it in my EntryPoint class.
In Eclipse i F3 on it to see the source code, and it opens DatePicker
in package org.gwt.advanced.client.ui.widget, which is the one that I
want. And it means that the source is there.

Try to compile it and I get the error copied below.
I believe i need to inherit it, or need to specify the source path in
Monkee.gwt.xml, but don't know how to do it. And the source code of
the whole project I downloaded is a bit too complicated for me to
understand, as I am still a beginner.

Does anyone have an idea?

Also, not being a GWT standard widget, can it still be declared in a
UIBinder xml?

Thanks a lot in advance!



      [ERROR] Errors in 'file:/home/dan/dev/ws/Monkee/src/com/monkee/
client/Monkee.java'
         [ERROR] Line 44: No source code is available for type
org.gwt.advanced.client.ui.widget.DatePicker; did you forget to
inherit a required module?
   Finding entry point classes
      [ERROR] Unable to find type 'com.monkee.client.Monkee'
         [ERROR] Hint: Previous compiler errors may have made this
type unavailable
         [ERROR] Hint: Check the inheritance chain from your module;
it may not be inheriting a required module or a module may not be
adding its source path entries properly


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to