Open GoogleCodeExporter opened 9 years ago
I am attaching a series of files that overload the GWT canvas classes for IE to
show that it is possible to include
excanvas and use GWT Canvas.
Original comment by mbis...@gmail.com
on 7 Apr 2010 at 10:51
Attachments:
This class performs the necessary init for explorer canvas.
Original comment by mbis...@gmail.com
on 7 Apr 2010 at 10:54
Attachments:
Original comment by mbis...@gmail.com
on 7 Apr 2010 at 10:55
Attachments:
Original comment by mbis...@gmail.com
on 7 Apr 2010 at 10:55
Attachments:
[deleted comment]
HOWTO:
1. Add these classes to your GWT project. The compiler will favor these classes
over the ones in gwt-
incubator.jar.
2. Add the following line to the <head> of your HTML/JSP page:
<!--[if IE]>
<script type="text/javascript" src="excanvas.js"></script>
<![endif]-->
3. Download and excanvas.js from the explorercanvas project page. Add it to
your GWT project in war/ or
src/webapp, wherever you put your site's artifacts.
Original comment by mbis...@gmail.com
on 7 Apr 2010 at 10:59
Hi
I have tried you suggestion and patchs, but it does not work for me.
Could you attach a zipfile with small complete example working in hosted mode.?
/FLemming
Original comment by flemming...@gmail.com
on 1 Oct 2010 at 12:03
As anyone gotten this to work with IE8?
Original comment by rex.beir...@gmail.com
on 8 Mar 2011 at 9:01
Original issue reported on code.google.com by
mbis...@gmail.com
on 7 Apr 2010 at 10:49