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
16  Announcements and General Discussion / Fabrication / Re: have more about loc? on: July 23, 2010, 04:33:30
Hi,

In Pure ( as in Fabrication ) models should not be shared between shell and modules. Separate facades provides "the wall" wich should be crossed only by using notifications and passing objects with them.
17  Announcements and General Discussion / Fabrication / Re: FlexModuleLoader and application style on: July 22, 2010, 12:10:45
Don't know why, but it seems to work this way http://www.flexthinker.com/2010/03/flex4-moduleloader-and-runtime-skins/. You have to remember to add ModuleLoader ( FlexModuleLoader ) to display list BEFORE you start loading module.

This is bad situation because in this case new FabricationModuleLoader and FabricationAirModuleLoader classes ( based on ModuleManager ) won't work properly.
18  Announcements and General Discussion / Fabrication / Fabrication 0.7.4, logging and FabricationConsole 0.1 on: July 21, 2010, 02:21:13
Welcome,

Finally, I managed to port my old Tequila app and now I can present you FabricationConsole application.
Updates in 0.7.4 version:
  • added logging functionality
  • added support for FabricationConsole (v. 0.1)
  • compiled with Flex SDK 4.1.0.16076


19  Announcements and General Discussion / Fabrication / Re: FlexModuleLoader and application style on: July 21, 2010, 12:29:26
Ok, is there any chance you to provide me with a little example of the issue?
20  Announcements and General Discussion / Fabrication / Re: FlexModuleLoader and application style on: July 21, 2010, 07:49:59
Hi,

Fabrication is compiled against Flex 4.0 so I don't know if this could be an issue, but I doubt it. Please, try 0.7.3.1. It has very important bug fix related to components and application domains. I'm not 100% sure, but this could be a reason why loaded module can't access style definitions from shell.
21  Announcements and General Discussion / Fabrication / Re: FlexModuleLoader and application style on: July 21, 2010, 04:58:48
Hi,

Which version of fabrication and Flex SDK you are using?
22  Announcements and General Discussion / Fabrication / Re: a problem with 0.7.3 moxie on: July 21, 2010, 12:08:07
Hi,

try update ( 0.7.3.1 ) on project page. I've tested it on the same example you did and no errors at this point. Hope will work for you!
23  Announcements and General Discussion / Fabrication / Re: a problem with 0.7.3 moxie on: July 20, 2010, 01:41:03
Hi spacetimer,

Thanks for this post, you've pointed out very important issue. The problems is in new reflection mechanism ( which not exists in 0.6 ). REflection mechanism can't find loaded module-related classes because they are held in separate domain. I will fix it and let you know. Thanks again!
24  Announcements and General Discussion / Fabrication / Re: the built-in component resolver can't userd by fabrication-0.7.2 on: July 20, 2010, 03:09:27
Ok, my mistake, wrong library uploaded to google, try again.
25  Announcements and General Discussion / Fabrication / Fabrication 0.7.3 released on: July 19, 2010, 03:34:13
Hi,

Version 0.7.3 adds support for flex3 ( moxie ) version as requested from manu users. You can check full
changelog here.
26  Announcements and General Discussion / Fabrication / Re: the built-in component resolver can't userd by fabrication-0.7.2 on: July 19, 2010, 03:32:13
Please, try new 0.7.3 version with moxie builds.
27  Announcements and General Discussion / Fabrication / Re: the built-in component resolver can't userd by fabrication-0.7.2 on: July 18, 2010, 02:24:09
Yes, you're right. There is one spark dependency in ComponentResolver class - it had to be added to make
deferred mediator registration in flex4. I will try to make it work without referring to spark package, will let you know about this.
28  Announcements and General Discussion / Fabrication / Re: AirApplication with modules.. Is it supported? on: July 14, 2010, 10:47:17
Hi,

Please, try new FabricationAirModuleLoader class wich supports module loading for AIR apps. Here you can find some descriptions and examples.
29  Announcements and General Discussion / Fabrication / Fabrication 0.7.2 released on: July 14, 2010, 04:39:19
ChangeLog: http://code.google.com/p/fabrication/wiki/ChangeLog

Updated wiki and added new examples:
30  Announcements and General Discussion / Fabrication / Re: Fabrication 0.7.1 released on: July 06, 2010, 06:48:55
I will provide some examples in short time. Actually, benefit of using these loaders over standard FlexModuleLoader is that we do not create another layer of fabricator ( FlexModule loader is IFabricator ) but we are just using pure FlexModule ( loaded FlexModule is fabricator by itself )
Pages: 1 [2] 3