Re: [qooxdoo-devel] collation + locale

2011-01-11 Thread Petr Kobalíček
Hi, as a starting point you can use this code on a table model: model.setSortMethods(columnIndex, { ascending: function(a, b) { // In case that you want to use the same method for more // columns the column index can be retrieved by this way.

[qooxdoo-devel] collation + locale

2011-01-11 Thread Kovács Zoltán
Dear All, I would like to sort my strings in a table using the sorting rules of my national language. Is it possible automagically in Qooxdoo? If not, could you please give a hint how to start to implement that? Thank you in advance and thanks for the great work on Qooxdoo. It is a nice framework

Re: [qooxdoo-devel] Strategy for putting several widgets on a homepage

2011-01-11 Thread Petr Kobalíček
Hi Stefan, for this purpose the solution is to create pre-compiled qooxdoo and to simply include your widgets as different .js. The advantage is that the large pre-compiled package is only one and it will be cached after the first load. I can't imagine doing this natively using qooxdoo generator

Re: [qooxdoo-devel] Canvas element does not seem to support setCursor

2011-01-11 Thread bplturner
I have fixed this, but to be honest I wasn't sure where the problem was. It works now, however. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Canvas-element-does-not-seem-to-support-setCursor-tp5887926p5910444.html Sent from the qooxdoo mailing list archive at Nabble.com. -

[qooxdoo-devel] Strategy for putting several widgets on a homepage

2011-01-11 Thread Stefan Andersson
Just to make it a little more complicated, but still en vivo scenario: Just imagine a normal site with 20 pages. Every page can have one or two widgets connected in the page flow, such as an image, hyperlink text etc. When the widget is clicked some action takes place. You have a set of widget

Re: [qooxdoo-devel] Circural depedencies

2011-01-11 Thread thron7
Please post the output of a '-v' run of the generator. I suppose you're working on Windows, with Cmd shell. Use this command line: python generate.py source-all -v > output.txt 2>&1 This assures that stdout and stderr go together in order, and are captured in the same file. (The leading "python

Re: [qooxdoo-devel] Canvas element does not seem to support setCursor

2011-01-11 Thread Werner Thie
Hi all I'm on qooxdoo 1.2.2 and just spruced up my WebGL demo with a cursor cycle button. setCursor() works as advertised on canvas, please see attached screenshot If you want to see the demo live hit http://www.thieprojects.ch/ and use the dropdown in the upper left corner to open the WebG

[qooxdoo-devel] Strategy for putting several widgets on a homepage

2011-01-11 Thread Stefan Andersson
We have been looking into the best way of putting several widgets on a homepage. There are certainly a few ways to do it. Conditions: 3 independent widgets need to be inlined in the normal flow of a homepage. As the widgets contain totally different functionality, they are developed separately