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 / MultiCore Version / Re: Loading 2 multicore swf on: March 15, 2011, 08:37:25
Hi Cliff

I think this is the problem.

Are the multiton keys non-null and different ? (If not, you could be getting hold of the same facade when the graphic swf loads instead of it creating its own)


what do i need to do to change the multiton keys?

Cheers
2  PureMVC Manifold / MultiCore Version / Loading 2 multicore swf on: March 15, 2011, 06:35:06
Hi I am trying to load a swf into a container swf. The container swf is built using the PureMVC multicore framework. So is the graphic swf that I am trying to load. When the container swf loads the graphic swf. It duplicates itself. What I mean is, the container duplicates itself. So now i see 2 containers. Any advice on what I am doing wrong?

Cheers
3  Announcements and General Discussion / Fabrication / Re: Memory management in pure Actionscript module load and unload on: July 29, 2009, 07:41:46
Hi mate how do you remove the module.

where do you run these commands from?
the sell or module?
:
application.parent.removeChild(application);
               application.dispose();
               this.viewComponent = null;

And what do you mean by application? The name of the module?

Cheers
4  Announcements and General Discussion / Fabrication / How to remove module completely on: July 29, 2009, 06:59:44
Hi how do i remove a module completely. Am using flash. In pureMVC there was an option of facade.removecore.

Cheers
5  PureMVC Manifold / MultiCore Version / Re: Papervision and MVC on: May 18, 2009, 11:51:34
Thanks for all your input guys. Am now trying out a demo using fabricate. If i succeed i will post on how i went about it, if not i will be back  ;D
6  Announcements and General Discussion / Fabrication / Re: what is the different between AIR and Flex with Fabrication? on: May 18, 2009, 02:17:31
Where can i find  fabrication-0.6-flash.swc   0.6 flash swc please
7  PureMVC Manifold / MultiCore Version / Re: Papervision and MVC on: May 15, 2009, 12:12:33
Thanks for your reply Jason. Does using Fabrication in any way divert from the mvc framework.
8  PureMVC Manifold / MultiCore Version / Re: Papervision and MVC on: May 14, 2009, 12:16:48
Thanks for your reply mate, i am from a designer background no programming knowledge what so ever. Started getting my head around as3 and was beginning to get my head around PureMVC, now i need to learn plumbing and fabricating  :o. Is it ever gonna stop... :'(.

Had a look at Fabrication, its really interesting, never knew it existed. Would you say using Fabrication is better than just pureMVC multicore and pipeworks?

Cheers
9  PureMVC Manifold / MultiCore Version / Re: Papervision and MVC on: May 14, 2009, 10:03:56
Thanks for that i now understand the concept.

This is how i see it.
1. Using widgitshell as my papervision base class i can add and remove other modules (3d objects) through the iwidgit interface.
2. If i use widgitshell as my papervision base class i would need to use this papervsion method
:
renderer.renderScene(default_scene, default_camera, viewport); which runs on enterframe event, to render the 3dscene.
3. Now if i have the camera as a module do i pass the camera through the iwidgit interface to be rendered?
4. How would the widgitshell pass information about modules being added, to the camera, so the camera could make appropriate movements?
5. Is there a way the modules could communicate with each other?

when you say module, do you mean a package with its own facade?

Cheers
10  PureMVC Manifold / MultiCore Version / Re: Papervision and MVC on: May 13, 2009, 11:39:03
Thanks for the quick reply. May be i dont get the concept as am not a seasoned programmer, thanks for your patience. Here is my problem. Say i create 3 modules (what i mean by modules is having its own facade) each being a 3d object. When i add the first module to the widgitshell using the interface, i would like to make some camera movements, like wise for the other two modules. So if i had access to the camera within each of the modules i could control it.  This way each of the modules have its own camera movement.

Cheers
Tipz
11  PureMVC Manifold / MultiCore Version / Re: Papervision and MVC on: May 13, 2009, 10:13:40
Thanks for your reply Cliff. I tried the module way am able to add and remove 3d objects that way. The problem arises when i want to control the camera. I want to have access to this one camera that is created in the shell. What is the best way for other modules to have access to this? I was thinking of having a global variable with the camera, but not sure if this is the way forward. Any suggestions?

Cheers
12  PureMVC Manifold / MultiCore Version / Re: Papervision and MVC on: April 27, 2009, 09:03:40
Thanks for the quick reply Cliff. I must tell you i love coding using the pureMVC framework. Made my life so much easier.

Ok about the papervision project. It is a flash website, am using flashdevelop and Flex SDK to develop it. Here is what am planning to to.  There is going to be an intro logo in 3d on clicking the logo more 3d objects would be added to the scene. Each object would represent for eg: "services", "contact" etc... On clicking these objects some events would take place.

I would like to have the main facade as the background and keep each object as its own facade. Then here is my confusion how do i add all these objects to one 3d scene.

Cheers
13  PureMVC Manifold / MultiCore Version / Papervision and MVC on: April 27, 2009, 02:14:45
Hi guys am planning on using puremvc on my next papervision project. Whats the best way to implement papervision with multicore. Does each of the facade have its own Viewport3D or just the 3d objects? Also whats the best way to control the camera across all facades.

any help would be appreciated
cheers
14  PureMVC Manifold / MultiCore Version / Re: Multicore example please on: March 23, 2009, 02:47:57
Thanks for your reply Ondina, but I have been through all those links, before starting this thread. The Sequential http://trac.puremvc.org/Demo_AS3_Sequential is the only example I found for multicore but its a demonstration of AsyncCommand utility. It would be great if someone could post a simple example of multicore and flash.

Thanks again
15  PureMVC Manifold / MultiCore Version / Multicore example please on: March 20, 2009, 03:48:49
Hi I have been trying to get my head around using mulitcore and flash as3. The more I read, the more I seem to get confused :-[. Could anyone please post a simple example using multicore? All the examples around are with flex and I have clue on flex. It would be nice to have a basic usage of multicore + flash or flashdevelop + as3.

Cheers
Pages: [1] 2