-
14 Aug 2012 6:45 AM #1
Unanswered: Why is this loading that i didn't coded!!!
Unanswered: Why is this loading that i didn't coded!!!
Oh man
I'm frustrated.
I have a problem just running the hello world!!
man...
i can't solve the problem
i just copy pasted all the files, but still not working!!
index.html
TouchStart.jsCode:<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>TouchStart Application – My Sample App</title> <!-- Sencha Touch CSS --> <link rel="stylesheet" href="lib/resources/css/sencha-touch.css" type="text/css"> <!-- Sencha Touch JS --> <script type="text/javascript" src="lib/sencha-touch-debug.js"> </script> <!-- Application JS --> <script type="text/javascript" src="app/TouchStart.js"> </script> <!-- Custom CSS --> <link rel="stylesheet" href="css/TouchStart.css" type="text/css"> </head> <body></body> </html>
and the error msg is thisCode:Ext.application({ name : 'TouchStart', launch : function() { var hello = new Ext.Container({ fullscreen : true, html : '<div id="hello">Hello World</div>' }); this.viewport = hello; } });
- [COLOR=red !important]GET http://localhost:8080/TouchStart/lib...=1344955280939 404 (Not Found) sencha-touch-debug.js:7575[/COLOR]
- [COLOR=red !important]GET http://localhost:8080/TouchStart/lib...=1344955280938 404 (Not Found) sencha-touch-debug.js:7575[/COLOR]
- [COLOR=red !important]Uncaught Error: [Ext.Loader] Failed loading 'http://localhost:8080/TouchStart/lib...blisher/Dom.js', please verify that the file exists sencha-touch-debug.js:7908[/COLOR]
- [COLOR=red !important]Uncaught Error: [Ext.Loader] Failed loading 'http://localhost:8080/TouchStart/lib.../Dispatcher.js', please verify that the file exists sencha-touch-debug.js:7908
[/COLOR]
-
17 Aug 2012 5:33 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,118
- Vote Rating
- 453
- Answers
- 3160
Did you require Ext.Container?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.


Reply With Quote