Hello QooxDoo, David I figured out the cause. I renamed "membershome.php" to "membershome.html" and it worked,
The webserver was not allowing serving of javascript files outside the root directory! So when I navigated to http://localhost, the c:\sdk folder was outside the htdocs-root. Yes that makes sense and Button Displays OK when I move the folder into the server. Thank you for your help David, all I needed was a good night sleep! Perhaps add a note the Skeleton install page "Server Installations"? Regards, Jared Broad -----Original Message----- From: Jared Broad [mailto:[EMAIL PROTECTED] Sent: Sunday, 1 July 2007 4:32 a.m. To: '[email protected]' Subject: RE: Develop-Make Blank, Build-Make Works Hello, I just did another careful search, the old namespace was "custom" (per the skeleton example) was completely gone. Only the code-comments "Your custom application" etc remained. FireBug highlights this as the suspect:(qx is not defined) qx.Class.define("stocktrack.Application", The instant-run version of code includes "qx.js" into the HTML, I didn’t think it was required for a SDK source-make? The only call I have is: <script type="text/javascript" src="script/stocktrack.js"></script> So presumably qx isn’t define by the time it calls my application class? I have attached the source generated script. I scanned it and to my newby-4.30am-eyes it looks fine. Thanks heaps for your input!! Jared -----Original Message----- From: Jared Broad [mailto:[EMAIL PROTECTED] Sent: Sunday, 1 July 2007 4:14 a.m. To: '[email protected]' Subject: RE: Develop-Make Blank, Build-Make Works Thank you for your reply David, I tested on IE also and IE occasionally brought up the error "qx is not defined". I didn’t have Firebug, but I just installed it and the same error shows in FireFox: qx is not defined http://localhost/source/class/stocktrack/Application.js Line 20 Any thoughts? The Application.js is virtually unmodified from the skeleton version, I just changed the namespace. Regards, Jared -----Original Message----- From: Jared Broad [mailto:[EMAIL PROTECTED] Sent: Sunday, 1 July 2007 3:49 a.m. To: '[email protected]' Subject: Develop-Make Blank, Build-Make Works Hello Qooxdoo Community, I apply here for help after approximately 14 hours studying Qooxdoo and trying to get it to work. It is now 3.40am and I am giving up. The problem is: the develop-make of the SDK shows a blank white screen, where the build-make of it works. I think the URI relative file references are correct and the SDK is installed nicely. QooxDoo: C:\qooxdoo-sdk\ The App: C:\Server\htdocs\source QOOXDOO_PATH = ../../qooxdoo-sdk QOOXDOO_URI = ../../../qooxdoo-sdk MakeFile: C:\Server\htdocs\Makefile Live Dir: C:\Server\htdocs\stocktrack APPLICATION_BUILD_PATH = ./stocktrack Dev Version: Does *not* Display Button http://localhost/source/membershome.php Build Version: Displays Button http://localhost/stocktrack/membershome.php I would like to get the development-make working but can't see how, Thank you for your help, Jared Broad No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: 269.9.14/880 - Release Date: 29/06/2007 2:15 p.m. No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: 269.9.14/880 - Release Date: 29/06/2007 2:15 p.m. No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: 269.9.14/880 - Release Date: 29/06/2007 2:15 p.m. No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: 269.9.14/882 - Release Date: 30/06/2007 3:10 p.m. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
