Re: [qooxdoo-devel] 2D drawing API

2009-10-13 Thread Loïc Bresson -- Novlog
Hi. We've been able to integrate some Raphaël animations into a qooxdoo window, and for those who might be interested, here is how we did (in fact it was not very complicated). Take note that this has not been fully tested, but for the moment it seems to work (although it's more or less a hack

Re: [qooxdoo-devel] 2D drawing API

2009-10-13 Thread Fritz Zaucker
Some additional input: I "ported" my simple jqxPlot qooxdoo-contrib to use gRaphael (their chart library from http://g.raphaeljs.com/). The events (hover, etc) from the demo just didn't work at all when running within a Qooxdoo application. I didn't have time to explore what the problem is. Ch

Re: [qooxdoo-devel] 2D drawing API

2009-10-13 Thread Petr Kobalíček
Hi guys, only lets to explain the leaks. You must do something, if you click on demo I posted you must play with it to be able to reproduce it, so hover the pies and look to animations, after some time you notice that it freezes for small amount of time. This freeze is running garbage collector. N

Re: [qooxdoo-devel] 2D drawing API

2009-10-13 Thread skar
Hi Petr, > Hi Guys, > > I investigated that raphaeljs object model is not prototype based and > it leaks very much. Just run this demo > http://g.raphaeljs.com/piechart2.html and look how it leaks (just > hover pie chart). I know that this can be demo specific, but the > object-model they used is r

Re: [qooxdoo-devel] 2D drawing API

2009-10-13 Thread Jean-Baptiste BRIAUD -- Novlog
We can bet they will improve that over time or do you think the leak is really structural and can't be corrected as a bug but would need a redesign ? On Oct 13, 2009, at 12:03 , Petr Kobalíček wrote: > Hi Guys, > > I investigated that raphaeljs object model is not prototype based and > it lea

Re: [qooxdoo-devel] 2D drawing API

2009-10-13 Thread Petr Kobalíček
Hi Guys, I investigated that raphaeljs object model is not prototype based and it leaks very much. Just run this demo http://g.raphaeljs.com/piechart2.html and look how it leaks (just hover pie chart). I know that this can be demo specific, but the object-model they used is really not good for per

Re: [qooxdoo-devel] 2D drawing API

2009-10-13 Thread skar
Jean-Baptiste BRIAUD -- Novlog wrote: > Hi, > > Did anyone try to integrate raphaeljs[1] 2D framework with qooxdoo ? > There was several messages on the mailing list witch mention that 2D > framework, are there some news ? > > We're giving a few hours try to a "raphaeljs into qooxdoo" hack. > The

[qooxdoo-devel] 2D drawing API

2009-10-13 Thread Jean-Baptiste BRIAUD -- Novlog
Hi, Did anyone try to integrate raphaeljs[1] 2D framework with qooxdoo ? There was several messages on the mailing list witch mention that 2D framework, are there some news ? We're giving a few hours try to a "raphaeljs into qooxdoo" hack. The goal is to show something made with raphael into a