Re: body bgcolor issue

2009-03-19 Thread Tony Paul
Ian > > http://examples.roughian.com > > > 2009/3/19 Tony Paul > > Hello again, >> >> This issue does not exist outside of GWT, so it's not that trivial, please >> try to reproduce it and see for yourself. If you know of a solution, please >> let me know. >

Re: body bgcolor issue

2009-03-19 Thread Tony Paul
Hello again, This issue does not exist outside of GWT, so it's not that trivial, please try to reproduce it and see for yourself. If you know of a solution, please let me know. Thank you, Tony On Mon, Mar 16, 2009 at 4:46 PM, tony.p.. wrote: > > Hello all, > > I tried to change the background

Re: strange behavior for float numbers

2009-03-04 Thread Tony Paul
Thank you Alan. The numbers I want to display, come from a file, to the server, then the server sends those numbers to GWT. So I don't have control generating the numbers as rational numbers. The solution that worked for me is to read the numbers on the server as double, then send them to GWT. GWT

Re: best practice for server with GWT

2009-01-26 Thread Tony Paul
Thank you Sumit. You are right about the client side, but since I just started GWT, I'm developing and learning it at the same time. One of the major components in the client side is to display images, one image at a time and go back and forth between images, when the user clicks on back or forward