Re: [qooxdoo-devel] Build script Unexpected token var

2013-02-18 Thread thron7
For a start, add a job "build-script" to your config.json and set the property build-script/compile-options/code/format : true and re-run the 'build' job. This will break up the long line in the build version in a number of shorter lines and will hopefully give easier access to the problemati

[qooxdoo-devel] Build script Unexpected token var

2013-02-18 Thread arsousa
Hi, I migrate my project to the last qooxdoo version 2.1.1. The /source/ works fine and when I do the application /build/ everything it's ok, without errors. But when I run the application (build) in browser occurs the following error: /Uncaught SyntaxError: Unexpected token var (script xxx.js li

Re: [qooxdoo-devel] Scrolling in mobile browser of inline applications

2013-02-18 Thread Christopher Zündorf
Hi Leo, you can switch the following flag in your config.json and re-build your app: "qx.mobile.nativescroll" : true, That might solve your problem. A workaround would be to disable my component on mobile devices. Is there any qooxdoo method to check for a mobile browser? Yes, there is an en

[qooxdoo-devel] Scrolling in mobile browser of inline applications

2013-02-18 Thread Leo von Klenze
Hi, I've a problem with an Inline application. As soon as I embed my qooxdoo component into the page no scrolling or zooming is possible on that page on mobile devices. May it be that the events are all captured by the component even on other parts of the page. Can I switch it off? A workaroun

Re: [qooxdoo-devel] possible qx.ui.table.model.Remote bug(s)

2013-02-18 Thread Mustafa Sak
Hi Cyrille, As I could see, the this._clearCache flag can be set to true but will be handled on the next _onRowDataLoaded call. This causes in a timing problem, which should be solved. Could you please open a bug and provide us with a more dedicated example code on playground? (use tiny url but

[qooxdoo-devel] Use two blocker

2013-02-18 Thread Benjamin Dreux
Hi, I would like to have to blocker on my application. On the Application there is a blocker that is used to make modal window. My issue is that i want to block the content of my app when there is a ajax call in progress(some of them). And sometime it happend that the main app blocker and my bloc

[qooxdoo-devel] possible qx.ui.table.model.Remote bug(s)

2013-02-18 Thread cyrille rigault
Hello, I think I found 2 bugs in qx.ui.table.model.Remote. 1) the first one is that the lastRow field sent in the dataChanged event when data is received exceed 1 block size. 2) the second one appears after qooxdoo 2.0, where the protected variable _clearCache has been added. the problem appears