Re: [Flashcoders] ControlManager implementation for Moock MVC framework

2006-05-22 Thread Marcelo de Moraes Serpa
There´s also arp, that´s somewhat MVC based ;) (next version should be fully MVC-based, and there are "mods" that make it fully MVC right now (ARPX)) http://www.osflash.org/arp On 5/22/06, Ron Wheeler <[EMAIL PROTECTED]> wrote: You might want to look at ActionStep which has a framework for MVC

Re: [Flashcoders] ControlManager implementation for Moock MVC framework

2006-05-22 Thread Ron Wheeler
You might want to look at ActionStep which has a framework for MVC that you could use directly or as a model. All the little gotcha's have all been worked out. Ron Spiral Universe wrote: Hi. I'm trying to build an app based on the MVC framework provided here: http://www.adobe.com/devnet/flash

[Flashcoders] ControlManager implementation for Moock MVC framework

2006-05-22 Thread Spiral Universe
Hi. I'm trying to build an app based on the MVC framework provided here: http://www.adobe.com/devnet/flash/articles/mv_controller.html Basicly everything would be ok except that I would need to extend it to use a super controller which dispatches calls to the actual controller of the view reque