Re: [qooxdoo-devel] FYI: Chrome 18 performance issue

2012-04-04 Thread thron7
Ralf, thanks for letting us know. Please open a bug for this. Although we are testing with Chrome 18 we were not aware of any issue. But this might not be apparent in the typical GUI apps we test with (in contrast to games). We'll follow up on it, but it might take some time (with the holiday

Re: [qooxdoo-devel] rpc in python

2012-04-04 Thread thron7
Hi Burak, thanks for letting us know. Thomas On 04/02/2012 12:40 PM, Burak Arslan wrote: > Hi there, > > I've just added json support to rpclib. it's currently not released, not > documented, and not really tested yet works at first glance. See an > example here: > > https://github.com/plq/rpcli

Re: [qooxdoo-devel] Statics in Mixins

2012-04-04 Thread Martin Wittemann
Hi, > is the data saved in the statics section be inserted > into all my classes, or is it only saved in one place and a reference to the > data is shared with all apps (as I assume it does)? As static data is not affected by inheritance or mixin includes, the data should be only in one place and

[qooxdoo-devel] uploadWidget show "C:\fakepath\FILENAME regardless of path to file

2012-04-04 Thread Scott Chapman
This is Windows 7 and Qooxdoo 1.6. I put in a uploadWidget button and it allows me to select a file Ok but shows C:\fakepath\FILENAME.EXT for any file I pick. I think this is a bug? Scott -- Better than sec? Nothing is b

Re: [qooxdoo-devel] uploadWidget show "C:\fakepath\FILENAME regardless of path to file

2012-04-04 Thread Scott Chapman
Never mind. This is part of the HTML 5 spec. Nothin' for it. On Wed, Apr 4, 2012 at 7:34 PM, Scott Chapman wrote: > This is Windows 7 and Qooxdoo 1.6. > I put in a uploadWidget button and it allows me to select a file Ok > but shows C:\fakepath\FILENAME.EXT for any file I pick. > > I think this

Re: [qooxdoo-devel] Odd error from generator (trunk)

2012-04-04 Thread thron7
> Hi, > > I had an odd error today that was resolved by deleting the generator > cache: > > >>> Scanning libraries ^H/Traceback (most recent call last): >> File >> "/home/grasshopper/smart/Local/WebContent/public/grasshopper/qooxdoo-trunk/too >> l/bin/generator.py", line 244, in >> if s

[qooxdoo-devel] Odd error from generator (trunk)

2012-04-04 Thread John Spackman
Hi, I had an odd error today that was resolved by deleting the generator cache: >>> Scanning libraries ^H/Traceback (most recent call last): > File > "/home/grasshopper/smart/Local/WebContent/public/grasshopper/qooxdoo-trunk/too > l/bin/generator.py", line 244, in > if str(e): # the

[qooxdoo-devel] Progressbar color

2012-04-04 Thread Benjamin Dreux
Hi would like to change the color of a progressbar depending on the val. I'm wondering which appearance property should i change to do this. Regards -- Benjamin Dreux Analyste-Programmeur Chaire de logiciel libre-Finance Social et solidaire UQAM Montréal

Re: [qooxdoo-devel] Theming Bug for ProgressBar in a complex widget?

2012-04-04 Thread Leo von Klenze
Hi, sure, this link should work: http://preview.tinyurl.com/bq6qvly Thanks! On 04/04/2012 12:49 PM, Tristan Koch wrote: > Hi Leo, > > the link you posted is broken. Could you please shorten it, for instance > using tinyurl.com? Thanks! > > Am 01.04.2012 um 19:09 schrieb Leo von Klenze: > >> Hel

Re: [qooxdoo-devel] Problem with removeRows command in Simple table model

2012-04-04 Thread Debora Lopez
Thanks for the reply. I'm not even sure what a selection callback handler is - so I don't think I use one. I just have a listener on the button for Delete. But I'll look into that. I always get the exception, even if it's not the last row being deleted. My deletes are in fact in a loop, but I

Re: [qooxdoo-devel] Problem with removeRows command in Simple table model

2012-04-04 Thread Fritz Zaucker
Dvora, could it be that you have e selection callback handler in place that somehow is called when the row is removed (and thus the selection disappears or changes)? At least if you removed the last row of the table that would most likely create a problem. I remember vaguely to have had a similia

Re: [qooxdoo-devel] qx.bom.request.Script not sending load event in IE9 Compatibility View

2012-04-04 Thread Roman Schnider
Done. See http://bugzilla.qooxdoo.org/show_bug.cgi?id=6287 --Roman. Original-Nachricht > Datum: Wed, 4 Apr 2012 12:46:55 +0200 > Von: Tristan Koch > An: qooxdoo Development > Betreff: Re: [qooxdoo-devel] qx.bom.request.Script not sending load event in > IE9 Compatibility

Re: [qooxdoo-devel] Problem with removeRows command in Simple table model

2012-04-04 Thread Debora Lopez
Hi, I managed a work-around today. I finally realized that the row was being removed from the model, even though the exception was being raised. So, I put the removeRows command in a try-catch and ignore the exception. I don't like doing this - because it could cause other problems, but that

Re: [qooxdoo-devel] Problem with removeRows command in Simple table model

2012-04-04 Thread Tristan Koch
Hi Debora, so in other words tableModel.getData().length is greater than index_of_row_selected? index_of_row_selected is positive? Regards Tristan Am 02.04.2012 um 09:52 schrieb Debora Lopez: > Hi, > > I'm working with Simple table model. I have a delete button. When the user > presses d

Re: [qooxdoo-devel] Theming Bug for ProgressBar in a complex widget?

2012-04-04 Thread Tristan Koch
Hi Leo, the link you posted is broken. Could you please shorten it, for instance using tinyurl.com? Thanks! Am 01.04.2012 um 19:09 schrieb Leo von Klenze: > Hello, > > I've a problem with a progress bar in a complex widget. I wrote a small > example to reproduce this issue: > http://demo.qoox