Re: A problem with richtextareas in Firefox 11.0

2012-04-17 Thread pop.ionut84
I have the same issue with Firefox 11. The strange thing is that if you investigate with firebug, the text is present in the iframe. On Thursday, April 5, 2012 6:26:44 PM UTC+3, Niki wrote: > > Hi, > I am developing a web-application with GWT 2.4.It was working pretty well > in all major browser

Re: How to make a hourglass pointer?

2012-04-10 Thread pop.ionut84
Why don't you display a "Please Wait" popup for the lengthy process? You can add to that popup an animated gif and message. On Tuesday, April 3, 2012 1:07:10 PM UTC+3, tong123123 wrote: > > For lengthy process, I want to set the mouse pointer to hourglass, how to > do it in GWT? > -- You recei

Re: The import com.google.gwt.user cannot be resolved

2012-03-19 Thread pop.ionut84
You can use GWT Designer for building your application. After setting it up you will not have any problems like you have now :). On Mar 17, 7:41 pm, oogie wrote: > I am going through the GWT Tutorials, specifically the "Making Remote > Procedure Calls" tutorial, and I have created an interface wi

Re: Anyone knows GWT Multipage Framework?

2011-12-13 Thread pop.ionut84
Hi, I've been using GWT multipage and it worked out great for me. You can add in web.xml the welcome file you want (index.html) and set your default EntryPoint to listen to mysite.com/ . This may help you : https://groups.google.com/forum/#!topic/gwt-multipage/36R7lV6kPj0 On Dec 9, 9:55 pm, X

Re: GWT and Beans

2011-07-19 Thread pop.ionut84
For example, you have a redirect method via JSNI: public native static void redirect(String url) /*-{ $wnd.location.replace(url); }-*/; You just call that "redirect(url)" method from you java code (client side), as any other method. On Jul 19, 5:19 pm, Bruno Henr

Re: Load Testing GoogleWebToolKit

2011-07-11 Thread pop.ionut84
I've used Neoload for load testing GWT apps. The trial version allows you to run load tests with 10 users. For me it worked really nice. Regards, Ionut On Jul 9, 1:47 am, Alex wrote: > Hey, > > I'm working with a research group with University of Southern > California and we're building a web pa

GWT PrecompressLinker & Tomcat

2011-06-24 Thread pop.ionut84
Hi, I've included the PrecompressLinker option in my gwt.xml file, build the application and deploy to Tomcat. All generated js file have an equivalent js.gz file, but Tomcat still uses non gzip files. How can I tell Tomcat when a request comes for foo.js to check for the existence of foo.js.gz an