Re: [qooxdoo-devel] qx.event.Manager.js#654 slow?

2013-01-15 Thread Martin Wittemann
Thanks for investigating. I totally agree that this is worth looking into and it's worth a bug report. ;) I would be great if you could put your findings into a report for me. :) Thanks, Martin Am 15.01.2013 um 15:17 schrieb Dietrich Streifert : > Am 15.01.2013 11:56, schrieb Dietrich Streife

Re: [qooxdoo-devel] getting table data with rendered values

2013-01-15 Thread slah
Hello, thank you for the reply. What I did is to get table data via getDataAsMapArray() and then loop the data array and apply the renderers/functions to replace fields with their rendered values. Regards, hagendorn wrote > Hi, > > so fare as I know it is not possible to get access to the trans

Re: [qooxdoo-devel] qx.ui.mobile.page.Manager master width

2013-01-15 Thread Christopher Zündorf
Sure… go to Page Manager call getMasterContainer() then you get the MasterContainer Drawer where you can call "setWidth(500)" Greetz Christopher Am 15.01.2013 um 19:06 schrieb Alexander Voronin: Is there a way to change master page width in git 2.2 version? In 2.1 I've replaces master-de

[qooxdoo-devel] qx.ui.mobile.page.Manager master width

2013-01-15 Thread Alexander Voronin
Is there a way to change master page width in git 2.2 version? In 2.1 I've replaces master-detail-master CSS but in 2.2 container size looks hardcoded in style attribute. Should I use direct qx.bom.element.Style.set to change this value or there is another way? -- когда я опустился на самое д

Re: [qooxdoo-devel] Drag&Drop question

2013-01-15 Thread Michael
Am 15.01.2013 14:33, schrieb hagendorn: > Hi Michael, > > have a look at the API Viewer. You can use "getCurrentType" only on > "droprequest" event. > http://demo.qooxdoo.org/2.2/apiviewer/#qx.event.type.Drag~getCurrentType!method_public thanks, don't know why I didn't checked that event. Maybe b

Re: [qooxdoo-devel] qx.event.Manager.js#654 slow?

2013-01-15 Thread Dietrich Streifert
Am 15.01.2013 11:56, schrieb Dietrich Streifert: > > >> >>> 3. Investigate why there are obviously so many >>> instatiations/destructions in this situation. >> This would also be a bug, together with bullet point 1. We need to >> find a solution for the problem you described and 1, is a solution

Re: [qooxdoo-devel] Drag&Drop question

2013-01-15 Thread hagendorn
Hi Michael, have a look at the API Viewer. You can use "getCurrentType" only on "droprequest" event. http://demo.qooxdoo.org/2.2/apiviewer/#qx.event.type.Drag~getCurrentType!method_public Cheers, Chris -- View this message in context: http://qooxdoo.678.n2.nabble.com/Drag-Drop-question-tp7582

Re: [qooxdoo-devel] getting table data with rendered values

2013-01-15 Thread hagendorn
Hi, so fare as I know it is not possible to get access to the transformed data from the renderes. Cheers, Chris -- View this message in context: http://qooxdoo.678.n2.nabble.com/getting-table-data-with-rendered-values-tp7582486p7582491.html Sent from the qooxdoo mailing list archive at Nabble

Re: [qooxdoo-devel] Stepping trough table cells

2013-01-15 Thread Martijn Evers
Thank you for your response. And maybe a bit overdue but happy Newyear! On 15-01-13 08:20, Martin Wittemann wrote: > Hey, >> We found a very useful feature of the table to step trough cells to edit >> them, with the enter key (implemented here [1]). Only our use case needs >> horizontal stepping

Re: [qooxdoo-devel] qx.event.Manager.js#654 slow?

2013-01-15 Thread Dietrich Streifert
Am 15.01.2013 08:13, schrieb Martin Wittemann: > Hey, > >> 1. Implement a hash based removeListener (as suggested by Thomas). >> 2. Support a similar environment setting in order to disable dynamic >> theme change (eg. qx.dynthemechange). > I agree with you on that. Could you open up a report for t