Re: Deferred binding result type gone after refresh in hosted mode

2008-10-19 Thread Ivo
"Sumit Chandel" <[EMAIL PROTECTED]> wrote: > > Could you send us some code to try to reproduce the error? There are a few > things that have changed from 1.4.62 to 1.5.2, but we haven't seen this kind > of error and would need to reproduce it to find out what's going on. > I will try to produce a

Re: what GUI creator are you using ?

2008-10-19 Thread alex.d
Definitely GWT Designer. On 20 Okt., 07:01, Joshua Partogi <[EMAIL PROTECTED]> wrote: > I use IntelliJ IDEA. > > On Oct 19, 8:50 pm, Yonatan Maman <[EMAIL PROTECTED]> wrote: > > > or do you prefer 'hand writing' GUI ? > > > -- Yonatan > > --~--~-~--~~~---~--~~ You

Re: Displaying a word document or any document saved as html

2008-10-19 Thread alex.d
Take an Frame, and load your work document in it. Of course your document should be converted to html on the server. On 19 Okt., 00:35, ET <[EMAIL PROTECTED]> wrote: > Hello guys, > > need help as to how to display a work document or any document saved > as html in gwt. Let's say I have my docume

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

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 %20application/gwt-incubator.jar!/com/google

Why is the servlet classes packaged with GWT library?

2008-10-19 Thread Joshua Partogi
Dear all, Does anybody know the reason why the servlet classes are packaged with the GWT library? Best regards, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send

Re: FastStringMap is not public class

2008-10-19 Thread bc
There is a great blog post available on this by Damon Lundin. You can find it here http://development.lombardi.com/?p=95 On Oct 18, 11:02 am, rakesh wagh <[EMAIL PROTECTED]> wrote: > FYI:http://code.google.com/p/google-web-toolkit/issues/detail?id=672&can=... > > On Oct 17, 6:52 pm, Andrej Harsa

Re: RPC failure with no useful information.

2008-10-19 Thread Larry White
That might have worked, but i worked around the problem. I tracked it down to a Serializable object that contained a date that was reconstructed from a Postgres DB using Apache's open JPA. Anyway for some reason. GWT did not want to transport that date. When I created a new date object using the

Re: what GUI creator are you using ?

2008-10-19 Thread [EMAIL PROTECTED]
A big vote for Eclipse plus Instantiations GWT Designer. Eclipse is an unstoppable force in the IDE world and GWT Designer makes it even better...IMHO. On Oct 19, 2:50 am, Yonatan Maman <[EMAIL PROTECTED]> wrote: > or do you prefer 'hand writing' GUI ? > > -- Yonatan --~--~-~--~~

Re: Your opinion sought: Jetty or Tomcat?

2008-10-19 Thread Arthur Kalmenson
If it makes hosted mode launch faster, go for it :) -- Arthur Kalmenson On Mon, Oct 13, 2008 at 6:48 PM, Bruce Johnson <[EMAIL PROTECTED]> wrote: > Hi everyone, > Hope you're enjoying 1.5. > > The GWT team has started putting together a 1.6 roadmap, which we'll > publish as soon as we have it n

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,

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 unsubscrib

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-5&s=google-web-toolkit-doc-1-5&t=GettingStartedRPC -- I cannot deploy my application to Tomcat. There is on this pa

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 su

Mallika Sherawat

2008-10-19 Thread VEDIYAPPAN RAJASEKARAN
Mallika Sherawat --~--~-~--~~~---~--~~ 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 unsub

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

SURIYA

2008-10-19 Thread VEDIYAPPAN RAJASEKARAN
SURIYA http://suriyaaa.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 unsubscribe from this group,

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 --~--~-~--~~~---~--~~ 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-To

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. Steppi

Re: GWT 1.5.2 Hosted Mode Browser Error on Linux

2008-10-19 Thread Mobee
Hi Daniel, I had the same problem with Ubuntu. the problem was with the GWT package buggy download, it seems that a firefox download is some how defected and I forced the tar.bz2 to be opened partially. Until Google will feature it out, I solve this issue buy using wget to download the framework,

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 AutoselectTextBox()

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 serve

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, i

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: I received a blank page. Using the W3C's validator at ht

Re: Strange IE7 focus and width behavior.

2008-10-19 Thread [EMAIL PROTECTED]
On Oct 18, 11:28 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Oct 18, 10:35 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > > > On Oct 18, 3:28 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > The following gwt chat widget works fine under Chrome, Firefox,