Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: 1 2 [3]
31  Announcements and General Discussion / Fabrication / Fabrication 0.7.1 released on: July 05, 2010, 05:18:03
What's new:

  • added fabrication namespace ( http://puremvc.org/utilities/fabrication/2010 )
  • AirApplication/FlexApplication for spark and AirHaloApplication?/FlexHaloApplication? for halo architecture
  • Introduced FabricationModuleLoader? and FabricationAirModuleLoader - simplified way to manage modules using ModuleManager
  • Introduced new Reactions registration approach wiki
  • Introduced simply IoC for fabrication actors wiki

I'm working on couple of examples how to use new features. Stay tuned, and waiting for your feedback.

Rafal.

32  Announcements and General Discussion / Fabrication / Re: eventSource=this[lcfirst(eventSourceName)]; remains null in FabricationMediator on: July 04, 2010, 09:38:19
Hi Manuraj,

This could be the same problem as last time. Please, chek if you have property [lcfirst(eventSourceName)] declared as a public getter in your mediator.
33  Announcements and General Discussion / Fabrication / Re: trap/reacTo not working (fabrication 0.6) on: July 01, 2010, 01:45:45
Can you send me your code example?
34  Announcements and General Discussion / Fabrication / Re: trap/reacTo not working (fabrication 0.6) on: June 30, 2010, 02:45:04
Ok, please tell me - in onRegister in NavBarMediator this getter ( someButton ) returns good value ( reference ) or maybe null?
35  Announcements and General Discussion / Fabrication / Re: Fabrication 0.7 docs? on: June 30, 2010, 02:55:35
Added to links on project page.
36  Announcements and General Discussion / Fabrication / Re: Fabrication 0.7 docs? on: June 29, 2010, 12:04:12
Sure, it's done.
37  Announcements and General Discussion / Fabrication / Re: Fabrication AsyncCommand on: June 29, 2010, 09:04:10
Hi,

AsyncFabricationCommand is present in latest Fabrication release ( v. 0.7 ).
38  Announcements and General Discussion / Fabrication / Re: AirApplication with modules.. Is it supported? on: June 29, 2010, 07:22:00
It is not easy operation to load module into AIR app, not only in fabrication. I will upload an example how to do that in shot time.In meanwhile, try to look at this: http://blog.esofthead.com/loading-modules-in-air-application-2/
39  Announcements and General Discussion / Fabrication / Fabrication 0.7 for Flex4 on: June 29, 2010, 05:52:20
Hi,

As I promised, next version of fabrication is ready. With some fixes ( mostly reflexive registration issues ) and full flex4 support. AS always, you can check it on project site.
40  Announcements and General Discussion / Fabrication / Fabrication is going back to life on: June 13, 2010, 03:15:24
Hi everyone,

My name is Rafal and from now on I will be responsible for bringing Fabrication back to life!. I'm author of Tequila project ( wich is based on Fabrication ) and. after short discussion with Darshan, we both decided that I will take over his project.

So, what you can expect in nearly feature:
- flex4 compatibility
- further improvements ( simpler reactions, metadata support, namespace notifications etc ).

Please, wach out for any changes and comments on project page. I will try to post any updates here on this forum too.

Best regards,

Rafał Szemraj
41  Announcements and General Discussion / Fabrication / Re: Get Proxy from another Proxy on: June 13, 2010, 03:05:57
Yes, this is done intentionally. You shouldn't access one proxy from another one, it is bad practice. Instead you should always use commands to manage proxies operations.
Pages: 1 2 [3]