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

Re: [qooxdoo-devel] mobile app weirdness

2011-06-06 Thread 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 thing to look for in the lint stage of the generator? Greg

Re: [qooxdoo-devel] mobile app weirdness

2011-06-06 Thread Greg Beaver
Hi Tino, Thanks for taking a look at this.  Since I last wrote, I managed to get a source version up as well at http://chiaraquartet.net/cs2/source/index.html. To be clear: on my end, it works just fine in chrome on both linux and mac os x.  T

Re: [qooxdoo-devel] mobile app weirdness

2011-06-06 Thread Tino Butz
Hi Greg, I have just created a test app "test", with your described scenario, from trunk. Worked perfectly: ./tool/bin/create-application.py --type=mobile --name=test --out=.. I have replaced the code in the Application.js with the code from the csq.js script: var d=new qx.ui.mobile.page.Nav

[qooxdoo-devel] mobile app weirdness

2011-06-05 Thread Greg Beaver
Hi, I'm experimenting with the new mobile stuff, and have run against a brick wall. I am working off of bleeding edge trunk, and am getting a blank page in safari and a non-blank page in chrome. Unfortunately, I also get the blank page on an iPhone browser. Test url: http://chiaraquartet.net/c