Re: [qooxdoo-devel] CanvasJS inside qooxdoo widget

2013-06-01 Thread franck34
Using Chrome, did you notice the chart is redrawn correctly if you resize the browser window ? (or toggle chrome console) franck 2013/6/2 jlmag > Hi all, > > I try to use CanvasJS with qx.ui.core.Widget. > But, when qx window is resized, the chart does not move. > > Playground

[qooxdoo-devel] CanvasJS inside qooxdoo widget

2013-06-01 Thread jlmag
Hi all, I try to use CanvasJS with qx.ui.core.Widget. But, when qx window is resized, the chart does not move. Playground If you have ideas to help me, you're wellcome. Thanks Jean-Luc -- View this message in context: http://qooxdoo.678.n2.nabble.com/CanvasJ

[qooxdoo-devel] memory used from widget

2013-06-01 Thread matteomasina
Hi I'm devloping a standalone application, I have a lot of object (windows, button etc...) I would like to check the amount of memory used from each widget, to do a sort of task manager, is it possibile to do this ? I don't have any idea from where to start, anyone as any idea or help to begin