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

Am 05.06.2011 um 09:01 schrieb 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/cs2/build/index.html

This is a live site that is just a test page.  It is a build (I don't have the 
source sdk set up on the live server).  My application code after the basic 
stuff is this:

      var page = new qx.ui.mobile.page.NavigationPage;
      page.setTitle("test");
      page.show();

I did a proper create-application with type of mobile, and had everything 
working splendidly in chrome and for a little while on iphone.  I have no idea 
what I broke or how.  I do know that the application code is never actually 
executed on safari (stepped through csq.js in safari developer tools) and IS 
executed on chrome, but I don't know why safari doesn't go through with running 
the application.

Any insights appreciated.

Greg
<ATT00001..txt><ATT00002..txt>

------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to