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

Generate module-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 module-xs.noche.js for my GWT module. I compile it with ANT like this java classname=com.google.gwt.dev.Compiler fork=true jvmarg value=-Xmx512M/ arg value=-war/ arg value=war/

Re: Generate module-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 module-xs.noche.js for my GWT module. I compile it with ANT like this java classname=com.google.gwt.dev.Compiler fork=true jvmarg value=-Xmx512M/

Re: datePicker show current date after setValue

2013-01-04 Thread Thomas Broyer
setCurrentMonthhttp://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/datepicker/client/DatePicker.html#setCurrentMonth(java.util.Date) ? On Friday, January 4, 2013 9:01:12 AM UTC+1, bhomass wrote: I called setValue(dueDate) on the datePicker. it apparently sets the new

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

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

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

How to integrate Jsoup in GWT

2013-01-04 Thread Kaustav Mukherjee
https://lh3.googleusercontent.com/-FBzYyCieKgo/UOa6yv16jaI/ANQ/ECOiZQ1G-RY/s1600/gwt1.png 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

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 with

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

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

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 I

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

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 'brbr' 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

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

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 Java

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

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?

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

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 skybr...@google.com wrote: I

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 david.bri...@gmail.com wrote: Is GWT DMP 1.0.11357 available to the public? When I update my Chrome

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:

[gwt-contrib] Re: Too many open files when generating ClientBundles (issue1880803)

2013-01-04 Thread jens . nehlmeier
http://gwt-code-reviews.appspot.com/1880803/diff/7001/dev/core/src/com/google/gwt/util/tools/Utility.java File dev/core/src/com/google/gwt/util/tools/Utility.java (right): http://gwt-code-reviews.appspot.com/1880803/diff/7001/dev/core/src/com/google/gwt/util/tools/Utility.java#newcode54

[gwt-contrib] Re: Too many open files when generating ClientBundles (issue1880803)

2013-01-04 Thread t . broyer
http://gwt-code-reviews.appspot.com/1880803/diff/7001/dev/core/src/com/google/gwt/util/tools/Utility.java File dev/core/src/com/google/gwt/util/tools/Utility.java (right): http://gwt-code-reviews.appspot.com/1880803/diff/7001/dev/core/src/com/google/gwt/util/tools/Utility.java#newcode54

Re: [gwt-contrib] Re: Compile error after moving to 2.5

2013-01-04 Thread dflorey
No, the only workaround for me is to stick with 2.4 :-( On Monday, December 17, 2012 10:25:25 PM UTC+1, Brent Ryan wrote: I'm seeing this same compile error when going from 2.4 to 2.5. Any workaround for this yet? On Wednesday, November 7, 2012 12:24:29 PM UTC-5, dflorey wrote: Sure...

[gwt-contrib] Re: Too many open files when generating ClientBundles (issue1880803)

2013-01-04 Thread jens . nehlmeier
http://gwt-code-reviews.appspot.com/1880803/diff/7001/dev/core/src/com/google/gwt/util/tools/Utility.java File dev/core/src/com/google/gwt/util/tools/Utility.java (right): http://gwt-code-reviews.appspot.com/1880803/diff/7001/dev/core/src/com/google/gwt/util/tools/Utility.java#newcode54

[gwt-contrib] Re: Too many open files when generating ClientBundles (issue1880803)

2013-01-04 Thread niloc132
http://gwt-code-reviews.appspot.com/1880803/diff/1/user/src/com/google/gwt/resources/rg/ImageBundleBuilder.java File user/src/com/google/gwt/resources/rg/ImageBundleBuilder.java (right):

[gwt-contrib] Re: Too many open files when generating ClientBundles (issue1880803)

2013-01-04 Thread niloc132
On 2013/01/03 23:46:58, tbroyer wrote: You might want to try out Git/Gerrit ;-) I stuck with Rietveld for this one, as I wasn't yet sure that changes were being merged in with either system, and assumed that there was still traffic coming through here. Since we've already started dialog here,