Problem with number in JsValueGlue

2013-08-07 Thread stole
I am getting this error: java.lang.IllegalArgumentException: invoke arguments: JS value of type number, expected java.lang.Object at com.google.gwt.dev.shell.JsValueGlue.get(JsValueGlue.java:178) at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:65) at

Re: Problem with Firefox 22 and GWT Dev Plugin?

2013-08-07 Thread Frank
Seems to be back OK in FF23 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send

Re: solution for vector graphics with GWT?

2013-08-07 Thread Frank
I allways use GWT-Graphics from Vaadin. http://vaadin.com/directory#addon/7 Note that this works in normal GWT and you don't need to use Vaadin to use Gwt-Graphics. I prefer this one over Raphael because this one is pure Java (and Raphael are wrappers). I find Raphael has a weird API (like

Extendable Compilation - A way to allow for runtime manageable extensions

2013-08-07 Thread google
Hi group, for the last couple of days I have read a lot on the somewhat hot topic of runtime extensions in GWT (or rather the lack of it). In a nutshell, runtime extensions are not supported since compiling modules separately and glueing them together at runtime (or deploy time) goes against

Debug in Custom project structure

2013-08-07 Thread Sai Srinivas
Hello, I'm trying to debug GWT application which has custom structure. I've hit a couple of issues even when I followed a couple of suggestions in one of the group post. 1. I have had classpath issue to find the .gwt.xml file. I went to the runconfig classpath 'set the

Re: Problem with Firefox 22 and GWT Dev Plugin?

2013-08-07 Thread JoyaleXandre
Same for me it's working again in version 23. On Wednesday, August 7, 2013 9:17:38 AM UTC-4, Frank wrote: Seems to be back OK in FF23 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving

GWT changing style during drag event takes too long

2013-08-07 Thread herrtribotte
It's my first question here, and i'm not an english native speaker, so i apologize in advance, if that makes my explainations difficult to understand. CONTEXT I'm in charge of the developpement of a small application which manipulate vocabulary sets. The application is built on GWT, added by

Re: Export CellTable's selected rows into a csv file

2013-08-07 Thread Winnie T
Hi Ido, could you explain how your successfully generate the search results in step 3. I had done step 1 and 2 . In step 3, I managed to generate a csv file, but it is empty. Thank you. WinnieT -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

GWT - DataResource for getting image data.

2013-08-07 Thread Srinidhi N
Hi, I'm following the sample application for OAuth(for different providers such as google, facebook, Twitter etc) using RPC in GWT. the Link for the application is https://gwtoauthlogindemo.appspot.com/GWTOAuthLoginDemo.html on clicking the logo of the provider, The control goes to user

Re: solution for vector graphics with GWT?

2013-08-07 Thread Dean S. Jones
http://www.emitrom.com/lienzo On Tuesday, August 6, 2013 7:27:42 AM UTC-4, Magnus wrote: Hi, I am looking for a method/library for displaying vector graphics in my gwt chess application. What looks good at first sight is lib-gwt-svg: code.google.com/p/lib-gwt-svg/ But there seems to be

Canvas and UIBinder - CSS class

2013-08-07 Thread maticpetek
Hi, I'm using UIBinder and I would like to add style to Canvas. For example : !DOCTYPE ui:UiBinder SYSTEM http://dl.google.com/gwt/DTD/xhtml.ent; ui:UiBinder xmlns:ui=urn:ui:com.google.gwt.uibinder xmlns:g=urn:import:com.google.gwt.user.client.ui

Re: Debug in Custom project structure

2013-08-07 Thread Sai Srinivas
I've figured it out, I left the class path as is, but i'd to change the compiler arguments here. -war C:\Workspaces\x\war -startupUrl http://localhost:9081//index.jsp -remoteUI ${gwt_remote_ui_server_port}:${unique_id} -logLevel ALL -codeServerPort 9997 -noserver

Re: Where to initialize an AsyncDataProvider?

2013-08-07 Thread Jochen Schnaidt
Hi, like I announced before here is the link to a working example's sources on github. https://github.com/JochenSchnaidt/AsyncDataProviderExample Best regards Jochen -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from

SimplePager buttons missing on IE8

2013-08-07 Thread Mark Wengranowski
Hi Everyone, Just noticed that my app started to act different after moving to GWT 2.5.1. I use a simplepager on a cell tables to navigate through the results. Normally there are the arrow icons that allow you to change between pages but they no longer show up and I'm not sure why. It used to

Re: solution for vector graphics with GWT?

2013-08-07 Thread Frank
Lienzo is also a good lib. Only 1 remark : Lienzo doesn't support VML, and won't work under IE8 and older. GWT-Graphics and Raphael do work under these browsers. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this