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 you want to work like CLICK) on any custom made element Read more
Tag: gwt
GWT Development Plugin Firefox 15 (FF15) on 64bit ubuntu
I tried the latest plugin from well known source. But it didn’t work.
But this one did.
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 your IE 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 (extgwt from Sencha) as it 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 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
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
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 fails
Exception in thread “main” 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 into Web nowadays, especially 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 programming Read more