Re: flextable rows

2014-04-03 Thread Amir kessentini
> > i found a solution but i'm in trouble again :( > each row containes 3 textBox.when i click on button delete row it works fine but when i try to add new row it's make a blank row. i have a problem on my delete row.i guess i don't have to remove the row but to remove the textbox on this row.

Gwt SampleUploadServlet, How to save a file into a folder in server (JAVA, GWT)?

2014-04-03 Thread Tom
I copied this code (allow user to upload image from client to server) from internet https://code.google.com/p/gwtupload/source/browse/samples/src/main/java/gwtuploadsample/server/SampleUploadServlet.java?r=e0b4acbaa632114978b085801a004116b6dbcf52 But it doesn't give an actual code to save the

Re: ExceptionInInitializerError when using

2014-04-03 Thread Adrian Bastholm
I forgot to mention, this happens when run from a GWTTestCase -- 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 email to google-web-toolkit+unsubscr...@googlegroups.c

ExceptionInInitializerError when using

2014-04-03 Thread Adrian Bastholm
As the subject states, I get weird initialization errors when using one of the weird errors is : dateField = new DateField(); where DateField is a GWT-Ext component. a clue is the following: Caused by: com.google.gwt.core.client.JavaScriptException: (null) @com. gwtext.client.widgets.Component:

Re: Debian Lenny + AMD 64 + Iceweasel + GWT Plugin?

2014-04-03 Thread Clement Honore
Got the same problem with Iceweasel 24. The GWT plugin for firefox 25 can be installed but I steel got "Development Mode requires the GWT Developer Plugin" message when I try to launch my app. Did you find a solution ? Thanks, Clément. Le samedi 13 novembre 2010 21:29:50 UTC+1, Magnus a écrit

Re: browse a file from my desktop

2014-04-03 Thread Davide Micheletti
bdoctestrequest i think is your project.. That error comes when you don't create the server's upload directory or you have written something wrong in web.xml.. feel free to post it.. ps: sorry for my bad english.. On Thu, Apr 3, 2014 at 11:09 AM, imen boukhris wrote: > > > thank you so much Dav

Is it Safe for a Class in Server package to access a method in Client package in GWT?

2014-04-03 Thread Tom
Ok, I am uisng GWTP, it got Client, Server & Shared package. I have a Util class in client. my.client.Util.java{ public static String method1(); //more methods here } In server i have my.server.GetDataActionHandler{ ///Should I do like this String s=my.client.Util.method1(); } I

Re: Unable to load module entry point

2014-04-03 Thread Francesco Viscomi
I have the same problem; what means: Does the app run in the hosted mode? Where do you deploy the app after it compiles? How i can check for a solution to that question? thanks Il giorno giovedì 20 gennaio 2011 05:30:09 UTC+1, Sednus ha scritto: > > Hi all, > I keep getting the th

catch the Click Event on the TextBox draggable

2014-04-03 Thread paolamontorio
I'm developing with the dnd library 3.3.0 and my goal is to catch the click event on the text box draggable. I create the textBox draggable : 8<->8 private Widget createDraggableTextBox() { ClickTextBox textBox = new Cli

Custom CellTree Recources

2014-04-03 Thread francesco . calabri
Hi everyone, I'm trying to write my own theme to inherit in my gwt applications. I started out replicating the structure below the "com.google.gwt.user.theme.standard" package in a project under "com.mytheme" and editing some css rules in stanrdard.css. Exported all this in a jar and inherited

Re: browse a file from my desktop

2014-04-03 Thread imen boukhris
thank you so much Davide Micheletti i tried this tutorial " http://www.jroller.com/hasant/entry/fileupload_with_gwt"; but i had this problem. can you help me please . > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe

Re: gwt testcoverage jacoco

2014-04-03 Thread Jens
There was some discussion in: https://code.google.com/p/google-web-toolkit/issues/detail?id=8317 -- 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 email to g

Re: browse a file from my desktop

2014-04-03 Thread Davide Micheletti
you can find a lot of tutorial googling gwt fileupload servlet.. here u can find the Javadoc and 2 examples with explanations.. http://www.gwtproject.org/javadoc/latest/com/google/gwt/user/client/ui/FileUpload.html http://www.jroller.com/hasant/entry/fileupload_with_gwt http://www.celinio.net/tech

Re: GWT Runtime Plugins - Is it on the Roadmap?

2014-04-03 Thread Thomas Broyer
On Wednesday, April 2, 2014 6:07:53 PM UTC+2, Thanos wrote: > > I just read this: > "The goal for 2.7 is to have incremental compilation (that will > tremendously speed up Super Dev Mode) and a beta of JsInterop (and remove > support for IE6/7, and maybe deprecate support for IE8)." > > Would i

gwt testcoverage jacoco

2014-04-03 Thread Florian Kammermann
Hello Together I use sonar to measure code coverage and sonar is only supporting jacoco as coverage tool. Is there a way to get coverage of gwt tests with jacoco? Cheers Florian -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubsc

Custom URI and SSL

2014-04-03 Thread Michael Flores
We have a custom URI opening our application on the user's desktop and we are also using SSL. The URI is being opened from a hidden frame, but Chrome is blocking our attempts because it's mixed content. We were getting by using Window.Location.assign for our URI, but this is creating a window c

browse a file from my desktop

2014-04-03 Thread imen boukhris
Hi GWT community, how can i upload a file to server from my desktop in my google web toolkit project.Anyone could provide me with good tutorial that explain the file upload solution from start to end please. thanks in advance -- You received this message because you are subscribed to the Goo

Re: Development Mode will not be supported in Firefox 27+

2014-04-03 Thread Jérôme Beau
Thank you Brian. I can understand that, as well as I acknowledge the "compensating" benefits (which is not an appropriate term to me, as an extra arm doesn't really compensate loosing a leg). Hope for GWT that the long term will not be so long, before the the benefits of "I don't have to learn