[qooxdoo-devel] cellClick event on right click, is raised only in Firefox, when a popup menu is defined

2011-10-01 Thread Redroom
Hello all, I'm using cell click event on a table and on right click : - I'm checking the checkbox in the selected line - I'm changing the content of the popup menu depending on the selected item This works perfectly in Firefox, but when I switch to other browsers, cellClick event is only raised

[qooxdoo-devel] Migrating to 1.5 : JSON Dates

2011-08-24 Thread redroom
Hello, I was using JSON dates in a dirty way with qx.io.remote.request in 1.4.x {"mydate":new Date(2011,10,10),... and it was working well. Migrating to Qooxdoo 1.5, the JSON parser refuses those values. So, as advised, I started to move to qx.io.request.Xhr and using ISO dates {"mydate":"2010-08-

[qooxdoo-devel] Top most widgets on a Desktop

2010-06-21 Thread redroom
Hello, I have an application with a Desktop object and Windows in it, and I would like to add some image widgets that would animate sometimes on top of it, even on top of the windows... like an add banner. So far my image is on top of the desktop but behind the windows. I tried to play with zInde