puremvc
PureMVC Mediators and views - creation and control
I\'m making an app with flash AS3 and puremvc, the way to correctly handle view mediators is sort of throwing me a little...[详细]
2023-03-28 07:56 分类:问答In puremvc, how to wait for sendNotification/notifyObservers finishes
In PureMVC / ActionScr开发者_如何转开发ipt, after sending out notifications using send Notification or notify-observers, how do I make sure all the observers has received the notification and finished[详细]
2023-03-09 06:49 分类:问答Is it possible to write a getter that takes a parameter?
I\'ve found two very strange pieces of code in PureMVC\'s documentation: public function get resultEntry( index:int ) : SearchResultVO[详细]
2023-03-08 10:25 分类:问答MVC approach for JavaScript
I am searching for a decent framework for organizing my Javascript, jQuery assisted code according to MVCS micro-architecture.[详细]
2023-02-11 08:31 分类:问答In PureMVC, where is the correct place to put Keyboard listener that controls a view?
I\'m getting some PureMVC experience and I want to use keyboard commands to control my view. The rest of the application doesn\'t need to know about what this view is doing.[详细]
2023-02-07 02:15 分类:问答Flash Builder: Change default suite for unit tests?
What are the steps to change your default s开发者_开发技巧uite when running unit tests in Flash Builder 4 with PureMVC?When you create a new test case or a new test suite you can select whether to use[详细]
2023-01-29 20:56 分类:问答Some questions related to framework dependency
I have some questions related to framework dependency. Generally best coding practice says that don\'t clutter your namespace with framework specific code. For e.g. in case of spring all the dependenc[详细]
2023-01-29 13:38 分类:问答PureMVC and Navigation with Silverlight (C#) for Windows Phone 7 (WP7)
I\'ve used PureMVC before with AS3, and am playing around with WP7 so thought it would make sense to try the C# port (开发者_运维知识库http://trac.puremvc.org/PureMVC_CSharp/)[详细]
2023-01-21 02:22 分类:问答Casting a retrieved Mediator with PureMVC as its proper class returns null
I have a mediator that I\'ve registered for a navigation page: facade.registerMediator(new NavPageMediator(viewComponent));[详细]
2023-01-07 17:23 分类:问答Structuring System Architecture in a Flex Web Application on a Budget (w/o Java)
I started a project a while back using the following architecture from Adobe Developer Article talking about Creating marketing platforms in Flex. I did my first set of coding locally forgetting that[详细]
2023-01-01 05:12 分类:问答