GWT-Voices demo
March 6th, 2008 - Written by Chris Fong in Using GWT
I just put up a new GWT demo inspired by Jonathan Coulton’s appearance on the TWiT 133 podcast last week. I was going to write something up on how to use the gwt-voices library, but it is actually so simple to use, that there is really nothing new for me to explain. The only thing that was missing which I wanted to add, was a way to pause the songs. Currently the only options right now are play and stop.
The widgets I used are from the GWT-Ext widget library. Sanjiv has really done a nice job with the new 2.0 release.
Update: Thanks to Sanjiv for helping me fix the issue I had with IE.



Hi Chris,
I’m glad you liked GWT-Ext 2.0. GWT-Voices is pretty neat.
For the benefit of others trying to run this sample locally, the original Json data being read had a trailing comma which IE croaks on.
Sanjiv
That’s a pretty slick looking UI.