Re: Firefox 13 DevMode Plugin

2012-06-08 Thread Sudhakar Camilos
Hi, Where can I find FF13 plugin for Win64? Empower your Business with BlackBerry® and Mobile Solutions from Etisalat -Original Message- From: Yuri C Sender: google-web-toolkit@googlegroups.com Date: Fri, 8 Jun 2012 11:39:41 To: Reply-To: google-web-toolkit@googlegroups.com Subject: Re

Re: GWT JSNI Callback

2012-06-08 Thread Chris Price
I'd assumed the bulk landing of messages was due to them being held in a new-poster queue until being approved (normally on a Friday morning)? On Fri, Jun 8, 2012 at 8:55 PM, Joseph Lust wrote: > On May 30th, I submitted a reply. It then appeared as 'Deleted' in the > thread. I rewrote it and sub

Re: GWT JSNI Callback

2012-06-08 Thread Joseph Lust
On May 30th, I submitted a reply. It then appeared as 'Deleted' in the thread. I rewrote it and submitted again. Then the next day it was undeleted a

Re: Firefox 13 DevMode Plugin

2012-06-08 Thread koma
that's my impression too... could be FF13 being faster? On Friday, June 8, 2012 8:39:41 PM UTC+2, Yuri C wrote: > > I confirm 64bit linux is good. It even seems to run faster. Or is it just > me :) > > On Thursday, June 7, 2012 3:46:49 PM UTC-4, koma wrote: >> >> working now fine on 64bit li

Re: Firefox 13 DevMode Plugin

2012-06-08 Thread Yuri C
I confirm 64bit linux is good. It even seems to run faster. Or is it just me :) On Thursday, June 7, 2012 3:46:49 PM UTC-4, koma wrote: > > working now fine on 64bit linux > thx ! > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

Re: GWT+JPA Persistence.Exception source code not found

2012-06-08 Thread jmbz84
solved in http://stackoverflow.com/questions/10858772/gwtjpa-persistence-exception-source-code-not-found/10952567#10952567 -- 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@googlegroup

Re: Looking for Printing suggestions

2012-06-08 Thread Thomas Mancini
Thanks for the response. I did try this approach, however it could potentially become an issue that it's resetting the entire HTML each time. Even if I only get the next "chunk" each RPC, setInnerHtml would have to also take in all of the previous chunks that were retrieved. On Jun 8, 10:40 am,

Re: Invoke external servlet from gwt client

2012-06-08 Thread Joseph Lust
Have you tried JsonpRequestBuilderto get around the SOP? Joe -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this dis

Re: compatibility issue between GWTGoogleMapsUtility and GWTGoogleMapsV3

2012-06-08 Thread Joseph Lust
Mario, There is no MarkerCluster in the V3 Maps API. It is a 3rd party library. As such, neither GWT V3 library (GWT-Maps

Re: RequestFactory - Error: The requested type is not default-instantiable

2012-06-08 Thread zorro
Dne pátek, 8. června 2012 16:48:47 UTC+2 Thomas Broyer napsal(a): > > > > On Friday, June 8, 2012 4:14:44 PM UTC+2, zorro wrote: >> >> Well, I have the requestFactory-apt set as annotation processor. But >> maybe problem is that the type that I wanted to create on server is an >> interface! And

Re: RequestFactory - Error: The requested type is not default-instantiable

2012-06-08 Thread Thomas Broyer
On Friday, June 8, 2012 4:14:44 PM UTC+2, zorro wrote: > > Well, I have the requestFactory-apt set as annotation processor. But maybe > problem is that the type that I wanted to create on server is an interface! > And this is not covered by compiler at all! Would you mind filing an issue on t

Re: GWT JSNI Callback

2012-06-08 Thread zorro
Yep, You are right. No need for my callback to be JSO. Prevopisly I was passing it to another callback, oh no. I need only call callback as $wnd.gwt.executeCallback(callback, param); and the example you gave applies. Thanks Dne pátek, 8. června 2012 14:09:43 UTC+2 Thomas Broyer napsal(a): > > >

Re: Looking for Printing suggestions

2012-06-08 Thread jhulford
I would probably have the frame page itself be a simple entry point and just have it keep requesting your updated HTML content via an RPC and update your frame's innerHTML to set the content to the HTML returned by the call, you can probably even get it set to only return the "next" chunk of HT

Re: GWT architecture

2012-06-08 Thread Jonathan Franchesco Torres Baca
i'm propose this: http://www.youtube.com/watch?v=bFGeIh3Cyq0&feature=plcp 2012/6/8 Akram Moncer > thanks > > > 2012/6/3 Gonzalo Ferreyra Jofré > >> Hi Akram, >> >> you can start with this video >> Google I/O 2009 - Best Practices for Architecting GWT >> App

Re: RequestFactory - Error: The requested type is not default-instantiable

2012-06-08 Thread zorro
Well, I have the requestFactory-apt set as annotation processor. But maybe problem is that the type that I wanted to create on server is an interface! And this is not covered by compiler at all! Can I say to this magical RequestFactory stuff say what type to instantiate on the server, if inter

Re: Firefox 13 DevMode Plugin

2012-06-08 Thread Jim Douglas
Thanks, Alan! Looks good on Mac OS X 10.7.4. On Jun 7, 5:47 pm, Alan Leung wrote: > Last but not least, Mac: > > http://acleung.com/ff13-mac.xpi > > Enjoy and happy GWT hacking. > > -Alan > > On Thu, Jun 7, 2012 at 1:52 PM, Juan Pablo Gardella < > > > > > > > > gardellajuanpa...@gmail.com> wrote

Re: Firefox 13 DevMode Plugin

2012-06-08 Thread Dimitrijević Ivan
Tested on Win 7 64bit. So far so good. On Friday, June 8, 2012 2:47:24 AM UTC+2, Alan Leung wrote: > > Last but not least, Mac: > > http://acleung.com/ff13-mac.xpi > > Enjoy and happy GWT hacking. > > -Alan > > > > > On Thu, Jun 7, 2012 at 1:52 PM, Juan Pablo Gardella < > gardellajuanpa...@gmail.c

Re: SuperDevMode and APT

2012-06-08 Thread Stefano Ciccarelli
The .gwt.rpc files are correctly generated in the war relative to the CodeServer workDir, I have to found a way to copy them to the container war when they change (not quite often), would be nice if the CodeServer could do that for me :) 2012/6/8 Thomas Broyer > > > On Friday, June 8, 2012 2:18

Re: Getting data from nodejs server at GWT

2012-06-08 Thread Thomas Broyer
On Sunday, June 3, 2012 5:25:38 PM UTC+2, Kuenga wrote: > > HI, > > I have created a web server using NodeJS. At the server side, i have > string of numbers (2,3,4). I want to convert it to Array object at the > GWT object. I was not able to do. > > So was trying to display simple text message at

Re: Server error code 413 - Request entity too large

2012-06-08 Thread Thomas Broyer
On Friday, June 8, 2012 2:48:14 PM UTC+2, Aldo wrote: > > Thank you Jens for you quick reply. > > I understand now what is going on. However, I still don't understand why > that part of the code is sending such huge amount of data to the server, so > do you know a way I can debug that? I tried

Re: Getting data from nodejs server at GWT

2012-06-08 Thread Ümit Seren
I have not much experience with node.js but I would recommend to use Chrome's Developer Tool or FireBug to check the XHTML request and response. On Sunday, June 3, 2012 5:25:38 PM UTC+2, Kuenga wrote: > > HI, > > I have created a web server using NodeJS. At the server side, i have > string of n

Re: Server error code 413 - Request entity too large

2012-06-08 Thread Aldo Neto
Thank you Jens for you quick reply. I understand now what is going on. However, I still don't understand why that part of the code is sending such huge amount of data to the server, so do you know a way I can debug that? I tried enabling the gwt.rpc.dumpPayload flag but that part is not even reach

Re: SuperDevMode and APT

2012-06-08 Thread Thomas Broyer
On Friday, June 8, 2012 2:18:28 PM UTC+2, Stefano Ciccarelli wrote: > > I know, I'm using App Engine as a servlet container. But the problem is to > generate .gwt.rpc files that are compatibles with the compiled javascript > generated by SuperDevMode. Oops, sorry; I read too fast. Switch to

Re: RequestFactory - Error: The requested type is not default-instantiable

2012-06-08 Thread Thomas Broyer
On Friday, June 8, 2012 2:14:27 PM UTC+2, zorro wrote: > > Why the aforementioned error message "The requested type is not > default-instantiable" does not include concrete type info? > It would speed up development. > I agree (kind of), though in theory this should have been caught up by the

Re: RequestFactory - Error: The requested type is not default-instantiable

2012-06-08 Thread zorro
That breakpoint really helped. (It is trying to instantiate an interface - due to some refactoring) Dne pátek, 8. června 2012 10:00:41 UTC+2 Thomas Broyer napsal(a): > > > On Friday, June 8, 2012 12:59:57 AM UTC+2, zorro wrote: >> >> Is there a way to find out WHICH TYPE other then scanning my la

Re: SuperDevMode and APT

2012-06-08 Thread Stefano Ciccarelli
I know, I'm using App Engine as a servlet container. But the problem is to generate .gwt.rpc files that are compatibles with the compiled javascript generated by SuperDevMode. 2012/6/8 Thomas Broyer > > > On Friday, June 8, 2012 2:04:48 PM UTC+2, Stefano Ciccarelli wrote: >> >> Yes, I've tried

Re: RequestFactory - Error: The requested type is not default-instantiable

2012-06-08 Thread zorro
Compiler gives me errors related to JSNI. Nothing more. >>Isn't ValidationTool giving you warnings? I have: symbolMapsDirectory WEB-INF/classes/symbolMaps/ And I am compiling with -extra WEB-INF/classes/symbolMaps Q: Does this mean that errors will send stack traces ? Q: Does obfuscation ap

Re: SuperDevMode and APT

2012-06-08 Thread Thomas Broyer
On Friday, June 8, 2012 2:04:48 PM UTC+2, Stefano Ciccarelli wrote: > > Yes, I've tried it and doesn't work, but the -cp solution works well. > > Now I have to understand how to deal with gwt-rpc because the server > misses .gwt.rpc files... > CodeServer is only about the "code server" part [1]

Re: GWT JSNI Callback

2012-06-08 Thread Thomas Broyer
On Friday, June 8, 2012 2:04:37 PM UTC+2, zorro wrote: > > "gwt-2.4.0/doc/helpInfo/jsoRestrictions.html" comes with GWT > distribution. So far best readable document on the topic. However, a bit of > disappointment. b/c It implies I can not implement callbacks in a neat way > and in general. >

Re: SuperDevMode and APT

2012-06-08 Thread Stefano Ciccarelli
Yes, I've tried it and doesn't work, but the -cp solution works well. Now I have to understand how to deal with gwt-rpc because the server misses .gwt.rpc files... 2012/6/8 Thomas Broyer > Are you sure "-src src -src .apt_generated" doesn't work? > > > On Friday, June 8, 2012 12:36:22 PM UTC+2,

Re: GWT JSNI Callback

2012-06-08 Thread zorro
"gwt-2.4.0/doc/helpInfo/jsoRestrictions.html" comes with GWT distribution. So far best readable document on the topic. However, a bit of disappointment. b/c It implies I can not implement callbacks in a neat way and in general. The example you pointed me two days ago is no more relevat, since i

Re: Problem installign gwt in eclipse

2012-06-08 Thread Ed
If your using AVG turn off link checker. On Tue, Jun 5, 2012 at 1:14 PM, sahli sabrina wrote: > hi, i have eclipse version 3.5 and i want to set up gwt but i have > always this error message T > > he operation cannot be completed. See the details. > > > details > > Cannot complete the install bec

Re: SuperDevMode and APT

2012-06-08 Thread Thomas Broyer
Are you sure "-src src -src .apt_generated" doesn't work? On Friday, June 8, 2012 12:36:22 PM UTC+2, Stefano Ciccarelli wrote: > > Hello, > > I'm poking with SuperDevMode just to understand how it works and I faced > the first problem: how to deal with APT generated classes? They are > generated

Re: GWT JSNI Callback

2012-06-08 Thread zorro
Yeap, the interface is a bit couterintuitive thanks to Czech translation that I am seeing. "Publicise your answer" should be "Reply publicly". Anyway. Dne pátek, 8. června 2012 9:52:56 UTC+2 Thomas Broyer napsal(a): > > > > On Friday, June 8, 2012 12:19:57 AM UTC+2, zorro wrote: >> >> This Googl

Re: RequestFactory - Error: The requested type is not default-instantiable

2012-06-08 Thread zorro
There is no such 02:47:55.811 [ERROR] [roamtopix] Uncaught exception escaped com.google.web.bindery.event.shared.UmbrellaException: One or more exceptions caught, see full set in UmbrellaException#getCauses at com.google.web.bindery.requestfactory.shared.impl.AbstractRequestContext.fail(Abs

Re: SuperDevMode and APT

2012-06-08 Thread Jens
Just put update the classpath, e.g. java -cp ./src:./.apt_generated: com.google.gwt.dev.codeserver.CodeServer -- J. Am Freitag, 8. Juni 2012 12:36:22 UTC+2 schrieb Stefano Ciccarelli: > > Hello, > > I'm poking with SuperDevMode just to understand how it works and I faced > the first problem:

SuperDevMode and APT

2012-06-08 Thread Stefano Ciccarelli
Hello, I'm poking with SuperDevMode just to understand how it works and I faced the first problem: how to deal with APT generated classes? They are generated to .apt_generated directory and aren't found by CodeServer, on the other side I can only specify one dir as -src to CodeServer. Ideas? --

Reading configuration properties in GWT server side code - GinModule

2012-06-08 Thread benb
Hi, I'm trying to read some configuration values in my GinModule. I want to bind specific components according to this configuration. The configuration is set up during maven build according, influenced by the maven profile. I started with the obvious solution adding some configuration.properties

Re: GWT JSNI Callback

2012-06-08 Thread Thomas Broyer
On Fri, Jun 8, 2012 at 12:15 AM, zorro wrote: > I am getting, when compiled with TRACE > Error, ... references to instance methods in overlay types are illegal; use > a stronger type or a Java trampoline method > > From the compiler output I found out there is: > gwt-2.4.0/doc/helpInfo/jsoRestrict

Re: textbox in showcase lower right corner, has a dragger to resize the textbox

2012-06-08 Thread Thomas Broyer
On Friday, June 8, 2012 10:08:10 AM UTC+2, tong123123 wrote: > > in the showcase > http://gwt.google.com/samples/Showcase/Showcase.html#!CwBasicText > the textbox lower right corner has a dragger to resize the textbox, how to > do it? > > I try > >> TextArea ta = new TextArea(); >> ta.setChara

Re: textbox in showcase lower right corner, has a dragger to resize the textbox

2012-06-08 Thread Jens
Its a CSS3 property named "resize", see: http://www.w3schools.com/cssref/css3_pr_resize.asp Currently only supported on the browsers listed at: http://caniuse.com/#search=resize -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To

Re: GWT 2.5 SuperDevMode

2012-06-08 Thread Thomas Broyer
On Friday, June 8, 2012 9:51:10 AM UTC+2, Thomas Broyer wrote: > > > SuperDevMode is not currently integrated into the build, even less > producing a Maven artifact (I posted a review for this, which has been > LGTM'd but hasn't yet landed in trunk). > Oh oops, looks like it has, a few hours a

textbox in showcase lower right corner, has a dragger to resize the textbox

2012-06-08 Thread tong123123
in the showcase http://gwt.google.com/samples/Showcase/Showcase.html#!CwBasicText the textbox lower right corner has a dragger to resize the textbox, how to do it? I try > TextArea ta = new TextArea(); > ta.setCharacterWidth(80); > ta.setVisibleLines(5); > but the textbox generated has no s

Re: RequestFactory - Error: The requested type is not default-instantiable

2012-06-08 Thread Thomas Broyer
On Friday, June 8, 2012 12:59:57 AM UTC+2, zorro wrote: > > Is there a way to find out WHICH TYPE other then scanning my large > codebase? Isn't ValidationTool giving you warnings? You can also simply put a breakpoing into ReflectiveServiceLayer where this error is reported and look at the va

Re: GWT JSNI Callback

2012-06-08 Thread Thomas Broyer
On Friday, June 8, 2012 12:54:48 AM UTC+2, zorro wrote: > > Regarding callbacks there is one more error I am getting: > Only one JavaScriptObject type may implement the methods of an interface > that declared methods. > > This > gwt-2.4.0/doc/helpInfo/jsoRestrictions.html > explains alot. But wh

Re: GWT JSNI Callback

2012-06-08 Thread Thomas Broyer
On Friday, June 8, 2012 12:19:57 AM UTC+2, zorro wrote: > > This Google Groups interface is F* HORRIBLE. I send a response and it > disappears as I never send it. You probably clicked "Reply to Author", as I received the mail in my inbox, sent to me only, not the group. -- You received

Re: GWT 2.5 SuperDevMode

2012-06-08 Thread Thomas Broyer
On Thursday, June 7, 2012 10:52:35 PM UTC+2, Adriano Machado wrote: > > How to use the recently commited SuperDevMode in a maven project? Is there > a snapshot build of it in the central repo? > There's no snapshot published by Google. Also, SuperDevMode is not currently integrated into the b

Re: Resubmitting RequestFactory request when server side logic requires it

2012-06-08 Thread Thomas Broyer
On Thursday, June 7, 2012 10:40:23 PM UTC+2, Ryan McFall wrote: > > Thanks, Thomas, I searched through the methods in > ServiceLayerDecorator for something like this, but somehow missed > these. > > Using report() from with the ServiceLayerDecorator doesn't allow me to > re-fire the RequestFa