In the context of AS3 开发者_如何学运维and specifically a framework such as PureMVC, I was wondering if someone could point me in the right direction for understanding what an API for a View Component
Currently I am working on flex application where开发者_StackOverflow I am using multicore variant of puremvc. My question is in my proxy I am making remote call and attaching some (RESULT and FAULT) e
I was reading these days about large projects implementation in python and Flex, and very often people praise the use of framewo开发者_如何转开发rk (like Cairngorm, PureMVC or others) over traditional
Currently I am working on flex using puremvc framework. Actually my question is related to where to register mediator in p开发者_StackOverflowuremvc framework. One of my colleague is registeringmediat
A component is created at runtime and a mediator is created and registered.All is well. In a separate view, another instance of that component is created.The mediator is created but onRegist开发者_St
I\'m trying to build a simple FLEX application. Unfortunately, I get \'1131: Classes must not be nested.\' e开发者_如何学JAVArrors even with the simples MXML .... the error pops out at the mx:Applicat
My company is building a Flex application that we may need to port to other platforms: Silverlight (likely)
I am using puremvc framework for developing flex based project. My question is related to what is best way to delayed registering proxy class and mediator class ?