Oh, I forgot one thing. We use just a couple of Canvas methods in our, so
our Canvas wrapper just wraps the required ones. With GWT Incubator, I had
the problem, that most methods of Canvas are provided, but one I really
needed, wasn't. But this can be fixed jet.

Regards
Jan Ehrhardt

On Sat, Dec 12, 2009 at 12:21 PM, Jan Ehrhardt
<jan.ehrha...@googlemail.com>wrote:

> We're using HTML 5 Canvas for it. We created a slim JavaScript overlay
> wrapper, that allows us to access the Canvas methods from Java. For IE we
> use Excanvas r3, which is open source and supports IE 8 in standards mode.
> The only thing is, that we need to invoke a Excanvas 'init' method to make
> our dynamically created canvas objects emulated, but that's just one line of
> JavaScript.
>
> The benefit is, that we don't need to include the GWT Incubator overhead in
> our app and we can use Excanvas, instead of GWT Incubator's VML emulation
> (doesn't work with IE 8 in standard mode).
>
> Regards
> Jan Ehrhardt
>
>
> On Sat, Dec 12, 2009 at 12:12 PM, Nathan Wells <nwwe...@gmail.com> wrote:
>
>> I want to draw stuff. Circles, rectangles, dodecahedrons, etc... What
>> are people using for this? I know about the following:
>>
>> Incubator's GwtCanvas.
>> gwt-visualization-api
>>
>> Are there others out there? What's best? Why do you prefer the one you
>> use? Sample code is welcome. Any little problems you've had to deal
>> with?
>>
>> Thanks for your suggestions.
>>
>> --
>>
>> 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-tool...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@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-tool...@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.


Reply via email to