-
7 Sep 2012 6:52 AM #71
How to link it in MVC app
How to link it in MVC app
Very nice plugin Andrew!
I'm trying to get it work in an MVC setup. Therefore I added the following code in the launch function in my app.js (but i'm not sure if this is the right approach):
At least so far I doesn't give me any errors. But next, when I try to use the editablelist it sais:Code:Ext.Loader.setConfig({ enabled : true, paths : { 'Ext.tux.EditableList': '../EditableList/js/Ext.tux.EditableList.js' } }); Ext.require('Ext.tux.EditableList');
Uncaught Error: [Ext.createByAlias] Cannot create an instance of unrecognized alias: widget.editablelist
Can anyone perhaps help me out on this one? Thanx in advance!
-
7 Sep 2012 7:22 AM #72Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,656
- Vote Rating
- 435
@martyntje, His name is Andrea now Andrew
This will only work with Sencha Touch 1 NOT Sencha Touch 2... yetMitchell 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 Sep 2012 7:55 AM #73
Whoops, my sincerest appologies Andrea!

And Mitchell thanx for the quick response. I'll have to think of something else then for now.
-
19 Dec 2012 1:41 AM #74
Hi Andrea,
good work, the only issue is I did not find the license used for this work anywhere. So I don't know if I could include it in my work or not. Let me know, thx.
Marco
-
1 Feb 2013 2:29 AM #75
Hi there,
any progress on this component?
I'm trying to insert this component into a sencha 2.1.1 project. Adapted a lot of code so far but some things I can't find a 2.1.1 equivalent.
So hopefully this can be ported to 2.1.1 very soon :-)
keep up the good work, man!
Cheers
Mario
-
1 Feb 2013 3:22 AM #76
Hello Mario,
I've completely rewrote this component two weeks ago to adapt it to Sencha Touch 2 class system and the buffered list. Since Touch 2 is completely different from Touch 1, I cannot simply port it, but the component logic needed to be completely changed.
The result is great:- 80% of line code lighter.
- Great performances on iOS and Android.
- Support for List components.
- Buffered.
I'm working on something bigger wich include also this component.
Thank you for your compliments.
Cheers,
AndreaSencha Inc
Andrea Cammarata, Solutions Engineer
CEO at SIMACS
@AndreaCammarata
www.andreacammarata.com
github: https://github.com/AndreaCammarata
-
13 Mar 2013 11:36 PM #77
-
13 Mar 2013 11:39 PM #78
It will be released under GPL 3 and commercial license.
Sencha Inc
Andrea Cammarata, Solutions Engineer
CEO at SIMACS
@AndreaCammarata
www.andreacammarata.com
github: https://github.com/AndreaCammarata
-
13 Mar 2013 11:42 PM #79
Thanks fot the answer.
Any ETA?


Reply With Quote