Anyone using GWT to produce content for Google TV?

2011-09-29 Thread Mats Wikström
Hi,

I was wondering if anyone is using GWT to produce content for Google
TV? If so, have you found any java samples/sources/libs for the client
side to help formatting / handle controls?

Thanks,
Mats

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GPE 3.6, breaks again for UIBinder files

2011-05-12 Thread mats
On 12 Mai, 04:57, John Gentilin gent...@gmail.com wrote:
 Seems that while initializing GWT Development Mode, it has a problem
 finding
 my entry point class.. It's there right where it thinks it should be..

I have the same problem while initializing GWT Designer. Building from
Ant buildfile works fine.
Deinstalling GPE and GWT Designer, deleting the proper directories in
the .plugin folder of my workspace and reinstalling GPE + GWT Designer
didn't work.

Did anyone has the same issues and eventually solved this?

Greetings from Berlin,
Mats

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: ChangeListenerCollection in 1.7

2009-09-17 Thread Mats

Thanks a lot. SelectionHandler/SelectionEvent works perfectly :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



ChangeListenerCollection in 1.7

2009-09-16 Thread Mats

Hello,

I'm trying to use the YouTube library hotforcode in 1.7, but I'm
having trouble porting some the event stuff from 1.5 code.

Specifically I'm wondering about this file
http://code.google.com/p/hotforcode/source/browse/trunk/YouTubeTv/src/com/appspot/yttv/client/PlaylistPlayer.java

What do I change changeListeners.fireChange(this) to?

PlaylistPlayer is also references from player.addChangeListener(new
ChangeListener() in
http://code.google.com/p/hotforcode/source/browse/trunk/YouTubeTv/src/com/appspot/yttv/client/YouTubeTv.java
I'm not sure if I need to change that method also?

Mats

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---