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
1  PureMVC Manifold / Standard Version / How to set up pureMVC with Flash CS4? on: November 16, 2009, 11:04:56
I see the installation for flash cs3,but cs4 have different folders with cs3.

Thanks

Mark
2  Announcements and General Discussion / Fabrication / Question about notification handler? on: March 27, 2009, 02:26:43
Hi,

We have two way to handle notifications ,that are handleNotification(note:INotification) and respondTo****(note:INotification).

May I use both method in same AS mediator file?

Thanks

Mark
3  PureMVC Manifold / Standard Version / easy way to remove all Mediator? on: March 26, 2009, 12:49:19
Hi,

I know how to if I can use a easy way to remove all mediator at same time.

I remove it one by one now.

Thanks


Mark
4  Announcements and General Discussion / Fabrication / Quetion for "respondTo"? on: March 16, 2009, 02:06:15
I read the doc for respondTo, that means respondTo<NotificationName> .

But I see the following code  in simple_routing demo

public function respondToModuleMessageCountProxy(note:INotification):void {
   .....
}

I can not find "ModuleMessageCountProxy" as NotificationName.it is a Proxy Name. I am confuse for this.
Please help

Thanks

Mark
5  PureMVC Manifold / MultiCore Version / two modules with seperate delegate. on: March 04, 2009, 11:17:47
Hi,

I load two different module in the shell,I get the follow error when I use one of them to talk with database with delegate.

Do you know why this happens.

Thanks

Mark

ps: error message:

TypeError: Error #1034: Type Coercion failed: cannot convert mx.messaging.messages::AcknowledgeMessageExt@4ffc139 to mx.messaging.messages.IMessage.
TypeError: Error #1034: Type Coercion failed: cannot convert mx.managers::HistoryManagerImpl@ef18089 to mx.managers.IHistoryManager.
   at mx.managers::HistoryManager$/get impl()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\managers\HistoryManager.as:96]
   at mx.managers::HistoryManager$/unregister()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\managers\HistoryManager.as:144]
   at mx.containers::Accordion/removedFromStageHandler()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\containers\Accordion.as:2160]
   at flash.display::DisplayObjectContainer/removeChild()
   at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::$removeChild()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\core\UIComponent.as:5074]
   at mx.core::Container/removeChild()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\core\Container.as:2267]
   at shell.view::ModulesContainerMediator/unloadModule()[D:\WORKSPACE\Flex Builder 3\FabricationRounting\src\shell\view\ModulesContainerMediator.as:110]
   at shell.view::ModulesContainerMediator/respondToRemovedFromList()[D:\WORKSPACE\Flex Builder 3\FabricationRounting\src\shell\view\ModulesContainerMediator.as:81]
   at org.puremvc.as3.multicore.utilities.fabrication.patterns.mediator::FabricationMediator/invokeNotificationHandler()[D:\Projects\sawardekar\fabrication\googlecode\framework\trunk\src\main\as3\org\puremvc\as3\multicore\utilities\fabrication\patterns\mediator\FabricationMediator.as:579]
   at org.puremvc.as3.multicore.utilities.fabrication.patterns.mediator::FabricationMediator/handleNotification()[D:\Projects\sawardekar\fabrication\googlecode\framework\trunk\src\main\as3\org\puremvc\as3\multicore\utilities\fabrication\patterns\mediator\FabricationMediator.as:384]
   at Function/http://adobe.com/AS3/2006/builtin::apply()
   at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\patterns\observer\Observer.as:100]
   at org.puremvc.as3.multicore.core::View/notifyObservers()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\core\View.as:127]
   at org.puremvc.as3.multicore.utilities.fabrication.core::FabricationView/notifyObservers()[D:\Projects\sawardekar\fabrication\googlecode\framework\trunk\src\main\as3\org\puremvc\as3\multicore\utilities\fabrication\core\FabricationView.as:77]
   at org.puremvc.as3.multicore.patterns.facade::Facade/notifyObservers()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\patterns\facade\Facade.as:294]
   at org.puremvc.as3.multicore.patterns.facade::Facade/sendNotification()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\patterns\facade\Facade.as:277]
   at org.puremvc.as3.multicore.patterns.observer::Notifier/sendNotification()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\patterns\observer\Notifier.as:60]
   at org.puremvc.as3.multicore.utilities.fabrication.patterns.proxy::FabricationProxy/sendNotification()[D:\Projects\sawardekar\fabrication\googlecode\framework\trunk\src\main\as3\org\puremvc\as3\multicore\utilities\fabrication\patterns\proxy\FabricationProxy.as:161]
   at shell.model::ListProxy/remove()[D:\WORKSPACE\Flex Builder 3\FabricationRounting\src\shell\model\ListProxy.as:34]
   at shell.model::ListProxy/removeAll()[D:\WORKSPACE\Flex Builder 3\FabricationRounting\src\shell\model\ListProxy.as:40]
   at shell.controller::RemoveAllModulesCommand/execute()[D:\WORKSPACE\Flex Builder 3\FabricationRounting\src\shell\controller\RemoveAllModulesCommand.as:14]
   at org.puremvc.as3.multicore.utilities.fabrication.core::FabricationController/executeCommand()[D:\Projects\sawardekar\fabrication\googlecode\framework\trunk\src\main\as3\org\puremvc\as3\multicore\utilities\fabrication\core\FabricationController.as:164]
   at Function/http://adobe.com/AS3/2006/builtin::apply()
   at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\patterns\observer\Observer.as:100]
   at org.puremvc.as3.multicore.core::View/notifyObservers()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\core\View.as:127]
   at org.puremvc.as3.multicore.utilities.fabrication.core::FabricationView/notifyObservers()[D:\Projects\sawardekar\fabrication\googlecode\framework\trunk\src\main\as3\org\puremvc\as3\multicore\utilities\fabrication\core\FabricationView.as:77]
   at org.puremvc.as3.multicore.patterns.facade::Facade/notifyObservers()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\patterns\facade\Facade.as:294]
   at org.puremvc.as3.multicore.patterns.facade::Facade/sendNotification()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\patterns\facade\Facade.as:277]
   at org.puremvc.as3.multicore.patterns.observer::Notifier/sendNotification()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\patterns\observer\Notifier.as:60]
   at shell.view::MessageControlBarMediator/removeAllButtonListener()[D:\WORKSPACE\Flex Builder 3\FabricationRounting\src\shell\view\MessageControlBarMediator.as:179]
6  PureMVC Manifold / MultiCore Version / what this error means? on: March 04, 2009, 10:22:53
I just do a test for the multicore.I get the error message.Please help.Thanks

Mark

Unable to resolve a class for factoryClass: pipeworks1_modules_LoggerModule_mx_core_FlexModuleFactory.
7  PureMVC Manifold / MultiCore Version / Why I can not load Module in Multicore pureMVC? on: February 28, 2009, 09:14:16
Hi,

I want to load module at runtime from Shell , but I can not load the module.(the module also build with multicore pureMVC).I do not know why. I am sure it works in normal Flex without pureMVC framework.

private function loadModule( event: MouseEvent ): void
{
      moduleLoader = new ModuleLoader;            
      moduleLoader.url = "SimpleModule.swf";
      moduleLoader.loadModule();
      moduleBox.addChild(moduleLoader);         
      moduleLoader.addEventListener( ModuleEvent.READY, moduleReadyHandler);
         
}

Please help me.Thanks

Mark
8  PureMVC Manifold / MultiCore Version / Flex with two swf modules demo need? on: February 27, 2009, 06:30:36
Hi,

I plan to build two modulea with Flex and create two swf files from them.

Then I use shell to load the two modules and I need communication between them.

Do you have a similar demo for this?Please let me know.

Thanks

Mark

9  Announcements and General Discussion / Fabrication / The modules with proxies have error when load both on: February 27, 2009, 12:28:20
Hi Darshan,

I have two fabrication database applications that have proxies and delegations,  they work fine independently,

I covert them to two modules as FlexModule(moduleA and moduleB)

I use shell load two modules(moduleA and moduleB). it works fine if I load just one of them(moduleA or moduleB). the functions in each module works.


The errors happen when I run any function in any module if I load both module (moduleA and moduleB) with shell.

I use your SimpleModule as an test module(moduleC). each of test module(moduleA and moduleB) works file with moduleC.

This is the summary:

moduleA works fine if shell only load moduleA.
moduleB works fine if shell only load moduleB.
moduleA works fine if shell load moduleA and moduleC.
moduleB works fine if shell load moduleB and moduleC.

moduleA or moduleB doesn't work  if shell load moduleA and moduleB.

It seem the database Modules (moduleA and moduleB) can not work when both are loaded.they affect each other

Please let me know how to fix the problem.

Thanks


Mark

ps: error message:

TypeError: Error #1034: Type Coercion failed: cannot convert mx.messaging.messages::AcknowledgeMessageExt@4ffc139 to mx.messaging.messages.IMessage.
TypeError: Error #1034: Type Coercion failed: cannot convert mx.managers::HistoryManagerImpl@ef18089 to mx.managers.IHistoryManager.
   at mx.managers::HistoryManager$/get impl()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\managers\HistoryManager.as:96]
   at mx.managers::HistoryManager$/unregister()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\managers\HistoryManager.as:144]
   at mx.containers::Accordion/removedFromStageHandler()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\containers\Accordion.as:2160]
   at flash.display::DisplayObjectContainer/removeChild()
   at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::$removeChild()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\core\UIComponent.as:5074]
   at mx.core::Container/removeChild()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\core\Container.as:2267]
   at shell.view::ModulesContainerMediator/unloadModule()[D:\WORKSPACE\Flex Builder 3\FabricationRounting\src\shell\view\ModulesContainerMediator.as:110]
   at shell.view::ModulesContainerMediator/respondToRemovedFromList()[D:\WORKSPACE\Flex Builder 3\FabricationRounting\src\shell\view\ModulesContainerMediator.as:81]
   at org.puremvc.as3.multicore.utilities.fabrication.patterns.mediator::FabricationMediator/invokeNotificationHandler()[D:\Projects\sawardekar\fabrication\googlecode\framework\trunk\src\main\as3\org\puremvc\as3\multicore\utilities\fabrication\patterns\mediator\FabricationMediator.as:579]
   at org.puremvc.as3.multicore.utilities.fabrication.patterns.mediator::FabricationMediator/handleNotification()[D:\Projects\sawardekar\fabrication\googlecode\framework\trunk\src\main\as3\org\puremvc\as3\multicore\utilities\fabrication\patterns\mediator\FabricationMediator.as:384]
   at Function/http://adobe.com/AS3/2006/builtin::apply()
   at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\patterns\observer\Observer.as:100]
   at org.puremvc.as3.multicore.core::View/notifyObservers()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\core\View.as:127]
   at org.puremvc.as3.multicore.utilities.fabrication.core::FabricationView/notifyObservers()[D:\Projects\sawardekar\fabrication\googlecode\framework\trunk\src\main\as3\org\puremvc\as3\multicore\utilities\fabrication\core\FabricationView.as:77]
   at org.puremvc.as3.multicore.patterns.facade::Facade/notifyObservers()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\patterns\facade\Facade.as:294]
   at org.puremvc.as3.multicore.patterns.facade::Facade/sendNotification()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\patterns\facade\Facade.as:277]
   at org.puremvc.as3.multicore.patterns.observer::Notifier/sendNotification()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\patterns\observer\Notifier.as:60]
   at org.puremvc.as3.multicore.utilities.fabrication.patterns.proxy::FabricationProxy/sendNotification()[D:\Projects\sawardekar\fabrication\googlecode\framework\trunk\src\main\as3\org\puremvc\as3\multicore\utilities\fabrication\patterns\proxy\FabricationProxy.as:161]
   at shell.model::ListProxy/remove()[D:\WORKSPACE\Flex Builder 3\FabricationRounting\src\shell\model\ListProxy.as:34]
   at shell.model::ListProxy/removeAll()[D:\WORKSPACE\Flex Builder 3\FabricationRounting\src\shell\model\ListProxy.as:40]
   at shell.controller::RemoveAllModulesCommand/execute()[D:\WORKSPACE\Flex Builder 3\FabricationRounting\src\shell\controller\RemoveAllModulesCommand.as:14]
   at org.puremvc.as3.multicore.utilities.fabrication.core::FabricationController/executeCommand()[D:\Projects\sawardekar\fabrication\googlecode\framework\trunk\src\main\as3\org\puremvc\as3\multicore\utilities\fabrication\core\FabricationController.as:164]
   at Function/http://adobe.com/AS3/2006/builtin::apply()
   at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\patterns\observer\Observer.as:100]
   at org.puremvc.as3.multicore.core::View/notifyObservers()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\core\View.as:127]
   at org.puremvc.as3.multicore.utilities.fabrication.core::FabricationView/notifyObservers()[D:\Projects\sawardekar\fabrication\googlecode\framework\trunk\src\main\as3\org\puremvc\as3\multicore\utilities\fabrication\core\FabricationView.as:77]
   at org.puremvc.as3.multicore.patterns.facade::Facade/notifyObservers()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\patterns\facade\Facade.as:294]
   at org.puremvc.as3.multicore.patterns.facade::Facade/sendNotification()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\patterns\facade\Facade.as:277]
   at org.puremvc.as3.multicore.patterns.observer::Notifier/sendNotification()[C:\Documents and Settings\Owner.CapricornOne\My Documents\My Workspaces\PureMVC\PureMVC_AS3_MultiCore\src\org\puremvc\as3\multicore\patterns\observer\Notifier.as:60]
   at shell.view::MessageControlBarMediator/removeAllButtonListener()[D:\WORKSPACE\Flex Builder 3\FabricationRounting\src\shell\view\MessageControlBarMediator.as:179]

10  Announcements and General Discussion / Fabrication / "Router was not set on the module" error on: February 26, 2009, 01:17:34
Hi,

I am doing a module applicatoion with Fabrication.

I follow the url:

http://code.google.com/p/fabrication/wiki/UsingModules

and I have added the following statement to the moduleLoader instance

moduleLoader.router = applicationRouter;
moduleLoader.defaultRouteAddress = applicationAddress

What I have to do with module to fix the error.

Thanks

Mark
11  Announcements and General Discussion / Fabrication / Question for "resolver add child"? on: February 23, 2009, 01:54:13
Hi,

I read the demo 'resolver_add_child'. This demo show me how to do 'Reflexive Mediator Registration' with states.

The application build a new instance of  'ConfirmMediator' when I open the view of the 'confirm'.

Many instances of 'ConfirmMediator' will be built when I open the 'confirm view' many times.

In my case, I like to use 'Reflexive Mediator Registration' but I only need one instaNce of Mediator built at first time and it create by something like
"registerMediator(new ConfirmMediator(resolve(application)..confirm))".

I do not want the app to create other instance of the same Mediator when I visit the 'view'. I only have one instance for each mediator so I just call database once when I use a function in the mediator.

Please give me a guide for this.

Thanks for your help


Mark

12  Announcements and General Discussion / Fabrication / Question for the Demo code? on: February 20, 2009, 09:05:00
Hi,

I takes look the demo code at  AddChildDemo that have the following URL

http://code.google.com/p/fabrication/source/browse/examples/resolver_add_child/src/main/flex/AddChildDemo.mxml.

I need add name space "xmlns:fab="org.puremvc.as3.multicore.utilities.fabrication.components.*"  for <fab:states>, but I can not find the states class in package "org.puremvc.as3.multicore.utilities.fabrication.components"

Please give a help for this.I check API and I have not get answer.

Thanks

Mark


13  Announcements and General Discussion / Fabrication / Question for routeNotification? on: February 19, 2009, 10:14:16
Hi,

I read the code and I found the two line code for routeNotification. what is the meaning for "SimpleModule/#"  and "FabricationRoutingDemoShell/*".I confuse the usage for "*" and "#".

routeNotification(FabricationRoutingDemoConstants.RECEIVE_MESSAGE, "Message From Module", null, "SimpleModule/#");

routeNotification(FabricationRoutingDemoConstants.RECEIVE_MESSAGE, "Message From Module", null, "FabricationRoutingDemoShell/*");


Please help me!

Thanks

Mark
14  Announcements and General Discussion / Fabrication / what is the different between AIR and Flex with Fabrication? on: February 19, 2009, 09:45:44
Hi,

I need build a AIR application and the function is similar with demo "Simple Routing", I need pass data between modules.

I do a sample test,I just change "Simple Routing" to AIR from Flex.

I did the following.

1. copy air swc lib to lib folder
2. change main shell, from "fab:FlexApplication" to "fab:AirApplication"

I get some error.it seems I have to implement some interface methods(type 1044 errors).I confuse why this happen.

Thanks

Mark

Error message:

Severity and Description   Path   Resource   Location   Creation Time   Id
1044: Interface method acceptRouter in namespace org.puremvc.as3.multicore.utilities.fabrication.interfaces:IRouterAware not implemented by class FabricationRoutingDemoShell.   FabricationRoutingDemoShell/src   FabricationRoutingDemoShell.mxml   line 5   1235060648156   149684
1044: Interface method addEventListener in namespace flash.events:IEventDispatcher not implemented by class FabricationRoutingDemoShell.   FabricationRoutingDemoShell/src   FabricationRoutingDemoShell.mxml   line 5   1235060648140   149676
1044: Interface method dispatchEvent in namespace flash.events:IEventDispatcher not implemented by class FabricationRoutingDemoShell.   FabricationRoutingDemoShell/src   FabricationRoutingDemoShell.mxml   line 5   1235060648140   149673
1044: Interface method get id in namespace org.puremvc.as3.multicore.utilities.fabrication.interfaces:IFabrication not implemented by class FabricationRoutingDemoShell.   FabricationRoutingDemoShell/src   FabricationRoutingDemoShell.mxml   line 5   1235060648140   149672
1044: Interface method getDefaultRoute in namespace org.puremvc.as3.multicore.utilities.fabrication.interfaces:IRouterAwareModule not implemented by class FabricationRoutingDemoShell.   FabricationRoutingDemoShell/src   FabricationRoutingDemoShell.mxml   line 5   1235060648156   149680
1044: Interface method getModuleAddress in namespace org.puremvc.as3.multicore.utilities.fabrication.interfaces:IRouterAwareModule not implemented by class FabricationRoutingDemoShell.   FabricationRoutingDemoShell/src   FabricationRoutingDemoShell.mxml   line 5   1235060648156   149679
1044: Interface method hasEventListener in namespace flash.events:IEventDispatcher not implemented by class FabricationRoutingDemoShell.   FabricationRoutingDemoShell/src   FabricationRoutingDemoShell.mxml   line 5   1235060648140   149675
1044: Interface method hasOwnProperty in namespace http://adobe.com/AS3/2006/builtin not implemented by class FabricationRoutingDemoShell.   FabricationRoutingDemoShell/src   FabricationRoutingDemoShell.mxml   line 5   1235060648156   149681
1044: Interface method hasOwnProperty in namespace http://adobe.com/AS3/2006/builtin not implemented by class FabricationRoutingDemoShell.   FabricationRoutingDemoShell/src   FabricationRoutingDemoShell.mxml   line 5   1235060648156   149685
1044: Interface method hasOwnProperty in namespace http://adobe.com/AS3/2006/builtin not implemented by class FabricationRoutingDemoShell.   FabricationRoutingDemoShell/src   FabricationRoutingDemoShell.mxml   line 5   1235060648171   149688
1044: Interface method isPrototypeOf in namespace http://adobe.com/AS3/2006/builtin not implemented by class FabricationRoutingDemoShell.   FabricationRoutingDemoShell/src   FabricationRoutingDemoShell.mxml   line 5   1235060648156   149682
1044: Interface method isPrototypeOf in namespace http://adobe.com/AS3/2006/builtin not implemented by class FabricationRoutingDemoShell.   FabricationRoutingDemoShell/src   FabricationRoutingDemoShell.mxml   line 5   1235060648156   149686
1044: Interface method isPrototypeOf in namespace http://adobe.com/AS3/2006/builtin not implemented by class FabricationRoutingDemoShell.   FabricationRoutingDemoShell/src   FabricationRoutingDemoShell.mxml   line 5   1235060648171   149689
1044: Interface method propertyIsEnumerable in namespace http://adobe.com/AS3/2006/builtin not implemented by class FabricationRoutingDemoShell.   FabricationRoutingDemoShell/src   FabricationRoutingDemoShell.mxml   line 5   1235060648156   149683
1044: Interface method propertyIsEnumerable in namespace http://adobe.com/AS3/2006/builtin not implemented by class FabricationRoutingDemoShell.   FabricationRoutingDemoShell/src   FabricationRoutingDemoShell.mxml   line 5   1235060648171   149687
1044: Interface method propertyIsEnumerable in namespace http://adobe.com/AS3/2006/builtin not implemented by class FabricationRoutingDemoShell.   FabricationRoutingDemoShell/src   FabricationRoutingDemoShell.mxml   line 5   1235060648171   149690


15  Announcements and General Discussion / Fabrication / How to convert apps to fabrication modules? on: January 20, 2009, 12:12:18
Hi,

I have developed two applications with fabrication.

I plan to covert the two fabrication apps to two fabrication modules and use shell to integrate two modules.
I also need route message between the two module.

Do you think if it is possible? Can you give us some advice how to do this.

Thanks a lot

Mark
Pages: [1] 2