i am getting error with on that can u please help on that

2013-11-18 Thread Sreeni Reddy
Unknown argument: -Xss Google Web Toolkit 2.5.1 Compiler [-logLevel level] [-workDir dir] [-gen dir] [-style style] [-ea] [-XdisableClassMetadata] [-XdisableCastChecking] [-validateOnly] [-draftCompile] [-optimize level] [-compileReport] [-strict] [-XenableClosureCompiler] [-XfragmentMerge

Re: i am getting error with on that can u please help on that

2013-11-18 Thread Jens
-Xss is a JVM parameter not a GWT compiler parameter. Check your run configuration / parameter placement. -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an

How to prevent GWT TextArea to resize by dragging (Not using CSS3)

2013-11-18 Thread BM
Hello, I was wondering if there is any way I can find a way to prevent re-sizing of TexArea by drag drop in any browser type. I know there is CSS3 feature with resize: none which takes care of that but that feature doesn't work in IE. Is there any event code I can use which can disable the

Re: How to prevent GWT TextArea to resize by dragging (Not using CSS3)

2013-11-18 Thread Jim Douglas
This isn't really a GWT question. The GWT TextArea is nothing more than an HTML textarea element. The CSS resize property is the correct way to adjust that setting, but it's not supported in IE. http://caniuse.com/#search=resize https://www.google.com/search?q=css+resize+ie On Monday,

Re: Error using IMAGE/IO in a Servlet

2013-11-18 Thread Sean
Hey guys, so I'm pulling this thread back up because I ran into a new problem. Everything has been going great, till I tried using RPC's with the context servlet changed. Now when I try to do any RPC I get the error: *Unable to get value This application is out of date, please click the

Re: Error using IMAGE/IO in a Servlet

2013-11-18 Thread Jens
Maybe you missed copying it, but you never set tcl back. I never had the issue you are describing. Thats how I do it normally: https://gist.github.com/jnehlmeier/7534390 -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: jsni - overlay types - js arrays Java API

2013-11-18 Thread Sebastián Gurin
Thanks! fortunately I didn't get to use it in my projects but I will do it. GWT should provide with an official library or class for doing native stuff like this. People porting/wrapping javascript libraries to GWT really need a good utility class mainly for converting casting java to

GWT Wrapper Div-Element style

2013-11-18 Thread Manuel
Hi everyone, I made a View using the GWT Designer. I used the TextBox as input field. Now the input is wrapped by a div for position purpose I guess. Beside the position styles, the div has overflow:hidden. Is there a way to tell the div to have overflow:visible? I want to have a outline style

Re: GWT Wrapper Div-Element style

2013-11-18 Thread Manuel
Ok, the textbox got wrapped in the div because I used a layoutpanel. Switching to a HTMLPanel solved it. Am Dienstag, 19. November 2013 06:38:20 UTC+1 schrieb Manuel: Hi everyone, I made a View using the GWT Designer. I used the TextBox as input field. Now the input is wrapped by a div for

Re: [gwt-contrib] Re: GPE does not like GWT trunk SDK?

2013-11-18 Thread Rajeev Dayal
Hi Brandon, The sources are on GitHub right now, but they are not public. I'm working on externalizing the build system. I don't want to make the sources public till then, as it's not much use to outside contributors if they can't build the plugin themselves (which has been evidenced by the GPE

[gwt-contrib] Would you like to add a gwtproject.com search input for only the gwtproject site?

2013-11-18 Thread Brandon Donnelson
What do you think of having a google custom search for the gwtproject site, which searches only that site? I think this would be handy for searching for a term in the documents. Brandon -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because

Re: [gwt-contrib] Would you like to add a gwtproject.com search input for only the gwtproject site?

2013-11-18 Thread Julien Dramaix
This is indeed an important missing feature if we compare with the old site. As alternative to the google custom search , we could also use the search api of GAE (https://developers.google.com/appengine/docs/java/search/) Julien On Mon, Nov 18, 2013 at 5:29 PM, Brandon Donnelson

[gwt-contrib] Re: Would you like to add a gwtproject.com search input for only the gwtproject site?

2013-11-18 Thread Ed
What do you think of having a google custom search for the gwtproject site, which searches only that site? +1 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups GWT Contributors group. To

Re: [gwt-contrib] Re: Would you like to add a gwtproject.com search input for only the gwtproject site?

2013-11-18 Thread Daniel Kurka
I think the original graphic mockups had a search box planned (about where the gwt.create banner is currently located). If someone wants to do something in this direction, I can share the mock up. I think maintenance-wise it might be smart to not write code for this, but if someone wants to go

[gwt-contrib] Re: Help getting super dev mode to work

2013-11-18 Thread Rich
I'm getting the same issue. No matter what I do. I tried adding the special lines to the gwt.xml files, but when it built, IntelliJ (or something) took them back out. add-linker name=xsiframe/ set-configuration-property name=devModeRedirectEnabled value=true/ So it still gets this Can't