Re: GWT 2.7.0 Release Date

2014-06-04 Thread confile
Will JSN 2.0 be included in GWT 2.7.0 as proposed here: https://docs.google.com/document/d/14461GflBTzVT1_JOXmN-b8D3HzOx0kzIBTdtBEghHLk/edit Am Samstag, 31. Mai 2014 02:31:17 UTC+2 schrieb Thomas Broyer: > > > > On Friday, May 30, 2014 10:33:36 AM UTC+2, Jens wrote: >> >> How do I get a zip pa

Re: Making browser save userneme & password

2014-06-04 Thread Thomas Broyer
Did you see https://groups.google.com/d/topic/google-web-toolkit/KyzgtqqoJGE/discussion ? (and https://groups.google.com/d/topic/google-web-toolkit/fNN5g5D7TFY/discussion) I'm not sure it still works in modern browsers though. If you can use a "proper" (i.e. non-GWT, non-ajax) form for login,

GWTDesigner in UIBinder mode Opening layout xml file with SmartGWT widgets

2014-06-04 Thread tekwojenski
Hi, I'm using Eclipse Kepler with GWT 2.6.1 and GWT Designer for GPE (recommended) WindowBuilder Core1.6.0.r43x201305211944 WindowBuilder XML Core (requires Eclipse WTP/WST) 1.6.0.r43x201306031653 I have no problem opening vanilla GWT UIBinder layouts, however when I try

Re: blank page and mystic error in IE8

2014-06-04 Thread Thad Humphries
I looked into SVG solutions for IE8 about 2 years ago and found nothing. I was able to convince my boss that, at least for the product I was working on, users would be required to use IE9, Firefox, or Chrome. It was a good decision. On Wednesday, June 4, 2014 1:41:47 PM UTC-4, Magnus wrote: > >

Re: blank page and mystic error in IE8

2014-06-04 Thread Jens
> > Or would you simply ignore such an old browser? > I would ignore them. IE8 support would mean you want to support Windows XP which isn't even supported by Microsoft anymore. IE9 support would mean you want to support Windows Vista which no one uses because it was a bad OS. Basically ana

How to fix the conflict between mySuggestBox.addKeyDownHandler & mySuggestBox.addSelectionHandler in GWT?

2014-06-04 Thread Tom
I have a SuggestBox. I want 2 things: -1st, when user Type in a word if the SuggestOracle suggest any word & then if i select that word by hitting the Enter key on the selected word or clicking on that word it will call a methodX -2st, suppose I typed a word into a suggest & SuggestOracle su

Re: blank page and mystic error in IE8

2014-06-04 Thread Magnus
Hi, I found it: The error was caused by the use of SVG! IE 8 does not support SVG! So far, so good! But I am not happy with the hard way I had to go: I have repeatedly commented out parts of my code, recompile, build and deploy, until I found the problem. - When I go to the homepage of

Re: Compiling GWT 2.6.1 at Java 7 source level

2014-06-04 Thread Nicholas DiMucci
I resolved this. In combination of explictly setting the source level target to the Java and GWT compilers, I had to delete the gwt-unitCache directory as well. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this gro

Re: Debugging in production mode

2014-06-04 Thread Thomas Broyer
On Tuesday, June 3, 2014 10:20:46 PM UTC+2, Grace Yeung wrote: > > I am working on the same issue. Things work in development mode, but not > production mode. (And this is only for one module, I have another module > working fine on both modes.) > Have you tried super-dev-mode? If it works in

Re: How to draw horizontal line (equivalent tag) in GWT 2.3 ?

2014-06-04 Thread cellepo
I tried dominique calcinelli's suggestion but could not figure out how to get around this error: Node cannot be inserted at the specified point in the hierarchy So I eneded up just making an with HTML Widget instead, per this other related discussion: https://groups.google.com/forum/#!topic/Go

Re: Debugging in production mode

2014-06-04 Thread Grace Yeung
I am working on the same issue. Things work in development mode, but not production mode. (And this is only for one module, I have another module working fine on both modes.) I want to try gwt-log too, but I can get it working. Any more documentation about using gwt-log? Thanks, Grace On Thur