[qooxdoo-devel] CanvasCell Demo Fixed for FF

2010-08-26 Thread Tobias Oetiker
just found that the demo did not work on FF because it tried to plot a NaN which creates an error on FF ... fixed http://tobi.oetiker.ch/test/CanvasCell/ cheers tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.ch t...@oetiker.ch ++41 62 775 990

Re: [qooxdoo-devel] generate build/source speed

2010-08-26 Thread Jean-Baptiste BRIAUD -- Novlog
OK, now I can confirm the modified version of generate.py on my project run using pypy without error. Currently (still with the probable numerous call to the python interpreter) : with python : [generate-build: 1:58.310 sec] with pypy : [generate-build: 18:28.473 sec] Resolving dependencies is t

[qooxdoo-devel] How to set focus for checkgroupbox

2010-08-26 Thread Mustafa Sak
Hi list, How to set the focus for the checkbox of a checkgroupbox? Regards Sak Von meinem iPhone gesendet -- Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and

Re: [qooxdoo-devel] LINT improvements suggestions

2010-08-26 Thread b a
Hi Martin, On 8/26/10, Martin Wittemann wrote: >> 4) an error should be accompanied by the line that caused it (this >> speeds things up since you want to quickly see what caused the >> problem) > The line and the column is already printed out (the first two numbers). Yes, I was reffering to the

Re: [qooxdoo-devel] Custom form widget Interfaces

2010-08-26 Thread Nick Watkins
Sorry I forgot to answer one of your questions. Yes, I'm implementing IForm, along with IStringForm to get it to play nice. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Custom-form-widget-Interfaces-tp5462306p5465745.html Sent from the qooxdoo mailing list archive at Nabble.

Re: [qooxdoo-devel] Custom form widget Interfaces

2010-08-26 Thread Nick Watkins
Here's how I found it. While trying to add my custom form widget to the form I got the error "not supported for reseting". I found in the Qooxdoo source where this check happens and in Resetter.js:51 this line evaluates false: "if (this.__supportsValue(item))". Here is the method definition for __

Re: [qooxdoo-devel] generate build/source speed

2010-08-26 Thread Jean-Baptiste BRIAUD -- Novlog
Hi Andreas, On 26 août 2010, at 15:31, Andreas Ecker wrote: > Hi JBB, > > so for pypy you had to download 2.5 GB of code and it took you more than > 1 hour to compile it on a recent i7 machine!? Are you still complaining > about the qooxdoo generator speed, then? > Yes, there is worst situatio

[qooxdoo-devel] Form controller works every other time

2010-08-26 Thread Bolik
Hi, http://tinyurl.com/25989u7 if you press "run", this code works every other time with strange exception. without form controller all works like a charm. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Form-controller-works-every-other-time-tp5465597p5465597.html Sent fro

Re: [qooxdoo-devel] new contrib: CanvasCell Renderer

2010-08-26 Thread Stefan Volbers
Tobi, very, _very_ nice! How bad such things didn't exist two years ago when I had to mess with protochart to have it create charts in js... But if I was to create some browser charting tool again, I'd definitely use your widgets! Greetings Stefan On 26.08.2010 15:20, Tobias Oetiker wrote: >

Re: [qooxdoo-devel] generate build/source speed

2010-08-26 Thread Andreas Ecker
Hi JBB, so for pypy you had to download 2.5 GB of code and it took you more than 1 hour to compile it on a recent i7 machine!? Are you still complaining about the qooxdoo generator speed, then? Just kidding ;-). Give it another try with using the "verbose" option, i.e. call "pypy generate.py -v b

[qooxdoo-devel] new contrib: CanvasCell Renderer

2010-08-26 Thread Tobias Oetiker
Haven't you all been dying to get a chance to embed little charts into your qooxdoo tables ... looks so much more fun than all this text and numbers ... http://tobi.oetiker.ch/test/CanvasCell/ The structure of the canvascell renderer makes it very easy to add your own plotter objects for creatin

Re: [qooxdoo-devel] generate build/source speed

2010-08-26 Thread Jean-Baptiste BRIAUD -- Novlog
Finally, I didn't gave up ... :-) I manage to get a proper C dev env in my Mac (by simply downloading 2.5 Go of xcode). Yes, 2.5 Go ! Anyway, I was then able to recompile pypy from the trunk. I try to run generate.py using pypy. It had failed. I have no idea what was wring in the pypy code but t