Firing native events in GWT can be real pain. If you need to fire click event when user press ENTER (or any other key that Read more
Tag: gwt
GWT Development Plugin Firefox 15 (FF15) on 64bit ubuntu
GWT/GXT Unable to get value of property ‘user.agent’
If your app hangs in IE/IE8 during load and you have
Unable to get value of property ‘user.agent’ error under Development Mode, you should instruct Read more
GWT has bug in Dev mode for Chrome
It happens when trying to check visibility of component. So be careful with
component.isVisible()
as it fails on Chrome.
Same thing is for GXT ( Read more
New Firefox 14 ruined all my GWT work (Ubuntu 12.04)
That’s because there’s no GWT Development Mode plugin for Firefox 14. And now I can’t work!
Wait! There’s a solution. Instead of fighting with ubuntu Read more
GWT – RPC serialization problem
Read moreType ‘some.type.you.are.sure.is.serializable’ was not included in the set of types which can be serialized by this SerializationPolicy. For security purposes, this type will not be
GWT Developer’s Plugin for Firefox 13
I dug it from the net.
For Firefox 13
* running on all platforms(Mac OS, Windows, Linux 32/64): http://acleung.com/ff13-win.xpi
* running on Mac OS: http://acleung.com/ff13-mac.xpi Read more
GWT Hosted mode on 64bit linux
GWT for linux is build against 32bit architecture. It contains some SWT/GTK 32bit modules. So if you try to run it with 64bit java it Read more
Red Black Tree Visualization using HTML5 Canvas and GWT
I created a sample app, which demonstrates HTML5 Canvas usage from Java through GWT. I think GWT is a great tool for migrating desktop apps Read more
TouK on WGK 2011 – update
I National Conference on Computer Games Development in Gdańsk is officially over. Three days with polish game dev, technical lectures and challenging 8 hour game Read more