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]
1  PureMVC Manifold / Demos and Utils / Re: PipeWorks- a PureMVC AS3 MultiCore Demo on: July 09, 2008, 12:11:16
Hi...Just getting started with Flex and PureMVS. THis looks like a great demo. Im having a small problem maybe you can point me in the right direction. Ive added both the pipeworks folder and the Muticore swcs' to the library path, but I get 2 compile errors below on the Facade. Line 30. I thought it would be the library, but its there. Any ideas? Thanks Bob
       
private var facade:ApplicationFacade = ApplicationFacade.getInstance(NAME);

Severity and Description   Path   Resource   Location   Creation Time   Id
1046: Type was not found or was not a compile-time constant: ApplicationFacade.   Pipeworks/src   Pipeworks.mxml   line 30   1215628662177   29
Severity and Description   Path   Resource   Location   Creation Time   Id
1120: Access of undefined property ApplicationFacade.   Pipeworks/src   Pipeworks.mxml   line 30   1215628662177   30



Pages: [1]