Re: GWTCanvas and IE...

2009-09-02 Thread Xlorep DarkHelm
Umm... for anyone trying to see what I mean, I broke the app last night, and I hope to have it running soon again this morning. On Sep 1, 1:45 pm, Xlorep DarkHelm ch...@darkhelm.org wrote: Ok I'm hitting a roadblock here, and I'm hoping that it is just something obvious that I'm unable to

Re: GWTCanvas and IE...

2009-09-02 Thread Alexander Cherednichenko
IE does not support canvas well. You may use wrapper libraries, which dispatch output to canvas if possible, and for IE try to emulate it with VML. Here's blog posting about this: http://lexaux.blogspot.com/2009/08/gwt-canvas-widget-drawing-in-browser.html You can select among several

Re: GWTCanvas and IE...

2009-09-02 Thread Xlorep DarkHelm
That is why I explained I was using GWTCanvas from the gwt-incubator project. Supposedly, it works with IE, at least, for what I need, I've even been able to see it work in IE8 with their demo (of GWTCanvas working in the gwt-incubator project). But for the life of me, I can't get it to work