Re: GWT 2.2 Canvas support for IE6 (GWTCanvasImplIE6)

2011-03-03 Thread Frank
I am with Jan here.
GWT-Graphics is an excellent library. Just don't overuse it in IE
cause this will cause a big performance hit (especially Text objects)

Frank

On 3 mrt, 07:17, Jan Mostert j...@mycee.com wrote:
 GWT-graphics supports IE6 via VML and renders everything else via Vector

 Supported browsers

 The library has been tested to work with the following browsers:

    - Internet Explorer 6 and newer
    - Firefox 3.0 and newer
    - Safari 3.2 and newer
    - Opera 9.6 and newer
    - Google Chrome

 http://code.google.com/p/gwt-graphics/

 --
 Jan Vladimir Mostert
 BEngSci

 MyCee Technologies







 On Thu, Mar 3, 2011 at 1:58 AM, Craig Mitchell craig...@gmail.com wrote:
  +1.  Partial support would be great as there are a lot of IE 6/7/8
  users out there.

 http://www.w3schools.com/browsers/browsers_explorer.asp

  On Mar 3, 1:22 am, Kurtt Lin kurtt@gmail.com wrote:
   Even partially supporting is welcomed, and developers should have known
   about its IE6's poor performance, thus avoid rendering lots elements.
   Actually i want Canvas in IE 6/7/8 badly.
   T T

   On Wed, Mar 2, 2011 at 9:55 PM, Philip Rogers p...@google.com wrote:
Because of the difficulty of supporting IE6 fully via VML (including
text, etc.) and still having reasonable performance, there aren't
plans to support it at this time.

The new Canvas implementation in GWT should have complete support
across FF3.5, Chrome, Safari, and IE9, but there isn't a fallback
provided for the older browsers.

On Mar 1, 10:31 pm, Craig Mitchell craig...@gmail.com wrote:
 Hi,

 Are there any plans for Canvas to support IE6?  It was supported via
 GWTCanvasImplIE6 in the gwt-incubator.jar which would implement the
 Canvas functionality via VML.

 Thanks.

--
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.

  --
  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.

-- 
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: GWT 2.2 Canvas support for IE6 (GWTCanvasImplIE6)

2011-03-03 Thread Craig Mitchell
Just tried out gwt-graphics, very impressive.  One downside is that
the Path vector object only supports ints, and not doubles, so when I
hooked it up to GChart, my charts looked a little wobbly.


On Mar 3, 5:17 pm, Jan Mostert j...@mycee.com wrote:
 GWT-graphics supports IE6 via VML and renders everything else via Vector

 Supported browsers

 The library has been tested to work with the following browsers:

    - Internet Explorer 6 and newer
    - Firefox 3.0 and newer
    - Safari 3.2 and newer
    - Opera 9.6 and newer
    - Google Chrome

 http://code.google.com/p/gwt-graphics/

 --
 Jan Vladimir Mostert
 BEngSci

 MyCee Technologies







 On Thu, Mar 3, 2011 at 1:58 AM, Craig Mitchell craig...@gmail.com wrote:
  +1.  Partial support would be great as there are a lot of IE 6/7/8
  users out there.

 http://www.w3schools.com/browsers/browsers_explorer.asp

  On Mar 3, 1:22 am, Kurtt Lin kurtt@gmail.com wrote:
   Even partially supporting is welcomed, and developers should have known
   about its IE6's poor performance, thus avoid rendering lots elements.
   Actually i want Canvas in IE 6/7/8 badly.
   T T

   On Wed, Mar 2, 2011 at 9:55 PM, Philip Rogers p...@google.com wrote:
Because of the difficulty of supporting IE6 fully via VML (including
text, etc.) and still having reasonable performance, there aren't
plans to support it at this time.

The new Canvas implementation in GWT should have complete support
across FF3.5, Chrome, Safari, and IE9, but there isn't a fallback
provided for the older browsers.

On Mar 1, 10:31 pm, Craig Mitchell craig...@gmail.com wrote:
 Hi,

 Are there any plans for Canvas to support IE6?  It was supported via
 GWTCanvasImplIE6 in the gwt-incubator.jar which would implement the
 Canvas functionality via VML.

 Thanks.

--
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.

  --
  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.

-- 
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: GWT 2.2 Canvas support for IE6 (GWTCanvasImplIE6)

2011-03-03 Thread Craig Mitchell
Also noticed some differences between browsers.  One example is
looking at the donut chart here http://hene.virtuallypreinstalled.com/Charts
in IE, looks great, however, in Chrome, the shading is off (and the
animations don't work on the bar chart).  But, hey, it's better then
the standard GWT canvas!  :-)

Having said all that, I think I'll be using the GWTCanvas in the gwt-
incubator.jar.


On Mar 4, 4:05 pm, Craig Mitchell craig...@gmail.com wrote:
 Just tried out gwt-graphics, very impressive.  One downside is that
 the Path vector object only supports ints, and not doubles, so when I
 hooked it up to GChart, my charts looked a little wobbly.

 On Mar 3, 5:17 pm, Jan Mostert j...@mycee.com wrote:







  GWT-graphics supports IE6 via VML and renders everything else via Vector

  Supported browsers

  The library has been tested to work with the following browsers:

     - Internet Explorer 6 and newer
     - Firefox 3.0 and newer
     - Safari 3.2 and newer
     - Opera 9.6 and newer
     - Google Chrome

 http://code.google.com/p/gwt-graphics/

  --
  Jan Vladimir Mostert
  BEngSci

  MyCee Technologies

  On Thu, Mar 3, 2011 at 1:58 AM, Craig Mitchell craig...@gmail.com wrote:
   +1.  Partial support would be great as there are a lot of IE 6/7/8
   users out there.

  http://www.w3schools.com/browsers/browsers_explorer.asp

   On Mar 3, 1:22 am, Kurtt Lin kurtt@gmail.com wrote:
Even partially supporting is welcomed, and developers should have known
about its IE6's poor performance, thus avoid rendering lots elements.
Actually i want Canvas in IE 6/7/8 badly.
T T

On Wed, Mar 2, 2011 at 9:55 PM, Philip Rogers p...@google.com wrote:
 Because of the difficulty of supporting IE6 fully via VML (including
 text, etc.) and still having reasonable performance, there aren't
 plans to support it at this time.

 The new Canvas implementation in GWT should have complete support
 across FF3.5, Chrome, Safari, and IE9, but there isn't a fallback
 provided for the older browsers.

 On Mar 1, 10:31 pm, Craig Mitchell craig...@gmail.com wrote:
  Hi,

  Are there any plans for Canvas to support IE6?  It was supported via
  GWTCanvasImplIE6 in the gwt-incubator.jar which would implement the
  Canvas functionality via VML.

  Thanks.

 --
 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.

   --
   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.

-- 
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: GWT 2.2 Canvas support for IE6 (GWTCanvasImplIE6)

2011-03-03 Thread Nagin Kothari
gwt-graphics is very simple to use and very good. But one more down side,
there is now no  new development in the project and support seems to have
been withdrawn. I have reported Issue related to IE behavior six month back,
but it has not been looked into.Same thing  with other issues that are
reported in this project.

regards,

Nagin Kothari

On Fri, Mar 4, 2011 at 10:35 AM, Craig Mitchell craig...@gmail.com wrote:

 Just tried out gwt-graphics, very impressive.  One downside is that
 the Path vector object only supports ints, and not doubles, so when I
 hooked it up to GChart, my charts looked a little wobbly.






 On Mar 3, 5:17 pm, Jan Mostert j...@mycee.com wrote:
  GWT-graphics supports IE6 via VML and renders everything else via Vector
 
  Supported browsers
 
  The library has been tested to work with the following browsers:
 
 - Internet Explorer 6 and newer
 - Firefox 3.0 and newer
 - Safari 3.2 and newer
 - Opera 9.6 and newer
 - Google Chrome
 
  http://code.google.com/p/gwt-graphics/
 
  --
  Jan Vladimir Mostert
  BEngSci
 
  MyCee Technologies
 
 
 
 
 
 
 
  On Thu, Mar 3, 2011 at 1:58 AM, Craig Mitchell craig...@gmail.com
 wrote:
   +1.  Partial support would be great as there are a lot of IE 6/7/8
   users out there.
 
  http://www.w3schools.com/browsers/browsers_explorer.asp
 
   On Mar 3, 1:22 am, Kurtt Lin kurtt@gmail.com wrote:
Even partially supporting is welcomed, and developers should have
 known
about its IE6's poor performance, thus avoid rendering lots elements.
Actually i want Canvas in IE 6/7/8 badly.
T T
 
On Wed, Mar 2, 2011 at 9:55 PM, Philip Rogers p...@google.com
 wrote:
 Because of the difficulty of supporting IE6 fully via VML
 (including
 text, etc.) and still having reasonable performance, there aren't
 plans to support it at this time.
 
 The new Canvas implementation in GWT should have complete support
 across FF3.5, Chrome, Safari, and IE9, but there isn't a fallback
 provided for the older browsers.
 
 On Mar 1, 10:31 pm, Craig Mitchell craig...@gmail.com wrote:
  Hi,
 
  Are there any plans for Canvas to support IE6?  It was supported
 via
  GWTCanvasImplIE6 in the gwt-incubator.jar which would implement
 the
  Canvas functionality via VML.
 
  Thanks.
 
 --
 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.
 
   --
   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.

 --
 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.



-- 
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: GWT 2.2 Canvas support for IE6 (GWTCanvasImplIE6)

2011-03-02 Thread Philip Rogers
Because of the difficulty of supporting IE6 fully via VML (including
text, etc.) and still having reasonable performance, there aren't
plans to support it at this time.

The new Canvas implementation in GWT should have complete support
across FF3.5, Chrome, Safari, and IE9, but there isn't a fallback
provided for the older browsers.

On Mar 1, 10:31 pm, Craig Mitchell craig...@gmail.com wrote:
 Hi,

 Are there any plans for Canvas to support IE6?  It was supported via
 GWTCanvasImplIE6 in the gwt-incubator.jar which would implement the
 Canvas functionality via VML.

 Thanks.

-- 
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: GWT 2.2 Canvas support for IE6 (GWTCanvasImplIE6)

2011-03-02 Thread Kurtt Lin
Even partially supporting is welcomed, and developers should have known
about its IE6's poor performance, thus avoid rendering lots elements.
Actually i want Canvas in IE 6/7/8 badly.
T T


On Wed, Mar 2, 2011 at 9:55 PM, Philip Rogers p...@google.com wrote:

 Because of the difficulty of supporting IE6 fully via VML (including
 text, etc.) and still having reasonable performance, there aren't
 plans to support it at this time.

 The new Canvas implementation in GWT should have complete support
 across FF3.5, Chrome, Safari, and IE9, but there isn't a fallback
 provided for the older browsers.

 On Mar 1, 10:31 pm, Craig Mitchell craig...@gmail.com wrote:
  Hi,
 
  Are there any plans for Canvas to support IE6?  It was supported via
  GWTCanvasImplIE6 in the gwt-incubator.jar which would implement the
  Canvas functionality via VML.
 
  Thanks.

 --
 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.



-- 
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: GWT 2.2 Canvas support for IE6 (GWTCanvasImplIE6)

2011-03-02 Thread Craig Mitchell
+1.  Partial support would be great as there are a lot of IE 6/7/8
users out there.

http://www.w3schools.com/browsers/browsers_explorer.asp


On Mar 3, 1:22 am, Kurtt Lin kurtt@gmail.com wrote:
 Even partially supporting is welcomed, and developers should have known
 about its IE6's poor performance, thus avoid rendering lots elements.
 Actually i want Canvas in IE 6/7/8 badly.
 T T







 On Wed, Mar 2, 2011 at 9:55 PM, Philip Rogers p...@google.com wrote:
  Because of the difficulty of supporting IE6 fully via VML (including
  text, etc.) and still having reasonable performance, there aren't
  plans to support it at this time.

  The new Canvas implementation in GWT should have complete support
  across FF3.5, Chrome, Safari, and IE9, but there isn't a fallback
  provided for the older browsers.

  On Mar 1, 10:31 pm, Craig Mitchell craig...@gmail.com wrote:
   Hi,

   Are there any plans for Canvas to support IE6?  It was supported via
   GWTCanvasImplIE6 in the gwt-incubator.jar which would implement the
   Canvas functionality via VML.

   Thanks.

  --
  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.

-- 
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: GWT 2.2 Canvas support for IE6 (GWTCanvasImplIE6)

2011-03-02 Thread Jan Mostert
GWT-graphics supports IE6 via VML and renders everything else via Vector

Supported browsers

The library has been tested to work with the following browsers:

   - Internet Explorer 6 and newer
   - Firefox 3.0 and newer
   - Safari 3.2 and newer
   - Opera 9.6 and newer
   - Google Chrome


http://code.google.com/p/gwt-graphics/

--
Jan Vladimir Mostert
BEngSci

MyCee Technologies


On Thu, Mar 3, 2011 at 1:58 AM, Craig Mitchell craig...@gmail.com wrote:

 +1.  Partial support would be great as there are a lot of IE 6/7/8
 users out there.

 http://www.w3schools.com/browsers/browsers_explorer.asp


 On Mar 3, 1:22 am, Kurtt Lin kurtt@gmail.com wrote:
  Even partially supporting is welcomed, and developers should have known
  about its IE6's poor performance, thus avoid rendering lots elements.
  Actually i want Canvas in IE 6/7/8 badly.
  T T
 
 
 
 
 
 
 
  On Wed, Mar 2, 2011 at 9:55 PM, Philip Rogers p...@google.com wrote:
   Because of the difficulty of supporting IE6 fully via VML (including
   text, etc.) and still having reasonable performance, there aren't
   plans to support it at this time.
 
   The new Canvas implementation in GWT should have complete support
   across FF3.5, Chrome, Safari, and IE9, but there isn't a fallback
   provided for the older browsers.
 
   On Mar 1, 10:31 pm, Craig Mitchell craig...@gmail.com wrote:
Hi,
 
Are there any plans for Canvas to support IE6?  It was supported via
GWTCanvasImplIE6 in the gwt-incubator.jar which would implement the
Canvas functionality via VML.
 
Thanks.
 
   --
   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.

 --
 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.



-- 
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.



GWT 2.2 Canvas support for IE6 (GWTCanvasImplIE6)

2011-03-01 Thread Craig Mitchell
Hi,

Are there any plans for Canvas to support IE6?  It was supported via
GWTCanvasImplIE6 in the gwt-incubator.jar which would implement the
Canvas functionality via VML.

Thanks.

-- 
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.