Re: [qooxdoo-devel] Bug: Indigo Input Elements in a Grid Layout

2012-07-22 Thread Marc
Done ;) http://bugzilla.qooxdoo.org/show_bug.cgi?id=6659 Regards Marc -- View this message in context: http://qooxdoo.678.n2.nabble.com/Bug-Indigo-Input-Elements-in-a-Grid-Layout-tp7580710p7580712.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] Bug: Indigo Input Elements in a Grid Layout

2012-07-22 Thread Martin Wittemann
Hey, > (the window will be appear on the top left of your browser (!)). The reason for that is how windows are implemented. If you don't add them to a specific root, they take the application root which is the playground. If you want to have it in the play area, you can simply add the window to

Re: [qooxdoo-devel] cleanup of qx.lang and qx.type

2012-07-22 Thread thron7
What I'd wish for would be a guiding principle that guides the class design. One such principle could be to keep extensions to built-in data types to dedicated classes. I think that was the rational behind qx.lang, so developers could use e.g. an instance of qx.lang.Array() in a place they would o