Re: [qooxdoo-devel] Canvas line

2011-03-22 Thread Karol Gryger
Gabriel, Marc thanks a lot for quick response it solves my issue Karol -- View this message in context: http://qooxdoo.678.n2.nabble.com/Canvas-line-tp6195652p6195814.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] Canvas line

2011-03-22 Thread Gabriel Munteanu
It is easy in qooxdoo too. you can use http://demo.qooxdoo.org/1.3.x/apiviewer/#qx.ui.embed.Canvas if you are doing a full blown qooxdoo app , or you can use http://demo.qooxdoo.org/1.3.x/apiviewer/#qx.html.Canvas for a bom type app. here is a playground example for your line: http://tinyurl.com/

Re: [qooxdoo-devel] Canvas line

2011-03-22 Thread Marc Puts
Hi Karol, You need to add the Canvas widget (qx.ui.embed.Canvas) to your application and then use it's getContext2d method to obtain a reference to it's drawing context. Once you have that reference it's exactly the same as you would do without qooxdoo. I created a playground example to demons

[qooxdoo-devel] Canvas line

2011-03-22 Thread grykar
Hi is it possible to draw line on canva in qooxdoo using HTML5. It is easy in HTML5 see example below but don't know how to do that in qooxdoo Thanks, Karol -- View this message in context: http://qooxdoo.678.n2.nabble.com/Canvas-line-tp6195652p6195