GWT support for HTML 4.01 Transitional

2008-10-19 Thread [EMAIL PROTECTED]
After struggling with bugs in my GWT application's rendering due to differences in the layout models of Chrome, Firefox 3.1, and IE 8, I decided to switch away from quirks mode. After including the following line at the front of my page: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01

SuggestBox

2008-10-19 Thread Sumved
Hi All, I wanted a SuggestBox, but with more feature like Address TextBox in Compose mail section of GMail. I will define the step: 1. Login to your GMail account. 2. Click on Compose Mail. 3. Type in something Address Box(with label To). You will see that whenever someone type 2-3 letters, it

TextBox selection lost on async. response.

2008-10-19 Thread Konrad
Hi, I have some problem with selection being lost on async. response. First of all, I have such class extending TextBox: public class AutoselectTextBox extends TextBox { private static final int AUTOSELECT_DELAY_MILLIS = 10; private Timer autoSelectTimer; public

RPC failure with no useful information.

2008-10-19 Thread jones34
I'm getting an RPC failure (client stack trace below). The message says to check the server logs, but there's nothing in them. Stepping through the server code, I don't see any exceptions getting thrown. Any ideas? com.google.gwt.user.client.rpc.StatusCodeException: The call failed on the

Re: RPC failure with no useful information.

2008-10-19 Thread Daniel Kurka
I would suggest setting a lower loglevel. then you will be able to see the server side exception in the gwt window... 2008/10/19 jones34 [EMAIL PROTECTED] I'm getting an RPC failure (client stack trace below). The message says to check the server logs, but there's nothing in them. Stepping

Re: Your opinion sought: Jetty or Tomcat?

2008-10-19 Thread Jim Alateras
I use both so wouldn't be an issue. I do prefer jetty as an embedded HTTP server. cheers /jima --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

FILM ACTRESS DEEPIKA PADUKONE

2008-10-19 Thread VEDIYAPPAN RAJASEKARAN
FILM ACTRESS DEEPIKA PADUKONE / --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send

Mallika Sherawat

2008-10-19 Thread VEDIYAPPAN RAJASEKARAN
Mallika Sherawat http://mallikasherawat-raj.blogspot.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To

Re: New GWT application to try - Leeloo Chat

2008-10-19 Thread Batien
Congrat: Can it be used for private club? Is it open source? What license? On Oct 18, 4:19 am, Joël Bourquard [EMAIL PROTECTED] wrote: Here is the URL: http://leeloo.webhop.net Have fun ;-) --~--~-~--~~~---~--~~ You received this message because you are

Deploying of the RPC example from the tutorial

2008-10-19 Thread sipungora
Hi all, I have a question to -- http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-doc-1-5t=GettingStartedRPC -- I cannot deploy my application to Tomcat. There is on this

what GUI creator are you using ?

2008-10-19 Thread Yonatan Maman
or do you prefer 'hand writing' GUI ? -- Yonatan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe

Re: RichTextToolbar

2008-10-19 Thread Jeremy
Hi Nicole, I just had the same problem. Did you make sure to copy the file RichTextToolbar$Strings.properties? The resource key large is defined in an interface that extends Constants, which is part of the i18n GWT package. Constants need an accompanying .properties file to define the keys, e.g.

GWT incubator help

2008-10-19 Thread programmerajay
I have downloaded gwt incubator jar file and included in gwt and worked on the example. But i am getting some errors in jar file, i am unable find the error. Error is: Errors in 'jar:file:/C:/Documents%20and%20Settings/rshari/Desktop/GWT/gwt

Re: what GUI creator are you using ?

2008-10-19 Thread Joshua Partogi
I use IntelliJ IDEA. On Oct 19, 8:50 pm, Yonatan Maman [EMAIL PROTECTED] wrote: or do you prefer 'hand writing' GUI ? -- Yonatan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

[gwt-contrib] Re: r3781 - in releases/1.6/events: . dev eclipse/dev/windows eclipse/samples/DynaTable eclipse/sampl...

2008-10-19 Thread Emily Crutcher
I was trying to make it clear that the code was on the 1.6 release branch rather then being branched off trunk, however that may not have been the correct way to do that. Would branches/1.6/events be better? On Sat, Oct 18, 2008 at 8:32 PM, Thomas Broyer [EMAIL PROTECTED] wrote: On 19 oct,

[gwt-contrib] Re: RR: runAsync merge to trunk

2008-10-19 Thread Lex Spoon
On Sat, Oct 18, 2008 at 12:33 AM, Ray Cromwell [EMAIL PROTECTED] wrote: Lex, I skimmed the CFA code, and I had perhaps a stupid question. I see that method calls have their targets rescued, but what about exceptions, either runtime, or explicitly thrown? Is it possible that a non-local flow

[gwt-contrib] [google-web-toolkit commit] r3787 - releases/1.6/events

2008-10-19 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Sun Oct 19 10:37:22 2008 New Revision: 3787 Removed: releases/1.6/events/ Log: Event branch showing up correctly under branches, so removing from releases/1.6 --~--~-~--~~~---~--~~

[gwt-contrib] Re: r3781 - in releases/1.6/events: . dev eclipse/dev/windows eclipse/samples/DynaTable eclipse/sampl...

2008-10-19 Thread Emily Crutcher
Moved the events to branch\1_6_events. Thanks Thomas! On Sun, Oct 19, 2008 at 12:38 PM, Emily Crutcher [EMAIL PROTECTED] wrote: I was trying to make it clear that the code was on the 1.6 release branch rather then being branched off trunk, however that may not have been the correct way to do

[gwt-contrib] [google-web-toolkit commit] r3785 - in releases/1.6/events/user/src/com/google/gwt: event/dom/client user/client/ui

2008-10-19 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Sun Oct 19 09:36:28 2008 New Revision: 3785 Modified: releases/1.6/events/user/src/com/google/gwt/event/dom/client/BlurEvent.java releases/1.6/events/user/src/com/google/gwt/event/dom/client/ChangeEvent.java

[gwt-contrib] Re: RR: runAsync merge to trunk

2008-10-19 Thread Bruce Johnson
On Sun, Oct 19, 2008 at 1:30 PM, Lex Spoon [EMAIL PROTECTED] wrote: Ideally hosted mode would use a deferred command instead of running the callback directly, but deferred commands are not available in Core, but runAsync *is* available in Core. I haven't run across a simple solution to this