In order to help me understand, I\'m looking for examples of command chaining in Parsley. What I mean by command chaining is when one command returns a result that is then immediately used to initiate
In my parsley container, I\'m instantiating an object \'A\' that contains a Dictionary (flash.utils.Dictionary).
I\'m working on a framework extension for Parsley, and need to effectively clone an ObjectDefinition during initialziation of the context, and mutate some of开发者_运维问答 it\'s properties.
ok so I have a TitleWindow that I open up... and I have 6 states defined.I am using the Presentation model pattern for all of my views.I have discovered a frustrating nuance.When I tell my window to g
I\'m using this AsyncHelper. I would like to create basic test case where I would like to dispatch event from the test method (by Parsley MessageDispatcher), catch this event in any other method and d
I have a parsley popup that can create another popup. The issue comes when I close the root popup, when I open the popup again and click on the child popup, it\'s actually opening2 child popups.
I got 2 parsley configurations for my 2 elements. A.xml <fx:Declarations> <!--Presenters--> <presenters:ScenarioDefinitionPresenter id=\"scenarioDefinitionPresenter\"/>
I\'m using <parsley:ContextBuilder config=\"{Parsley_Config}\"/> in my main application. The problem is popup window cannot detect the config开发者_C百科uration. Any kind help is appreciated.T
In one of our project we are using flex for front end, blazeds/java in the backend. Its an existing code where services are prewritten. I have to make calls to 3 services in the backend (basically 3 r
I\'m looking for an example abo开发者_StackOverflow社区ut using GraniteDS for remote and Parsley ( client-side ) for MVC / IOC.