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
It happens when trying to check visibility of component. So be careful withcomponent.isVisible()as it fails on Chrome.Same thing is for GXT (extgwt from Sencha) as it calls underlaying GWT's isVisible()(UncaughtExceptionHandler.java:23) 2012-07-30... Read more
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 with reversing installed Firefox to 13. I can have parallel versions of FF.So how to install previous v... Read more
Type ‘some.type.you.are.sure.is.serializable’ was not included in the set of types that can be serialized by this SerializationPolicy. For security purposes, this type will not be Read more
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.xpirunning on 64 bit Linux: http://acleung.com/ff13-linux64.xpi running on 32 ... Read more
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 failsException in thread "main" java.lang.UnsatisfiedLinkError: /opt/tools/sdk/gwt/gwt-linux-1.5.3/libswt-pi-gtk-3235.... Read more
I created a sample app that demonstrates HTML5 Canvas usage from Java through GWT. I think GWT is an excellent tool for migrating desktop apps Read more
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
TouK is one of the lecturers on this year WGK (I National Conference on Computer Games Development). The conference is to take place on Gdańsk Read more