-
20 Dec 2011 3:27 AM #11Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
- Answers
- 3107
I wouldn't add a cache manifest until after you have done the build. You can google how to create a cache manifest, it's really simple.
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.
-
21 Dec 2011 5:02 AM #12
Hi everybody
It was a great sample.
I want to add some views for example, shall I re run build.sh ???
Best Regards
Hasan Gharehasanloo
-
21 Dec 2011 8:06 AM #13
Hi Mitchel. I was looking for this since beginning and asked many times. Ths for putting ur efforts to learn new stuffs
-
3 Jan 2012 2:17 PM #14
Thanks for your example! About override application.js
/**
* Override moves the viewport creation till after the controller
* init methods have been fired.
*
* This will also cache the Ext.application instance onto the namespace.
*
* *** NOTE ***
* For PR3, will not be valid after PR3
*/
onBeforeLaunch: function() {
This mean that after PR3, with final release of ST, we'll can delete this application.js?
Thanks
-
3 Jan 2012 2:32 PM #15Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
- Answers
- 3107
With each release the overrides have to be evaluated to see if they are still relevant. I can say in the next release that override will not be valid.
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.
-
7 Jan 2012 7:36 AM #16
But how does it works this override?? Why use it??
In other example found (Sencha Touch 2 main zip) I show examples without this override!
Thanks
-
7 Jan 2012 7:40 AM #17Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
- Answers
- 3107
There is a comment in the override to what it does.
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.
-
7 Jan 2012 8:17 AM #18
Yess, I've read comment but can't understand
Can you detail me??
And reply about other MVC examples question?
Thanks


Reply With Quote