Re: how to realize a realtime clock running in the client?

2011-02-16 Thread János Kiss
If the timers run only on the clients, it can be inconvenient if they are'nt synchronized. Both clients have a timer about the opponent, and when he or she makes a move, you can see the timer counting 1:01, 1:02 and then get the message from the server the opponent made a move at 1:00, and the

tutorials/1.6/RPC code mistake

2009-10-30 Thread János Kiss
Hi, I was doing the RPC tutorial at GWT site: http://code.google.com/intl/hu-HU/webtoolkit/tutorials/1.6/RPC.html and I found a mistake in one of the example code. If somebody just copies the codes according to the instructions, everything goes well until reaching the exception handling part. The