Re: datePicker show current date after setValue

2013-01-04 Thread bhomass
ha, that's an easy one. maybe that's why gwt team never bothered with a method to do it. I still think a parameter setting is a better idea. thanks! On Friday, January 4, 2013 6:38:05 AM UTC-8, Thomas Broyer wrote: > > setCurrentMonth

Re: Could not load GWT DMP Plugin

2013-01-04 Thread Brian Slesinsky
We switched to the Chrome store fairly recently and the migration isn't finished yet. For now you'll have to uninstall and reinstall. - Brian On Fri, Jan 4, 2013 at 2:17 PM, David Briney wrote: > Is GWT DMP 1.0.11357 available to the public? When I update my Chrome > extensions, that process c

Re: Could not load GWT DMP Plugin

2013-01-04 Thread David Briney
Is GWT DMP 1.0.11357 available to the public? When I update my Chrome extensions, that process comes back with 1.0.11338, which, assuming the versioning is in numeric order, predates 11357. v 11338 doesn't work for me. On Fri, Jan 4, 2013 at 2:38 PM, Brian Slesinsky wrote: > I just tried it and

Re: Unable to open GWT designer.

2013-01-04 Thread Thad
Designer has been broken for some time now: http://code.google.com/p/google-web-toolkit/issues/detail?id=7492 Though I've seen folks asking after it, I've heard nothing about when (or if) it will be fixed. On Monday, September 17, 2012 10:18:38 PM UTC-4, Aman Sharma wrote: > > I have Eclipse Ju

Re: Could not load GWT DMP Plugin

2013-01-04 Thread Brian Slesinsky
I just tried it and it works for me. Windows 7 Enterprise Chrome 33.0.1271.97 m Plugin 1.0.11357 I tested by launching the Showcase sample app in dev mode. I hadn't noticed earlier that your plugin version seems to be old. Could you try installing it from the web store? https://chrome.google.com

Re: Could not load GWT DMP Plugin

2013-01-04 Thread David Briney
Crickets? On Wed, Jan 2, 2013 at 11:31 AM, David Briney wrote: > Chrome 23.0.1271.97 (m) is the most recent version. What version do you > suggest I roll back to (assuming I can even find it)? > > > On Wed, Jan 2, 2013 at 11:14 AM, Brian Slesinsky wrote: > >> Unlikely. A different version of Chro

Re: my application doesn't compile

2013-01-04 Thread Colin Alworth
Also GWT 2.4, and is it possible you have more than just 2.4 on the classpath? Do you have the GWT-Incubator on your classpath? I've seen cases where the incubator's extremely outdated ClientBundle generators try to take over and end up just breaking things. Otherwise, can you share the full l

Re: ByteBuffer to String

2013-01-04 Thread Andy King
I don't think ByteBuffer is available in GWT ... can you use the first solution suggested here: http://stackoverflow.com/questions/88838/how-to-convert-strings-to-and-from-utf8-byte-arrays-in-java On Thursday, January 3, 2013 8:17:11 AM UTC-7, Andres Q wrote: > > Hi! > > I have the following Jav

Re: How to integrate Jsoup in GWT

2013-01-04 Thread Andy King
It appears that Jsoup may be intended for use on the server-side of the application, and yet you are using it on the client side. If you want to use it in the client then you'll have to make the source code available to the GWT compiler, and the source is in the jsoup-1.7.1-sources.jar

How to modify Enter key behavior in RichTextArea?

2013-01-04 Thread dhoffer
Pressing the Enter key in RichTextArea creates a new line (and adds '' to the html content) but if the Ctrl key is down then it doesn't. That makes sense for normal text editing but I want to basically reverse that. Where is this behavior coded? Is that controlled in GWT code or is that just

Re: Leaks with IFrames and JSONP

2013-01-04 Thread David
Matthias, I tried many tricks as they were implemented in jQuery and other JS toolkits but none seem to fully solve the issue completely. I've implemented a caching strategy and now I avoid doing the same jsonp call. The data I am returning allows this since it is a finit set. But I do hope I can

Re: Leaks with IFrames and JSONP

2013-01-04 Thread Matthias Kühnle
I experienced the same bug. Did you solve your Problem somehow? Matthias -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Z5eNy9RMEpEJ. To post

Buffering or streaming of the response

2013-01-04 Thread Peter Juno
Hi, I did not find any documentation about the fact if the HttpServletResponse (provided through Jetty) buffers or streams out the content (i.e. if getOutputStream() or getWriter() is called). Can this be configured? This is important as if this streamed this on the one hand should be faster an

Reorder of GWT Celltable Columns

2013-01-04 Thread Fhatu
Hi guys, Does any one knows how to reorder the columns of a celltable in gwt by dragging and dropping Regards, -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/go

How to integrate Jsoup in GWT

2013-01-04 Thread Kaustav Mukherjee
I am trying to develop a simple app with *Jsoup*. For that, I have replaced the default code in the *StockWatcher.java* file from GWT with my code, which requires *Jsoup*. I have downloaded the *

ByteBuffer to String

2013-01-04 Thread Andres Q
Hi! I have the following Java code import com.google.common.base.Charsets; import java.nio.ByteBuffer; ByteBuffer msg = ... // a ByteBuffer that contains a String String s = Charsets.UTF_8.decode(msg).toString(); this works fine in Java, but when I try to compile it with GWT I get: The metho

Re: StockWatcher example. null pointer because root panel cannot find html element 'stockList'

2013-01-04 Thread Vineet Menon
I too faced a similar problem...but have corrected it... I had to simply change the code given by Google tutorial to something like this... From: // Associate the Main panel with the HTML host page. RootPanel.get("stockList").add(mainPanel); Something like this.. // Associate the Main panel wit

gwt fileupload filter extension

2013-01-04 Thread Giorgio D.
Hi all, how can i filter the extension file with simple fileUpload in GWT. EX: I would like make upload file only jpg file. thank's Giorgio. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https

Re: Unable to open GWT designer.

2013-01-04 Thread মোহাম্মদ ইশফাক জাহান রাফি
I have the same problem too. Does GWT designer support eclipse 4.2? it doesn't seem that way. On Tuesday, September 18, 2012 8:18:38 AM UTC+6, Aman Sharma wrote: > > I have Eclipse Juno with Google Plugin,GWT designer,Windows builder,google > app engine sdk,GWT sdk installed. My problem is that

ListEditor adding immutable object from another RequestFactory request.

2013-01-04 Thread salk31
I'm not sure of the contract with a ListEditor. If I fetch an object using a different RequestContext is it my responsibility to make it editable in the editors RequestContext before adding to the list? The problem I'm having is that if I don't then when adding to the ListEditor the method Abst

Re: datePicker show current date after setValue

2013-01-04 Thread Thomas Broyer
setCurrentMonth ? On Friday, January 4, 2013 9:01:12 AM UTC+1, bhomass wrote: > > I called setValue(dueDate) on the datePicker. it apparently sets the

Re: Generate -xs.noche.js doesn't work

2013-01-04 Thread Thomas Broyer
On Friday, January 4, 2013 10:25:05 AM UTC+1, Jose María Zaragoza wrote: > > > Hi: > > I'm using GWT 2.3 > I need to generate -xs.noche.js for my GWT module. > > I compile it with ANT like this > > > > > > >

Generate -xs.noche.js doesn't work

2013-01-04 Thread Jose María Zaragoza
Hi: I'm using GWT 2.3 I need to generate -xs.noche.js for my GWT module. I compile it with ANT like this I included into my Module

datePicker show current date after setValue

2013-01-04 Thread bhomass
I called setValue(dueDate) on the datePicker. it apparently sets the new date value ok, but does not reload the calendar page of the new date. It stays on the page with today's date. which method do I use to get it to update its page to show the current date? -- You received this message becau