Answered: I can run Sencha 1.1 examples, but not 2.0
Answered: I can run Sencha 1.1 examples, but not 2.0
I have "installed" Sencha 1.1 and ran the sample applications with no problem. However, when doing the same with Sencha 2.0, all I get is an empty blank screen.
All I have done was unzipped the contents of sencha-touch-2.0.0-gpl.zip file into a "touch2" subfolder under my wwwroot folder, opened http://localhost/touch2 and then tried to run any of the samples. All I am getting is the phone "simulator" image with nothing in it.
Is there something I'm missing, resource or setup-wise?
Details: running IIS under Win7.
Thank you.
P.S. Also, following the Getting Started instructions to the letter for creating a new app leads to the same result: empty page.
Update: I managed to get the Getting Started application off the ground by watching the console and noticing it's trying to access sencha-touch-all-debug.js in the touch/builds folder but there was only sencha-touch-all-compat.js in there. I simply copied the compat file and renamed it debug, and the getting started app now works.
By following the IIS error instructions, I figured .json was not mapped as an extension. Had to register it by using: appcmd set config /sectiontaticContent /+[fileExtension='.json',mimeType='text/plain']
All is right with the world. Thank you for your suggestion to check out the console, it put me on the right track.