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] 4
31  Announcements and General Discussion / Fabrication / Re: Fabrication and Adobe Air? on: December 09, 2008, 08:45:35
I download the demo from wiki and I just try to convert it to Air.

would you post a AIR demo in your wiki?

Would you please which code is the latest demos I can download?

Thanks


Mark
32  Announcements and General Discussion / Fabrication / Fabrication and Adobe Air? on: December 09, 2008, 07:48:17
Hi  darshan,

Have you test Fabrication with Adobe Air?

I get error message for the following statement:

      import org.puremvc.as3.multicore.utilities.fabrication.core.FabricationMediator;
         
      import view.components.Display;
      import view.components.Editor;
     
      public class SimpleAirMediator extends FabricationMediator
   {
      static public const NAME:String = "SimpleAirMediator";
      public function SimpleAirMediator(viewComponent:SimpleAir)
      {
         super(NAME, viewComponent);
      }
      
      override public function onRegister():void {
         registerMediator(new DisplayMediator(display));
         registerMediator(new EditorMediator(editor));
         
      }
         }

The error message are:

1017: The definition of base class FabricationMediator was not found.       
1020: Method marked override must override another method.

Would you please post a simple demo for AIR with Fabrication?

I did the following:

1. copy fabrication-0.5.3-air.swc to libs
2. change main page with

  <fab:AirApplication  xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
   xmlns:ns1="view.components.*"
   xmlns:fab="org.puremvc.as3.multicore.utilities.fabrication.components.*">

 </fab:AirApplication>

I download fabrication-0.5.3-air.swc from wiki site. do you think it is lastest one?

Thank

Mark






33  Announcements and General Discussion / Fabrication / Re: Air application with Fabrication? on: December 08, 2008, 09:36:35
This is the differrent for Fabrication used for AIR and Flex?

I check the Flex demo.that is protected.

I will try to flex.

Would you please post a AIR demo.Thanks

Mark
34  Announcements and General Discussion / Fabrication / Re: Air application with Fabrication? on: December 08, 2008, 01:06:04
Hi

Would you please post a simple Air application with Fabrication.

Thanks

Mark
35  Announcements and General Discussion / Fabrication / Air application with Fabrication? on: December 08, 2008, 01:04:43
Hi,

I try to develop a Air application with Fabrication.

I did the following:

1. copy fabrication-0.5.3-air.swc to libs
2. change main page with

  <fab:AirApplication  xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" 
   xmlns:ns1="view.components.*"
   xmlns:fab="org.puremvc.as3.multicore.utilities.fabrication.components.*">

 </fab:AirApplication>

But I get a error for

     override protected function getStartupCommand():Class {
      return SimpleAirStartupCommand;
   }

The error message is " 1023 Incompatible override".

The same function works with Flex but why I get the error for Air. Please help me.

Thanks

Mark
 
36  Announcements and General Discussion / Fabrication / Re: Fabrication Application Development Enviroment? on: December 06, 2008, 11:00:23
Hi darshan,

Thanks for reply.

I can not recreate the simple_module.swf without Ant when I make change to SimpleModule(SimpleModule.mxml or any file in simplemodule folder).

Would you please let me know how to generate the  simple_module.swf in Flex Builder without Ant.

Thanks a lot

Mark


37  Announcements and General Discussion / Fabrication / Re: Fabrication Application Development Enviroment? on: December 05, 2008, 07:38:10
Hi,

I have difficult to build simple_routing if I do not use Ant.

Do you have a way to build the Demo without Ant?


Thanks

Mark
38  Announcements and General Discussion / Fabrication / Fabrication Application Development Enviroment? on: December 04, 2008, 11:36:45
Hi,

I overview some demos, some can run in Flex builder without Ant plug-in,some need build with Ant.

I am not sure when we need Ant and when we do not need Ant.

Thanks

Mark
39  Announcements and General Discussion / Fabrication / Re: Fabrication Undo (Part 1) - Simple undo demo on: December 02, 2008, 09:16:41
    
Fabrication Undo is multicore or standard pureMVC?Thanks

Mark
40  Announcements and General Discussion / Fabrication / Re: what the common.swc? on: December 02, 2008, 09:14:35
I mean common.swc in libs folder for examples(simple_routing etc).

Thanks

Mark
41  Announcements and General Discussion / Fabrication / Re: Fabrication - Simplified PureMVC multicore modules on: December 02, 2008, 12:47:38
Please add some documentation like pureMVC so other can use it easily.

Thanks

Mark
42  Announcements and General Discussion / Fabrication / What Fabrication is? on: December 02, 2008, 12:09:44
Hi,

I wonder if Fabrication only work with Multicode PV or can work for both (multicore and standard)

Thanks

Mark
43  Announcements and General Discussion / Fabrication / what the common.swc? on: December 02, 2008, 12:02:08
I see the common.swf in libs folder in demo.I guess it include multicore pv and pipe utility.is that right?

Thanks

Mark
44  Announcements and General Discussion / Fabrication / Re: Fabrication Undo (Part 1) - Simple undo demo on: December 02, 2008, 11:45:46
I read the code.I think this is the standard (not multicore).I do not know what the example want to show us.

I am interested in multicore PV.

Please let me know.
45  Announcements and General Discussion / General Discussion / How to pass data to popup page? on: October 31, 2008, 06:45:29
Please give me a idea how to pass data from main page to popup page with puremvc.

Thanks

Mark
Pages: 1 2 [3] 4