Re: [qooxdoo-devel] integrate contrib

2010-05-20 Thread thron7
i wanted to recommend the '-q' option of the generator to you, but i just saw that it doesn't work as advertised anymore :-(. i've opened a bug for this (#3722). t. On 05/20/2010 05:30 AM, rsantiagopaz wrote: Thanks for all. Some your comments made me think about some wrong settings in my

[qooxdoo-devel] Render a branch row in treevirtual

2010-05-20 Thread SimplyNotes
Hi all, I'm extending treevirtual to be able to show calculated values for branches like count of leafs, avg, total min or max value in additional columns (those of you knowing Lotus Notes - I mimic the categorized views in Lotus Notes). There is an easy way to set the style for the branch label

Re: [qooxdoo-devel] Render a branch row in treevirtual

2010-05-20 Thread Derrell Lipman
On Wed, May 19, 2010 at 17:28, SimplyNotes i...@simply-notes.de wrote: Hi all, I'm extending treevirtual to be able to show calculated values for branches like count of leafs, avg, total min or max value in additional columns (those of you knowing Lotus Notes - I mimic the categorized views

[qooxdoo-devel] USERNAME support for config.json

2010-05-20 Thread Tobias Oetiker
I like to be able to put the CACHE into a 'private' directory therefore I'd liketo use something like: CACHE: /scratch/qooxdoo-cache/${USERNAME}, in config.json I found that the following patch makes this possible: --- ./pylib/generator/config/Defaults.py~ 2010-05-20

Re: [qooxdoo-devel] HTML code not working in table

2010-05-20 Thread sid_curious
Hi Jonathan, thanks for your answer! Regards, sid -- View this message in context: http://qooxdoo.678.n2.nabble.com/HTML-code-not-working-in-table-tp5076354p5079592.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] USERNAME support for config.json

2010-05-20 Thread thron7
cheers, tobi i assume you added the patch to the bug?! t. On 05/20/2010 03:22 PM, Tobias Oetiker wrote: I like to be able to put the CACHE into a 'private' directory therefore I'd liketo use something like: CACHE: /scratch/qooxdoo-cache/${USERNAME}, in config.json I

[qooxdoo-devel] Label bug with Google Chrome?

2010-05-20 Thread ndm40
I am receiving a strange error message when I try to load a qooxdoo application that I have written--and the this application does not even load: /qooxdoo-1.0-sdk/framework/source/class/qx/log/appender/Native.js:91000996 qx.core.Init: Load runtime: 996ms

Re: [qooxdoo-devel] Label bug with Google Chrome?

2010-05-20 Thread thron7
which version of chrome are you using? any chance you test this with qooxdoo 1.1? t. On 05/20/2010 06:28 PM, ndm40 wrote: I am receiving a strange error message when I try to load a qooxdoo application that I have written--and the this application does not even load:

Re: [qooxdoo-devel] integrate contrib

2010-05-20 Thread rsantiagopaz
I understand you thron7-2, using the quiet mode. But I meant another thing, please sorry. I try reformulate better the question: Which is the standard or correct form to structure my project and which is the correct form to write correctly my config.json, Manifest.json, etc, for add any number of

[qooxdoo-devel] Time-out handler on qx.io.remote.Rpc

2010-05-20 Thread Fritz Zaucker
Hi, I tried var rpc = new qx.io.remote.Rpc; rpc.addListener('timeout', function() { alert('My time-out hander'); }, this); It seems to me that the above handler is never called. Looking at qx/io/remote/Rpc.js it seems that there is a timeout handler installed there. Does this imply that my

Re: [qooxdoo-devel] Time-out handler on qx.io.remote.Rpc

2010-05-20 Thread Tobias Oetiker
Today Fritz Zaucker wrote: Hi, I tried var rpc = new qx.io.remote.Rpc; rpc.addListener('timeout', function() { alert('My time-out hander'); }, this); It seems to me that the above handler is never called. Looking at qx/io/remote/Rpc.js it seems that there is a timeout handler

Re: [qooxdoo-devel] Time-out handler on qx.io.remote.Rpc

2010-05-20 Thread Tobias Oetiker
Hi Fritz, Today Fritz Zaucker wrote: Hi, I tried var rpc = new qx.io.remote.Rpc; rpc.addListener('timeout', function() { alert('My time-out hander'); }, this); It seems to me that the above handler is never called. Looking at qx/io/remote/Rpc.js it seems that there is a timeout

Re: [qooxdoo-devel] integrate contrib

2010-05-20 Thread thron7
I understand you thron7-2, using the quiet mode. But I meant another thing, please sorry. I try reformulate better the question: Which is the standard or correct form to structure my project and which is the correct form to write correctly my config.json, Manifest.json, etc, for add any

Re: [qooxdoo-devel] Time-out handler on qx.io.remote.Rpc

2010-05-20 Thread Ilkka Oksanen
On Thu, May 20, 2010 at 11:18 PM, Tobias Oetiker t...@oetiker.ch wrote: Would I have to use callAsyncListeners() instead if I want to catch timeout events? yes the rpc events are only generated if you call callAsyncListeners (

Re: [qooxdoo-devel] Time-out handler on qx.io.remote.Rpc

2010-05-20 Thread Fritz Zaucker
Hi Tobi, Ilkka On Thu, 20 May 2010, Ilkka Oksanen wrote: On Thu, May 20, 2010 at 11:18 PM, Tobias Oetiker t...@oetiker.ch wrote: Would I have to use callAsyncListeners() instead if I want to catch timeout events? yes the rpc events are only generated if you call callAsyncListeners when

[qooxdoo-devel] (table) context menu does not work on Windows/Firefox?!

2010-05-20 Thread Jörg Sawatzki
Hey, some of my users have reported that the context menu in my table does not work under Windowx / Firefox 3.5.x - as I don't have Windows at home I never ran into this. Just checked it on a machine at work to which I have remote access and yes, if I click the right mouse button, nothing happens

Re: [qooxdoo-devel] (table) context menu does not work on Windows/Firefox?!

2010-05-20 Thread Derrell Lipman
On Thu, May 20, 2010 at 17:58, Jörg Sawatzki joerg.sawat...@web.de wrote: Hey, some of my users have reported that the context menu in my table does not work under Windowx / Firefox 3.5.x - as I don't have Windows at home I never ran into this. Just checked it on a machine at work to which I

Re: [qooxdoo-devel] (table) context menu does not work on Windows/Firefox?!

2010-05-20 Thread Dave Baggett
FWIW, I've been working around this for the last three releases by adding a single line to qx/ui/table/columnmenu/Button.js: case menu: