yugalatea / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

Patch: Gears 0.4 features #201

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Detailed description:

Here is my initial implementation of the new features in Gears 0.4.x which
are not yet available in gwt-google-apis.

New features supported:
 * Blob
 * HttpRequest (allows upload of Blob)
 * Geolocation
 * Desktop (openFiles, createShortcut)

Links to the relevant GWT Developer Forum posts:

http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/f015f8b27
7a2f8c2

I've also attached a pre-built gwt-gears.jar.

Original issue reported on code.google.com by mark.ren...@gmail.com on 28 Oct 2008 at 2:19

Attachments:

GoogleCodeExporter commented 9 years ago
it will be good to have this as part of next release(or ASAP). 

Thanks team and Mark! 

Original comment by rake...@gmail.com on 28 Oct 2008 at 9:41

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 28 Oct 2008 at 9:49

GoogleCodeExporter commented 9 years ago
Issue 202 has a code review for this patch.

Original comment by galgwt.reviews@gmail.com on 28 Oct 2008 at 10:13

GoogleCodeExporter commented 9 years ago
Mark, I tried the patch(gears.jar from issue 201) for multiple file upload. I 
am able
to select multiple files both in hosted and non hosted mode. However when I 
press
open, I get a exception in hosted mode(as a stacktrace in eclipse). Works in
browser(compile/browse). Here is the error: 

java.lang.ClassCastException
    at java.lang.Class.cast(Class.java:2951)
    at com.google.gwt.dev.shell.JsValueGlue.get(JsValueGlue.java:128)
    at com.google.gwt.dev.shell.ie.SwtOleGlue.convertVariantsToObjects(SwtOleGlue.java:57)
    at com.google.gwt.dev.shell.ie.IDispatchImpl.callMethod(IDispatchImpl.java:119)
    at com.google.gwt.dev.shell.ie.IDispatchProxy.invoke(IDispatchProxy.java:155)
    at com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke(IDispatchImpl.java:294)
    at com.google.gwt.dev.shell.ie.IDispatchImpl.method6(IDispatchImpl.java:194)
    at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:117)
    at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
    at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:720)
    at com.google.gwt.dev.GWTShell.run(GWTShell.java:593)
    at com.google.gwt.dev.GWTShell.main(GWTShell.java:357) 

Thanks for the efforts! 

Original comment by rake...@gmail.com on 29 Oct 2008 at 3:42

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 2 Dec 2008 at 3:26

GoogleCodeExporter commented 9 years ago
Released in gwt-gears-1.2.0

Original comment by galgwt.reviews@gmail.com on 21 Feb 2009 at 1:27

GoogleCodeExporter commented 9 years ago
Updating account names

Original comment by zundel@google.com on 21 Dec 2009 at 2:00