Regular Popup Window in GWT?

2009-09-03 Thread lakshmi thyagarajan
Hi, I want to add a regular pop-up window to my application. I tried using a PopupPanel (and DecoratedPopupPanel). But it doesnt have regular window controls (like minimize, maximize, close etc). Am forced to either use the auto-hide feature or include a Widget (like a button) to close the panel.

Asynch call does not return

2009-08-11 Thread lakshmi thyagarajan
Hi, One of my server side methods requires about 20 minutes to complete (involves executing a series of scripts and a whole lot of iterations to execute a complex algorithm). An asynchronous call to this method from my client does not return back to the client even after the method finishes

Re: Asynch call does not return

2009-08-11 Thread lakshmi thyagarajan
. On Tue, Aug 11, 2009 at 3:43 PM, lakshmi thyagarajan tlakshmipr...@gmail.com wrote: Hi, One of my server side methods requires about 20 minutes to complete (involves executing a series of scripts and a whole lot of iterations to execute a complex algorithm). An asynchronous call to this method

How to replace the GWT css?

2009-08-11 Thread lakshmi thyagarajan
Hi, I want to replace either gwt-DialogBox .Caption with my own style or modify the contents of gwt-DialogBox .Caption. I dont want to replace all the other default styles associated with the GWT Dialog box. Is there a way to do this? thanks, Lakshmi

Re: How to replace the GWT css?

2009-08-11 Thread lakshmi thyagarajan
the your own style name as you needed. You just have to call setStyleName(String) method. http://lkamal.blogspot.com/2007/08/add-css-style-for-gwt-widgets.html HTH, Kamal Mettananda On Wed, Aug 12, 2009 at 9:53 AM, lakshmi thyagarajan tlakshmipr...@gmail.com wrote: Hi, I want

Re: onModuleLoad called when hitting Browser 'Back' button

2009-04-24 Thread lakshmi thyagarajan
Thanks! Yeah that makes sense. cheers, Lakshmi On Fri, Apr 24, 2009 at 7:17 PM, Vitali Lovich vlov...@gmail.com wrote: No. When you hit back, you're browser is navigating to a new page so of course you lose all your current Javascript state (otherwise, you could potentially leak your state