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 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/-/xT-iR4nGVL4J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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.gwt.xml file this lines





but it's not generated any -xs.noche.js but .noche.js do
None error happens and none trace is shown about linking

Why ? 
Where I must to declare XS linker ?


Thanks and 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/google-web-toolkit/-/qemEQBmLuowJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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
>
> 
>  
>  
>  
>  
>  
>   
>  
>  
>
>
> I included into my Module.gwt.xml file this lines
>
> 
> 
>
>
> but it's not generated any -xs.noche.js but .noche.js do
> None error happens and none trace is shown about linking
>
> Why ?
>

That's how it works since (IIRC) GWT 1.5 and the introduction of linkers.
https://developers.google.com/web-toolkit/doc/latest/FAQ_Server#What_is_the_Same_Origin_Policy,_and_how_does_it_affect_GWT?

Just use the .nocache.js

-- 
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/-/KC3nsFCzqgUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 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 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/-/gc2qMGMdMcUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 AbstractEditorDelegate$Chain.attach(R, S) line: 
83 will grab a mutable copy so the item editor will have a different 
instance to the one in the list... This seems bad.

So should I do listEditor.getList().add(requestContext.edit(newThing))  ?  

Cheers

Sam



 

-- 
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/-/UkyACWuMXiIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 
and on the other hand the response will then be committed after the first 
byte is written.

Thank you.

-- 
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/-/r4upopPro6YJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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/google-web-toolkit/-/MRorsrw32DQJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 *Jsoup* *jar* file from 
http://jsoup.org/download (the first link), and placed it in the *
StockWatcher/war/WEB-INF/lib* folder. After this, the *Jsoup* classes are 
imported into the class all right (there is no red colored cross sign on 
those import lines), but while trying to run the app, I am getting an error 
as shown in the figure. Can anyone give me a step by step help on what to 
do now? I am new to GWT.


-- 
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/-/VvLguwLz8sIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 method decode(ByteBuffer) is undefined for the type Charset

What's the proper way, in GWT, to obtain a String (encoded in UTF-8) that's 
inside a ByteBuffer?

Thanks!

ps: this question has also been asked in 
StackOverflow,
 
if anyone wants to answer there and gain some rep

-- 
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/-/bQXurtXIHcUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 the HTML host page.
RootPanel.get().add(mainPanel);


and the nullpointer Exception is no longer

On Thursday, 7 August 2008 07:03:23 UTC+5:30, Anil wrote:
>
> Apparently there is a null pointer because root panel cannot find html 
> element 'stockList'. 
>
> [ERROR] Unable to load module entry point class 
> com.google.gwt.sample.stockwatcher.client.StockWatcher (see associated 
> exception for details) 
> java.lang.NullPointerException: null 
> at 
> com.google.gwt.sample.stockwatcher.client.StockWatcher.onModuleLoad(StockWatcher.java:
>  
>
> 67) 
>
>  line 67 >   RootPanel.get("stockList").add(mainPanel); 
>
>
> in the file StockWatcher.html: 
>
> 
>
> I used the commands in the tutorial: 
>
> C:\Projects\gwt-windows-1.5.0\StockWatcher>projectCreator -eclipse 
> StockWatcher -out StockWatcher 
> C:\Projects\gwt-windows-1.5.0\StockWatcher>applicationCreator -eclipse 
> StockWatcher -out StockWatcher 
> com.google.gwt.sample.stockwatcher.client.StockWatcher 
>
> It seems like a config thing. Any help appreciated. 
> thanks, 
> Anil

-- 
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/-/JDCMVoJvdJcJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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://groups.google.com/d/msg/google-web-toolkit/-/NRCnHW1oceAJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 am not able to use 
> GWT designer. Whenever I try to open entrypoint class with GWT designer in 
> design view it reports an error that   not able to parse web.xml. So what 
> should I do to make it work?

-- 
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/-/LJ22hHTF39oJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 come up with a total solution.

The IFrame leak was mainly caused by GWT not detaching the Ui in the
onclose handler. That is a bug in IE and GWT does not support unloading on
demand. But a fix is int the pipeline.

If you find a generic solution to the jsonp leak please let me know! I
rather let the browser handle cash operations.


David

On Thursday, January 3, 2013, Matthias Kühnle wrote:

> 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 to this group, send email to 
> google-web-toolkit@googlegroups.com 'google-web-toolkit@googlegroups.com');>
> .
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com  'cvml', 'google-web-toolkit%2bunsubscr...@googlegroups.com');>.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 the behavior of the browser? 

I tried overriding onBrowserEvent() and adding '' if the control 
key is down but that didn't help.

Then I went looking for a setCursorPosition method on RichTextArea but 
didn't find one.  It seems lots of folks have asked for that.

What's the best way to solve this?  Is there some 
custom setSelectionRange() logic out there for setting the cursor position? 
 I found a couple of JSNI examples of this but they didn't work...perhaps 
because my browser is too new, not sure.

-Dave

-- 
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/-/sJYZXDeSVIEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 
file. 
 Are you sure you want to execute the Jsoup routines from the client?  I 
would probably run Jsoup on the server and communicate with it from the 
client using GWT RPC.

On Friday, January 4, 2013 4:20:51 AM UTC-7, Kaustav Mukherjee wrote:
>
> 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 *Jsoup* *jar* file 
> from http://jsoup.org/download (the first link), and placed it in the *
> StockWatcher/war/WEB-INF/lib* folder. After this, the *Jsoup* classes are 
> imported into the class all right (there is no red colored cross sign on 
> those import lines), but while trying to run the app, I am getting an error 
> as shown in the figure. Can anyone give me a step by step help on what to 
> do now? I am new to GWT.
>
>
>

-- 
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/-/u5ggULFpDKIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 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 method decode(ByteBuffer) is undefined for the type Charset
>
> What's the proper way, in GWT, to obtain a String (encoded in UTF-8) 
> that's inside a ByteBuffer?
>
> Thanks!
>
> ps: this question has also been asked in 
> StackOverflow,
>  
> if anyone wants to answer there and gain some rep
>

-- 
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/-/_dsLsraHmncJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 log that you are seeing?

On Thursday, January 3, 2013 12:13:37 PM UTC-6, Bruno wrote:
>
> Were you ever able to resolve this, I'm having the same issue? 
>
> silvio.troia  writes: 
>
> > 
> > when i try to compile my GWT application, this is what i have 
> > 
> > The following problems were detected 
> >  [WARN] Line 1 column 12: encountered "_". Was 
> > expecting one of: "}" "+" "-" "," ";" "/"
> >
> >  
> >   
> >   Parsing CSS stylesheet jar:file:/Users/silvio/ 
> > Downloads/gwt-2.4.0/gwt-user.jar!/com/google/gwt/user/client/ui/ 
> > NativeHorizontalScrollbarTransparent.css 
> >  [ERROR] Unable to parse CSS 
> > org.w3c.css.sac.CSSException: @def rules must specify an identifier 
> > and one or more values 
> > at com.google.gwt.resources.css.GenerateCssAst 
> > $GenerationHandler.parseDef(GenerateCssAst.java:355) 
> > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
> > at 
> > 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: 
> > 39) 
> > at 
> > 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
>  
>
> a: 
> > 25) 
> > at java.lang.reflect.Method.invoke(Method.java:597) 
> > at com.google.gwt.resources.css.GenerateCssAst 
> > $GenerationHandler.ignorableAtRule(GenerateCssAst.java:253) 
> > at 
> org.w3c.flute.parser.Parser.atRuleDeclaration(Parser.java:1178) 
> > at org.w3c.flute.parser.Parser.ignoreStatement(Parser.java:622) 
> > at org.w3c.flute.parser.Parser.parserUnit(Parser.java:452) 
> > at org.w3c.flute.parser.Parser.parseStyleSheet(Parser.java:107) 
> > at org.w3c.flute.parser.Parser.parseStyleSheet(Parser.java:119) 
> > at 
> > com.google.gwt.resources.css.GenerateCssAst.exec(GenerateCssAst.java: 
> > 739) 
> > at 
> > 
> com.google.gwt.resources.rg.CssResourceGenerator.prepare(CssResourceGenerator.ja
>  
>
> va: 
> > 513) 
> > at 
> > 
> com.google.gwt.resources.rebind.context.AbstractClientBundleGenerator.initAndPre
>  
>
> pare(AbstractClientBundleGenerator.java: 
> > 1043) 
> > at 
> > 
> com.google.gwt.resources.rebind.context.AbstractClientBundleGenerator.initAndPre
>  
>
> pare(AbstractClientBundleGenerator.java: 
> > 1069) 
> > at 
> > 
> com.google.gwt.resources.rebind.context.AbstractClientBundleGenerator.generateIn
>  
>
> crementally(AbstractClientBundleGenerator.java: 
> > 412) 
> > at 
> > 
> com.google.gwt.dev.javac.StandardGeneratorContext.runGeneratorIncrementally(Stan
>  
>
> dardGeneratorContext.java: 
> > 647) 
> > at 
> > com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java: 
> > 41) 
> > at com.google.gwt.dev.shell.StandardRebindOracle 
> > $Rebinder.rebind(StandardRebindOracle.java:78) 
> > at 
> > 
> com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:
>  
>
> > 268) 
> > at 
> > 
> com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:
>  
>
> > 257) 
> > at 
> > 
> com.google.gwt.dev.DistillerRebindPermutationOracle.getAllPossibleRebindAnswers(
>  
>
> DistillerRebindPermutationOracle.java: 
> > 91) 
> > at 
> > 
> com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.doFindAdditionalTypesUsingRebinds
>  
>
> (WebModeCompilerFrontEnd.java: 
> > 96) 
> > at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox 
> > $CompilerImpl.process(AbstractCompiler.java:254) 
> > at 
> org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java: 
> > 444) 
> > at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox 
> > $CompilerImpl.compile(AbstractCompiler.java:173) 
> > at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox 
> > $CompilerImpl.compile(AbstractCompiler.java:288) 
> > at 
> com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.access 
> > $400(AbstractCompiler.java:139) 
> > at 
> > com.google.gwt.dev.jdt.AbstractCompiler.compile(AbstractCompiler.java: 
> > 588) 
> > at 
> > 
> com.google.gwt.dev.jdt.BasicWebModeCompiler.getCompilationUnitDeclarations(Basic
>  
>
> WebModeCompiler.java: 
> > 97) 
> > at 
> > 
> com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.getCompilationUnitDeclarations(We
>  
>
> bModeCompilerFrontEnd.java: 
> > 52) 
> > at 
> > 
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompi
>  
>
> ler.java: 
> > 569) 
> > at 
> > 
> com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.java: 
>
> > 33) 
> > at com.google.gwt.dev.

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 Chrome is more likely to help.
>>
>>
>> On Wed, Jan 2, 2013 at 10:10 AM, David Briney wrote:
>>
>>> Win 7 Enterprise. Could IntelliJ (I'm using 11.1.4) be a factor?
>>>
>>>
>>> On Wed, Jan 2, 2013 at 11:06 AM, Brian Slesinsky wrote:
>>>
 Which OS?


 On Wed, Jan 2, 2013 at 9:59 AM, David Briney wrote:

> Brian,
>
> GWT Dev plugin 1.0.11338 plus Chrome 23.0.1271.97 either crashes or
> will not load. When will this be addressed?
>
> Thanks,
> David Briney
>
>
> On Mon, Nov 26, 2012 at 4:57 PM, Thomas Broyer wrote:
>
>>
>>
>> On Monday, November 26, 2012 9:15:09 PM UTC+1, Mark Bosshard wrote:
>>>
>>> Hey Brian
>>>
>>> It says "Your computer doesnt support this App" when I try
>>> downloading it from the appstore.
>>>
>>
>> Are you on Windows 8? Windows 8 makes it impossible to support NPAPI
>> plugins in Chrome.
>>
>>
>>> However with drag and drop I get the gwt-plugin working, but it
>>> crashes with this error "Could not load GWT DMP" Plugin. I added 
>>> 0.0.0.0,
>>> 127.0.0.1 as well as localhost both in server and local in the table of 
>>> the
>>> gwt plugin options. So - no chance on chrome.
>>>
>>
>> Have you tried SuperDevMode?
>>
>>
>>> I tried firefox. Downloaded the normal today's version of firefox on
>>> mozilla.org. But: The Plugin is not accepted by Firefox since today
>>> we're on version 17 and the GWT Plugin is outdated.
>>>
>>> This means: Your GWT Plugin is right now only working on Internet
>>> Explorer as a major windows browser. THATS A PAIN IN THE ASS
>>>
>>
>> Yes.
>>
>> --
>> 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/-/oZg7ih0L5lcJ.
>>
>> To post to this group, send email to
>> google-web-toolkit@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>
>  --
> 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@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

  --
 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@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

>>>
>>>  --
>>> 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@googlegroups.com
>>> .
>>> To unsubscribe from this group, send email to
>>> google-web-toolkit+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>>
>>
>>  --
>> 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@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>
>

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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/webstore/detail/gwt-developer-plugin/jpjpnpmbddbjkfaccnmhnkdgjideieim



On Fri, Jan 4, 2013 at 1:13 PM, David Briney  wrote:

> 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 Chrome is more likely to help.
>>>
>>>
>>> On Wed, Jan 2, 2013 at 10:10 AM, David Briney wrote:
>>>
 Win 7 Enterprise. Could IntelliJ (I'm using 11.1.4) be a factor?


 On Wed, Jan 2, 2013 at 11:06 AM, Brian Slesinsky 
 wrote:

> Which OS?
>
>
> On Wed, Jan 2, 2013 at 9:59 AM, David Briney 
> wrote:
>
>> Brian,
>>
>> GWT Dev plugin 1.0.11338 plus Chrome 23.0.1271.97 either crashes or
>> will not load. When will this be addressed?
>>
>> Thanks,
>> David Briney
>>
>>
>> On Mon, Nov 26, 2012 at 4:57 PM, Thomas Broyer wrote:
>>
>>>
>>>
>>> On Monday, November 26, 2012 9:15:09 PM UTC+1, Mark Bosshard wrote:

 Hey Brian

 It says "Your computer doesnt support this App" when I try
 downloading it from the appstore.

>>>
>>> Are you on Windows 8? Windows 8 makes it impossible to support NPAPI
>>> plugins in Chrome.
>>>
>>>
 However with drag and drop I get the gwt-plugin working, but it
 crashes with this error "Could not load GWT DMP" Plugin. I added 
 0.0.0.0,
 127.0.0.1 as well as localhost both in server and local in the table 
 of the
 gwt plugin options. So - no chance on chrome.

>>>
>>> Have you tried SuperDevMode?
>>>
>>>
 I tried firefox. Downloaded the normal today's version of firefox
 on mozilla.org. But: The Plugin is not accepted by Firefox since
 today we're on version 17 and the GWT Plugin is outdated.

 This means: Your GWT Plugin is right now only working on Internet
 Explorer as a major windows browser. THATS A PAIN IN THE ASS

>>>
>>> Yes.
>>>
>>> --
>>> 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/-/oZg7ih0L5lcJ.
>>>
>>> To post to this group, send email to
>>> google-web-toolkit@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> google-web-toolkit+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>>
>>
>>  --
>> 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@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>
>  --
> 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@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

  --
 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@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

>>>
>>>  --
>>> 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@googlegroups.com
>>> .
>>> To unsubscribe from this group, send email to
>>> google-web-toolkit+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>>
>>
>>
>  --
> 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-w

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 Juno with Google Plugin,GWT designer,Windows builder,google 
> app engine sdk,GWT sdk installed. My problem is that  I am not able to use 
> GWT designer. Whenever I try to open entrypoint class with GWT designer in 
> design view it reports an error that   not able to parse web.xml. So what 
> should I do to make it work?

-- 
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/-/aXp3DYXdbZwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 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/webstore/detail/gwt-developer-plugin/jpjpnpmbddbjkfaccnmhnkdgjideieim
>
>
>
> On Fri, Jan 4, 2013 at 1:13 PM, David Briney wrote:
>
>> 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 Chrome is more likely to help.


 On Wed, Jan 2, 2013 at 10:10 AM, David Briney 
 wrote:

> Win 7 Enterprise. Could IntelliJ (I'm using 11.1.4) be a factor?
>
>
> On Wed, Jan 2, 2013 at 11:06 AM, Brian Slesinsky 
> wrote:
>
>> Which OS?
>>
>>
>> On Wed, Jan 2, 2013 at 9:59 AM, David Briney 
>> wrote:
>>
>>> Brian,
>>>
>>> GWT Dev plugin 1.0.11338 plus Chrome 23.0.1271.97 either crashes or
>>> will not load. When will this be addressed?
>>>
>>> Thanks,
>>> David Briney
>>>
>>>
>>> On Mon, Nov 26, 2012 at 4:57 PM, Thomas Broyer 
>>> wrote:
>>>


 On Monday, November 26, 2012 9:15:09 PM UTC+1, Mark Bosshard wrote:
>
> Hey Brian
>
> It says "Your computer doesnt support this App" when I try
> downloading it from the appstore.
>

 Are you on Windows 8? Windows 8 makes it impossible to support
 NPAPI plugins in Chrome.


> However with drag and drop I get the gwt-plugin working, but it
> crashes with this error "Could not load GWT DMP" Plugin. I added 
> 0.0.0.0,
> 127.0.0.1 as well as localhost both in server and local in the table 
> of the
> gwt plugin options. So - no chance on chrome.
>

 Have you tried SuperDevMode?


> I tried firefox. Downloaded the normal today's version of firefox
> on mozilla.org. But: The Plugin is not accepted by Firefox since
> today we're on version 17 and the GWT Plugin is outdated.
>
> This means: Your GWT Plugin is right now only working on Internet
> Explorer as a major windows browser. THATS A PAIN IN THE ASS
>

 Yes.

 --
 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/-/oZg7ih0L5lcJ.

 To post to this group, send email to
 google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

>>>
>>>  --
>>> 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@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> google-web-toolkit+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>>
>>
>>  --
>> 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@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>
>  --
> 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@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

  --
 You received this message because you are subscribed to the Google
 Groups "Google Web Toolkit" group.
 To post to 

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 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 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/webstore/detail/gwt-developer-plugin/jpjpnpmbddbjkfaccnmhnkdgjideieim
>>
>>
>>
>> On Fri, Jan 4, 2013 at 1:13 PM, David Briney wrote:
>>
>>> 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 Chrome is more likely to help.
>
>
> On Wed, Jan 2, 2013 at 10:10 AM, David Briney 
> wrote:
>
>> Win 7 Enterprise. Could IntelliJ (I'm using 11.1.4) be a factor?
>>
>>
>> On Wed, Jan 2, 2013 at 11:06 AM, Brian Slesinsky > > wrote:
>>
>>> Which OS?
>>>
>>>
>>> On Wed, Jan 2, 2013 at 9:59 AM, David Briney >> > wrote:
>>>
 Brian,

 GWT Dev plugin 1.0.11338 plus Chrome 23.0.1271.97 either crashes or
 will not load. When will this be addressed?

 Thanks,
 David Briney


 On Mon, Nov 26, 2012 at 4:57 PM, Thomas Broyer 
 wrote:

>
>
> On Monday, November 26, 2012 9:15:09 PM UTC+1, Mark Bosshard wrote:
>>
>> Hey Brian
>>
>> It says "Your computer doesnt support this App" when I try
>> downloading it from the appstore.
>>
>
> Are you on Windows 8? Windows 8 makes it impossible to support
> NPAPI plugins in Chrome.
>
>
>> However with drag and drop I get the gwt-plugin working, but it
>> crashes with this error "Could not load GWT DMP" Plugin. I added 
>> 0.0.0.0,
>> 127.0.0.1 as well as localhost both in server and local in the table 
>> of the
>> gwt plugin options. So - no chance on chrome.
>>
>
> Have you tried SuperDevMode?
>
>
>> I tried firefox. Downloaded the normal today's version of firefox
>> on mozilla.org. But: The Plugin is not accepted by Firefox since
>> today we're on version 17 and the GWT Plugin is outdated.
>>
>> This means: Your GWT Plugin is right now only working on Internet
>> Explorer as a major windows browser. THATS A PAIN IN THE ASS
>>
>
> Yes.
>
> --
> 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/-/oZg7ih0L5lcJ.
>
> To post to this group, send email to
> google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

  --
 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@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

>>>
>>>  --
>>> 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@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> google-web-toolkit+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>>
>>
>>  --
>> 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@googlegroups.com.
>> To un

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
> ?
>
> 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 
>> 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 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/-/nX4Aqdmk3DUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.