[qooxdoo-devel] qx.Website and data binding

2012-11-01 Thread Omri
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

[qooxdoo-devel] qx.Website and data binding

2012-11-01 Thread omrihar
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

[qooxdoo-devel] qx.Website and data binding

2012-11-01 Thread omrihar
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

[qooxdoo-devel] How to programmatically scroll a table

2012-11-01 Thread Elemer
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

[qooxdoo-devel] Placing datefield widget inside a popup widget, does not accept mouse events

2012-11-01 Thread Aishwarya
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

[qooxdoo-devel] problems running qooxdoo simulation-run job

2012-11-01 Thread Richard Oszlanczi
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