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.  The problem is in Safari on Mac os x.  Were you able to get your test app to load in Safari?  In answer to your questions, I had not changed anything in config.json except I added a line to the source build to disable nocache get parameter, but this shouldn't affect the build job, and I am getting the same behavior for both source and build.  I also did not change the name of the project and had re-run ./generate.py source a few times to be sure.

Thanks,
Greg
Tino Butz
June 6, 2011 4:57 AM

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.NavigationPage;
d.setTitle("test");
d.show();

Generated the build script:

./generate.py build

Worked.

Back to your script: The Chrome Developer Tool does not display any errors. Seems like the main method is not called of your application. Did you rename the namespace / or the name of the application and forgot to change these in the config.json?

Best regards,
Tino



------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today.
http://p.sf.net/sfu/quest-dev2dev2
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to