Results 1 to 2 of 2

Thread: PureMVC *multicore* extension

  1. #1
    Join Date
    Sep 2010
    Posts
    1

    Talking PureMVC *multicore* extension

    Is it possible to create a multicore extension for pureMVC ?

    we just need to rename import with multicore package path and fix this Class
    org.springextensions.actionscript.puremvc.core.con troller.IocController

    to pass a key in getInstance method.

    protected function initializeController():void {
    m_view = View.getInstance(INSERT_KEY_HERE);
    }

    and after run some tests... good programmer here !???

    Bye

  2. #2
    Join Date
    Oct 2008
    Location
    Belgium
    Posts
    160

    Default

    Hi,

    Damir who originally created the PureMVC extension is currently not active on the project. Feel free to contribute I would say, since no-one is maintaining these at the moment.

    regards,
    Christophe
    Christophe Herreman
    Spring ActionScript Founder
    http://www.herrodius.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •