Hi qooxdooers,
after a while of not using Qooxdoo i'm coming back. I'm in a new job and
trying to convince the people to use qooxdoo instead of jQuery. So I'm
trying to use Qooxdoo for its qx.Website part and not Desktop one as I have
been doing so far.
I browsed the API documentation of the q ob
Hi qooxdooers,
after a while of not using Qooxdoo i'm coming back. I'm in a new job and
trying to convince the people to use qooxdoo instead of jQuery. So I'm
trying to use Qooxdoo for its qx.Website part and not Desktop one as I have
been doing so far.
I browsed the API documentation of the q ob
Hi qooxdooers,
after a while of not using Qooxdoo i'm coming back. I'm in a new job and
trying to convince the people to use qooxdoo instead of jQuery. So I'm
trying to use Qooxdoo for its qx.Website part and not Desktop one as I have
been doing so far.
I browsed the API documentation of the q ob
Hi,
In my qooxdoo desktop app I have a pane with a virtual table
implemented with "qx.ui.Table" and "qx.ui.table.model.Remote"
which contains log messages received from the server.
The server can send new log messages at any time, which
should always be inserted at the first row of the table
as t
Hi, I have a case here, where i need to display the date-field widget inside
the popup widget. After doing so, when i click on the calendar button of
date-field, the calendar accepts the keyboard event but not mouse events.
Selection of date is possible with keyboard event, but it does not accept
m
Hi.
I am trying to use the qooxdoo simulation-run job for this simple test
(with changed class namespace of course):
|/qx.Class.define("twitter.simulation.Settings", {
extend : simulator.unit.TestCase,
members :
{
testChangeLanguage : function()
{
thi