Re: [qooxdoo-devel] CKEditor Adapter

2013-12-18 Thread thron7
Very nice. I encourage you to make a contribution out of it, so people can use it as a library in their projects. T. On Mon, Dec 16, 2013 at 11:43 PM, csfahey junkm...@faheys.org wrote: I have written a small adapter for CKEditor version 4.6.1 if anyone needs it. CKEditor.js

[qooxdoo-devel] question about QxJqPlot

2013-12-18 Thread rsantiagopaz
Hi (sorry the english) I was using QxJqPlot. Beautiful. I not have any problem. But now I want to catch the jqplotDataClick event (for example), from JqPlot library, to add some extra functionality. This event is not wrapped in QxJqPlot. I was reading and studing the library and trying use

Re: [qooxdoo-devel] qooxdoo 3.5 and 3.0.2 released

2013-12-18 Thread Alex Gölkel
Hi, thanks, that you all are that active in qooxdoo. But I'm surprised, that the bugs I've filed months ago are not fixed in the current releases. Those are the bugs: http://bugs.qooxdoo.org/show_bug.cgi?id=7505 http://bugs.qooxdoo.org/show_bug.cgi?id=7506

Re: [qooxdoo-devel] qooxdoo 3.5 and 3.0.2 released

2013-12-18 Thread John Spackman
While important bugs are chased down there's isn't really any time limit on getting bugs fixed. The fastest way to get a result is to fix it yourself and attach a pull request to your bug report; even if it takes a while for your request to be looked at, it is surprisingly easy to keep your own

Re: [qooxdoo-devel] question about QxJqPlot

2013-12-18 Thread Dietrich Streifert
Hey, you have to forward the events of jqplot via fireDataEvent. For the jqplotDataClick event after canvas creation you do something like: jQuery('#mysomehownamedcanvasid').bind('jqplotDataClick', qx.lang.Function.bind( function(e, seriesIndex, pointIndex, data) { //

Re: [qooxdoo-devel] qx.event.Manager.js#654 slow?

2013-12-18 Thread Marcel Ruff
Hi, I come again back on the same performance issue. Example: On closing the browser tab with qooxdoo 3.01: This task can take many seconds/minutes with the same application as described in my previous mails. Like this the complete firefox 27.0 (Linux 3.4GHz) blocks to be unresponsive. When

Re: [qooxdoo-devel] qooxdoo 3.5 and 3.0.2 released

2013-12-18 Thread Martin Wittemann
Hello Axel, thanks, that you all are that active in qooxdoo. But I'm surprised, that the bugs I've filed months ago are not fixed in the current releases. Those are the bugs: http://bugs.qooxdoo.org/show_bug.cgi?id=7505 http://bugs.qooxdoo.org/show_bug.cgi?id=7506