Hi Philip,
thanks for your reply. The GWT Canvas demo is working with my IE9, so the
problem has to be within my application. I used the same method
"Canvas.createIfSupported" to check if the Browser can handle the
Canvas-Object, but in my application it returns false when using the IE9.
:-(
The doctype-Tag is set in my HTML-File, I attached it with this post.
I also attached my WebVisu.gwt.xml-File, but most of them is commented out.
Do you know any other files I can check?
Best Regards
Dennis
<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='webvisu'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User'/>
<!-- Inherit the default GWT style sheet. You can change -->
<!-- the theme of your GWT application by uncommenting -->
<!-- any one of the following lines. -->
<inherits name='com.google.gwt.user.theme.standard.Standard'/>
<!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
<!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
<!-- Other module inherits -->
<inherits name='com.google.gwt.http.HTTP'/>
<inherits name='com.google.gwt.xml.XML'/>
<!-- Specify the app entry point class. -->
<entry-point class='com.unitechnik.webVisu.client.WebVisu'/>
<!-- extend-property name="locale" values="de"/> -->
<!-- Specify the paths for translatable code -->
<source path='client'/>
<source path='shared'/>
<!-- Specify the browsers to compile for -->
<!-- set-property name="user.agent" value="safari,ie6,gecko1_8" /> -->
</module>