Trinad
31 Jan 2012, 8:00 AM
Hi,
I am trying to compare DOJO Mobile Framework & Sencha Touch 2.0 Framework.
I found some thing interesting which is MVC Framework in Sencha 2.0. I try to modify the existed examples(Sencha 2.0)
I ran the build command(sencha create jsb -a http://localhost/RecentSencha/examples/kitchensink/index-debug.html -p app.jsb3) found the below errors.
[ERROR] Ext is not defined, please verify that the library is loaded properly on
the application's page
undefined:0 ReferenceError: Can't find variable: Ext
Below is my index-debug.html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Kitchen Sink</title>
<link rel="stylesheet" href="../../resources/css/sencha-touch.css" type="text/css">
<link rel="stylesheet" href="resources/css/sink.css?2" type="text/css">
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="../../sencha-touch.js"></script>
<script type="text/javascript" src="app.js"></script>
<script type="text/javascript" src="overrides.js"></script>
</head>
<body></body>
</html>
I have followed the below Sencha documentation.
http://docs.sencha.com/ext-js/4-0/#!/guide/getting_started (http://docs.sencha.com/ext-js/4-0/#%21/guide/getting_started)
Below is my project structure:
-Webroot
- Examples(folder)
- kitchensink(folder)
app(folder)
extjs(I am putting sencha-touch-2.0.0-pr4 files here)
resources(folder)
app.js
index-debug.html
I have installed Sencha sdk tools 1.2.3
I am not sure if Sencha 2.0 supports in windows with Sencha sdk tools 1.2.3
What I am trying to achieve here is trying to to modify the Sencha 2.0 examples with Sencha SDK tools 1.2.3 version in Windows system.
I don't see any documentation or example for Sencha touch with MVC framework, I am spending lot of time here with no results.
Can some one help me or suggest me or guide me to the right path.
Thanks,
Trinad.
I am trying to compare DOJO Mobile Framework & Sencha Touch 2.0 Framework.
I found some thing interesting which is MVC Framework in Sencha 2.0. I try to modify the existed examples(Sencha 2.0)
I ran the build command(sencha create jsb -a http://localhost/RecentSencha/examples/kitchensink/index-debug.html -p app.jsb3) found the below errors.
[ERROR] Ext is not defined, please verify that the library is loaded properly on
the application's page
undefined:0 ReferenceError: Can't find variable: Ext
Below is my index-debug.html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Kitchen Sink</title>
<link rel="stylesheet" href="../../resources/css/sencha-touch.css" type="text/css">
<link rel="stylesheet" href="resources/css/sink.css?2" type="text/css">
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="../../sencha-touch.js"></script>
<script type="text/javascript" src="app.js"></script>
<script type="text/javascript" src="overrides.js"></script>
</head>
<body></body>
</html>
I have followed the below Sencha documentation.
http://docs.sencha.com/ext-js/4-0/#!/guide/getting_started (http://docs.sencha.com/ext-js/4-0/#%21/guide/getting_started)
Below is my project structure:
-Webroot
- Examples(folder)
- kitchensink(folder)
app(folder)
extjs(I am putting sencha-touch-2.0.0-pr4 files here)
resources(folder)
app.js
index-debug.html
I have installed Sencha sdk tools 1.2.3
I am not sure if Sencha 2.0 supports in windows with Sencha sdk tools 1.2.3
What I am trying to achieve here is trying to to modify the Sencha 2.0 examples with Sencha SDK tools 1.2.3 version in Windows system.
I don't see any documentation or example for Sencha touch with MVC framework, I am spending lot of time here with no results.
Can some one help me or suggest me or guide me to the right path.
Thanks,
Trinad.