Re: [qooxdoo-devel] RowRenderer?

2011-06-07 Thread Ken MacDonald
As far as I can see, you don't need to explicitly send it anything; your row of data gets passed in. To change what happens you can override the RowRenderer class and provide your own createRowStyle() function with your own rules, but you don't have to make a call to createRowStyle() directly. Her

[qooxdoo-devel] contrib wikis missing for many of the contributed packages

2011-06-07 Thread Stefan Andersson
this is what we get when trying to look at the wikis: --- This topic does not exist yet You've followed a link to a topic that doesn't exist yet. If permissions allow, you may create it by using the Create this page button. --- Maybe necessary to ask the contributors to add

Re: [qooxdoo-devel] mobile app weirdness

2011-06-07 Thread Tino Butz
Hi Greg, I think that would be worth a check. Thanks for your answer! Tino Am 06.06.2011 um 21:24 schrieb Greg Beaver: Hi again, I figured out the problem, I had somehow put another members section containing only a variable, which naturally cancelled out the previous one. Might be a decent

[qooxdoo-devel] RowRenderer?

2011-06-07 Thread smisobnline
i want to set the backgroundcolor of some rows. i find this but how can i select the affected rows and how can i set the design/css var rr = new qx.ui.table.rowrenderer.Default(table); this.table.setDataRowRenderer(rr); to change the style i find this , but what must i send to it? c

Re: [qooxdoo-devel] qooxdoo-rtl = rtl language support for qooxdoo

2011-06-07 Thread Stefan Andersson
Thanks T! A contrib wiki page is on its way. Stefan -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes,

Re: [qooxdoo-devel] fixed rows?

2011-06-07 Thread smisobnline
Hello, i want to make my own table to set the backgroundcolors on my self. I need to colorize the backround on the first olumn and every x row to mark a sunday or something. How can i do something like this? > Hi, > > On Tuesday 07 June 2011 16:55:35 smisobnline wrote: >> i want t make a

Re: [qooxdoo-devel] fixed rows?

2011-06-07 Thread Alexander Steitz
Hi, On Tuesday 07 June 2011 16:55:35 smisobnline wrote: > i want t make a table . How can i fix a row, like the headlines from > scrolling This is not possible since the table widget is virtual one which does update all rows depending on the scrolling of the user. Regards, Alex

Re: [qooxdoo-devel] qooxdoo-rtl = rtl language support for qooxdoo

2011-06-07 Thread thron7
You should probably mention that this is a contrib, and is available over the qooxdoo-contrib repository. Does it have an entry on the contrib wiki page? T. On 06/07/2011 05:01 PM, Stefan Andersson wrote: > We now have put some code for rtl support of qooxdoo. > > You can see how it works by th

[qooxdoo-devel] qooxdoo-rtl = rtl language support for qooxdoo

2011-06-07 Thread Stefan Andersson
We now have put some code for rtl support of qooxdoo. You can see how it works by the provided demo browser. This is a pre-alpha version. The concept is there, but all bugs have not been corrected yet. Still working code. We will develop it during the qooxdoo version 1.4 and lock it first at v

[qooxdoo-devel] fixed rows?

2011-06-07 Thread smisobnline
hello, i want t make a table . How can i fix a row, like the headlines from scrolling -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline

Re: [qooxdoo-devel] getLayoutParent bug on Chrome

2011-06-07 Thread Derrell Lipman
On Tue, Jun 7, 2011 at 10:02, jacob wrote: > Thanks for a tip. My problem was actually of different nature. > > I've look more closely at what I'm trying to do. > I was trying to add commands to a toolbar in a loop, like this: > > for (var i in commandSet) { > toolBar.add(commandSet[i]); > }

Re: [qooxdoo-devel] getLayoutParent bug on Chrome

2011-06-07 Thread jacob
Thanks for a tip. My problem was actually of different nature. I've look more closely at what I'm trying to do. I was trying to add commands to a toolbar in a loop, like this: for (var i in commandSet) { toolBar.add(commandSet[i]); } Looks like when new Array(element) is called Chrome, the

Re: [qooxdoo-devel] getLayoutParent bug on Chrome

2011-06-07 Thread Tobias Oetiker
Hi Jacob, Today jacob wrote: > I'm getting this when running on Chrome: > > Uncaught TypeError: Object function indexOf() { [native code] } has no > method 'getLayoutParent' > qx.Class.define.members._addWidget.js:1937 > qx.Class.define.members.baseObject.js:138 > qx.Class.define.members._addTool

Re: [qooxdoo-devel] Circular dependency in QX 1.4.1?

2011-06-07 Thread thron7
Ken, On 06/07/2011 02:33 PM, Ken MacDonald wrote: > That worked... > > > INITIALIZING: WEBMENUS > > >>> Configuration: config.json > >>>

[qooxdoo-devel] getLayoutParent bug on Chrome

2011-06-07 Thread jacob
I'm getting this when running on Chrome: Uncaught TypeError: Object function indexOf() { [native code] } has no method 'getLayoutParent' qx.Class.define.members._addWidget.js:1937 qx.Class.define.members.baseObject.js:138 qx.Class.define.members._addToolBar.js:501 qx.Mixin.define.members.addMChild

Re: [qooxdoo-devel] Circular dependency in QX 1.4.1?

2011-06-07 Thread Ken MacDonald
That worked... INITIALIZING: WEBMENUS >>> Configuration: config.json >>> Resolving config includes... - Warning: ! Shadowing job "source-a

Re: [qooxdoo-devel] about translation

2011-06-07 Thread Stefan Andersson
Hej T! Maybe this page http://qooxdoo.org/demo should have some extra text telling about the target groups for each of the demos. We could never comply with a playful style in this context in our organisation. It is not about convincing us. Fair enough, your choice here... Stefan

Re: [qooxdoo-devel] searching in tables

2011-06-07 Thread Alexander Steitz
Hi, On Tuesday 07 June 2011 11:32:00 Kovács Zoltán wrote: > The development for my application, written in qx, is approaching its end > phase. This means that qx has been successfully used for the client side > framework for a 30+ tables application. Thanks for the good work to > everyone! Thanks

Re: [qooxdoo-devel] about translation

2011-06-07 Thread thron7
Very interesting, Eduard, but also on a very high level of sophistication. T. On 06/07/2011 09:39 AM, Eduard Gamonal wrote: > Hi, > I'll try to help a bit but please, don't take everything as an > absolute truth. It's just the way some localisation teams work in > Mozilla > > Firstly, localisatio

Re: [qooxdoo-devel] about translation

2011-06-07 Thread thron7
> There are never any musts... It is always a question about your goals. I think you are mixing message strings from the framework's API with those from tests and demos, which are not in the same camp IMO. The first kind should be (and actually is, AFAICT) production-level, but for the other

[qooxdoo-devel] searching in tables

2011-06-07 Thread Kovács Zoltán
Dear Colleagues, The development for my application, written in qx, is approaching its end phase. This means that qx has been successfully used for the client side framework for a 30+ tables application. Thanks for the good work to everyone! Now I'm in the progress of some fine tuning of my appli

Re: [qooxdoo-devel] Selenium

2011-06-07 Thread Jean-Baptiste BRIAUD -- Novlog
Hi Daniel, No that message, details are in my last email "Qooxdoo 1.4 and FF4 issue". I thought it could be linked. Here a quick summary : > on a visual point of view, the edition look like frozen *after* the cell > edition. > I can see the added value in the cell. > I can see the cell, apparent

Re: [qooxdoo-devel] about translation

2011-06-07 Thread Eduard Gamonal
Hi, I'll try to help a bit but please, don't take everything as an absolute truth. It's just the way some localisation teams work in Mozilla Firstly, localisation != translation. We don't only translate words and sentences as is, but adapt them to local culture and customs which include using the