[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[ews.eclipse.technology.rap] Re: FileUpload compile error

Hi David,

which version of the RAP Target are you using?

If the compile error on Display.readAndDispatch() and Display.sleep(), you might be using an older version of the RAP Target. See if it goes away after upgrading to RAP 1.1 M2 or newer.

Regards,
Elias.

David Donohue wrote:
Hello,
I am getting a compile error in the Upload widget. I just updated to latest RAP version 1.1 and updated from CVS the latest org.eclipse.rwt.widgets.upload bundle


The 2 compile errors are in line 166 and 167 of Upload.java:

if( !getDisplay().readAndDispatch() ) {
           getDisplay().sleep();

Anybody have this plugin working?
Thanks,
David