[qooxdoo-devel] Question about reverse in mobile sdk

2012-09-06 Thread Ed Adasiewicz
Before I try to devise some type of simple example, I have a question. Is there any restriction on the use of the reverse attribute when showing mobile navigation pages? It seems to work fine when the page has a form but not when the page contains only a list and a toolbar. I have tried setting

[qooxdoo-devel] 2.0.2 release

2012-09-06 Thread Martin Wittemann
Hey, just a brief note: we plan to release a 2.0.2 patch release next week. This will include the CSS border image fix for FF15 which some of you have struggled with. Additionally, we will check IE10 support and see whats missing. If you have any issues concerning IE10 or any other urgent issue,

Re: [qooxdoo-devel] Positioning of mobile radio buttons

2012-09-06 Thread Ed Adasiewicz
Thank you. That is just what I was looking for. I now see what was missing in my attempt. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Positioning-of-mobile-radio-buttons-tp7581087p7581267.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] Server build with node.js using contribution library

2012-09-06 Thread Loren Schlomer
It could be. I'll let you know for certain what I find. I am using qx.bom.element.Attribute in a lot of places on the browser side of things, but from the node side of things, I don't think anything is linking any of those classes. (That's where I am searching...I may have missed something) Af

Re: [qooxdoo-devel] Positioning of mobile radio buttons

2012-09-06 Thread Christopher Zündorf
Hi Eda, i have written an addItems function for, which solves your problem. Styling has to be modified by you =) addItems : function(items, names, title) { if(title != null) { this._addGroupHeader(title); } for(var i=0, l=items.length; i Hi Ed, > > currently it is only possible

Re: [qooxdoo-devel] Table Column Color

2012-09-06 Thread 689137
Thank you Martin. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Table-Column-Color-tp7581260p7581264.html Sent from the qooxdoo mailing list archive at Nabble.com. -- Live Security Virtual Conferenc

Re: [qooxdoo-devel] Server build with node.js using contribution library

2012-09-06 Thread Martin Wittemann
Sure. But it might be a issue in the framework. If you think thats something which could be decoupled on the framework side, please let me know. :) Am 05.09.2012 um 16:41 schrieb Loren Schlomer : > I don't use it myself, and it wouldn't get used on the node side of > things. But since I'm tryi