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
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-
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