How to run hosted mode on chrome

2009-08-25 Thread anjolight
Hi, I'm getting a javascript error on chrome 2. This error only happens in Chrome and not on IE7/FF3. In order to debug this, I would like to run a hosted mode on Chrome but I am having a bad day researching how to do it. There talks about OOPHM but I'm not sure if I can use this on Chrome. As of

Change timezone dynamically, detecting US daylight saving change from Japan

2009-10-28 Thread anjolight
Hi, I have a GWT app used by both users in Japan and in US. The app is a simple class scheduling web site where Japanese students book English lessons with US tutors. The class time must be displayed in Japan time for Japanese users and US time for US users. The challenge is that I need to detect

Re: Change timezone dynamically, detecting US daylight saving change from Japan

2009-10-30 Thread anjolight
Thanks for the reply and I totally understand what you're saying and let me clarify my challenge. My users are in JAPAN time and they need to detect US daylight saving change. It's a different story from PST users adjusting for US daylight saving change. Any suggestion how I can detect US DST ch

2.0 Development Mode with external URL

2009-12-10 Thread anjolight
Hi, sorry for a newbie question. With 1.7, Eclipse's Run configuration allowed me to run hosted mode with any URL like www.myserver.com/mypage.html How can I do this with 2.0? regards, Yoshi -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" gro

FileUpload problem on IE

2008-09-12 Thread anjolight
Hi, I am having a slight issue with FileUpload on IE7. Basically, the server returns a text/plain json value after the file upload. But on the return, IE7 shows the file download popup (asking me if I want to save the text in a file). My FormHandler's onSubmitComplete() was never called. I ran t

Re: FileUpload problem on IE

2008-09-16 Thread anjolight
; you could use Fiddler to find out:http://www.fiddlertool.com/fiddler/ > > On Sep 12, 10:04 pm, anjolight <[EMAIL PROTECTED]> wrote: > > > Hi, I am having a slight issue with FileUpload on IE7. > > > Basically, the server returns a text/plain json value after the file > >