All posts tagged Fabrication

PureMVC/Fabrication Reactors

While working on an AIR application recently, (built using PureMVC Multicore & Fabrication), I had the need to swap different instances of a view component within the one mediator.

Swapping them over is easy enough:

myMediator.setViewComponent( instanceOneComponent );

The only problem is if you are using “Reactions” to handle your ui events you’ll notice they no longer work. Continue reading →