puremvc
Creating an API for a View Component in PureMVC?
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[详细]
2022-12-29 08:05 分类:问答In proxy should I remove listeners explicitly?
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[详细]
2022-12-26 08:41 分类:问答Advantages of using software framework
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[详细]
2022-12-23 19:20 分类:问答Where to register mediator in puremvc?
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[详细]
2022-12-23 01:04 分类:问答Flex PureMVC: Mediator not registering
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[详细]
2022-12-19 06:43 分类:问答Classes must not be nested - MXML
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[详细]
2022-12-16 05:34 分类:问答Flex Application Framework -- PureMVC Portability vs. Swiz?
My company is building a Flex application that we may need to port to other platforms: Silverlight (likely)[详细]
2022-12-14 01:17 分类:问答what is best place to register proxy and mediator in flex puremvc framework?
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 ?[详细]
2022-12-11 13:30 分类:问答