Re: GWT Canvas on HTML 4.01?

2010-10-15 Thread mass0ne
no way 'The canvas element is part of HTML5...'(c) http://en.wikipedia.org/wiki/Canvas_element only http://www.google.com/search?q=html5+canvas On Oct 14, 6:30 pm, "s.djukic" wrote: > Hi all, > > Does anyone know whether GWT Canvas will work on older browsers > (4.01)? Couldn't really find any

Re: Problems creating my first reusable module: import cannot be resolved

2010-08-19 Thread mass0ne
For me... package: src `-my.site.tools.layout `-Layout.gwt.xml progect.gwt.xml: ...works perfectly. Test your project before you pack them in jar. debug->junit->compile- >jar The very first thing that comes to mind: Jar not empty? On Aug 18, 11:44 pm, Sleeveen wrote: > I've dropped the JAR

Re: Loading a GWT module into a jsp page

2010-08-12 Thread mass0ne
I have the same problem in devmode, with a compiled application JSP works fine. Try reloading the page or use the *. html for devmode. I'm using *. html On Aug 7, 8:19 pm, shinokamparos wrote: > Hi Luis, > > this is my entrypoint: > > public void onModuleLoad() { > >         loginPanel = new Logi

Re: GWT, Wave extensions & API tutorials/resources

2009-12-03 Thread mass0ne
from the GWT group with a synthesized > > tutorial > > > >> section that encompasses all three technologies (GWT, App Enging, > > Wave, even > > > >> project hosting). I'm a dreamer. > > > > >>> While we are > > > >>&

Re: GWT, Wave extensions & API tutorials/resources

2009-12-03 Thread mass0ne
; > >> Thank you for your help. > > >>> On Dec 1, 12:27 pm, Angel Marquez wrote: > >>> > I guess to be more specific I'm looking for a tutorial that went from: > >>> > 1. Setting up App Engine for a robot > >>> > 2. Install

Re: GWT, Wave extensions & API tutorials/resources

2009-12-01 Thread mass0ne
> Awesome. I'll take a look. The capabilities.xml has me. Are gadgets going > > to be the iPhone equiv? > > > Thank you. > > > On Sun, Nov 29, 2009 at 9:51 AM, mass0ne wrote: > > >> Gadgetshttp://code.google.com/p/cobogwave/ > >> Robots also lik

Re: GWT, Wave extensions & API tutorials/resources

2009-11-30 Thread mass0ne
Gadgets http://code.google.com/p/cobogwave/ Robots also like to java http://code.google.com/apis/wave/ On Nov 28, 11:27 pm, Angel Marquez wrote: > Anyone know of any good resources for developing wave extensions with gwt? > > -a -- You received this message because you are subscribed to the Goo