August 22, 2006

GWT 1.1 Update

The 1.1 update inlcudes some great bug fixes including the RPC performance fix and some new useful widgets such as the file upload widget.

I’m in the process of upgrading gpokr to the new version and its not easy. So far I have hit a change in the AbsolutePanel behavior which caused problems with the layout of the poker table to the point that it needed to be completely redone. Dialogs also were changed. If you use add() to add a widget it will now throw an exception. You must use setWidget(). There were also some changes that cause IE to lock up while not in hosted mode. I’m still in the process of working through these with the hopes that the improvements are worth the cost in upgrading.