1. #71
    Sencha User
    Join Date
    Jun 2012
    Posts
    2
    Vote Rating
    0
    martyntje is on a distinguished road

      0  

    Default 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):

    Code:
    Ext.Loader.setConfig({
            enabled : true,
                paths   : {
                    'Ext.tux.EditableList': '../EditableList/js/Ext.tux.EditableList.js'
                }
            });
            
            Ext.require('Ext.tux.EditableList');
    At least so far I doesn't give me any errors. But next, when I try to use the editablelist it sais:
    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!

  2. #72
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,582
    Vote Rating
    434
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    @martyntje, His name is Andrea now Andrew This will only work with Sencha Touch 1 NOT Sencha Touch 2... yet
    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.

  3. #73
    Sencha User
    Join Date
    Jun 2012
    Posts
    2
    Vote Rating
    0
    martyntje is on a distinguished road

      0  

    Default


    Whoops, my sincerest appologies Andrea!
    And Mitchell thanx for the quick response. I'll have to think of something else then for now.

  4. #74
    Sencha User
    Join Date
    Feb 2012
    Posts
    1
    Vote Rating
    0
    mar9000 is on a distinguished road

      0  

    Default


    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

  5. #75
    Sencha User
    Join Date
    Jun 2012
    Posts
    19
    Vote Rating
    0
    mariovde is on a distinguished road

      0  

    Default


    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

  6. #76
    Sencha - Services Team AndreaCammarata's Avatar
    Join Date
    Jun 2009
    Posts
    1,384
    Vote Rating
    12
    AndreaCammarata will become famous soon enough AndreaCammarata will become famous soon enough

      0  

    Default


    Quote Originally Posted by mariovde View Post
    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
    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.
    However, I'm not going to release it so soon for free.
    I'm working on something bigger wich include also this component.

    Thank you for your compliments.

    Cheers,
    Andrea
    Sencha Inc
    Andrea Cammarata, Solutions Engineer
    CEO at SIMACS

    @AndreaCammarata
    www.andreacammarata.com
    github: https://github.com/AndreaCammarata


  7. #77
    Touch Premium Member hotdp's Avatar
    Join Date
    Nov 2010
    Location
    Denmark
    Posts
    584
    Vote Rating
    14
    hotdp will become famous soon enough

      0  

    Default


    Quote Originally Posted by AndreaCammarata View Post
    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.
    However, I'm not going to release it so soon for free.
    I'm working on something bigger wich include also this component.

    Thank you for your compliments.

    Cheers,
    Andrea
    Hi,
    So you will sell the component?

  8. #78
    Sencha - Services Team AndreaCammarata's Avatar
    Join Date
    Jun 2009
    Posts
    1,384
    Vote Rating
    12
    AndreaCammarata will become famous soon enough AndreaCammarata will become famous soon enough

      0  

    Default


    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


  9. #79
    Touch Premium Member hotdp's Avatar
    Join Date
    Nov 2010
    Location
    Denmark
    Posts
    584
    Vote Rating
    14
    hotdp will become famous soon enough

      0  

    Default


    Thanks fot the answer.
    Any ETA?