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  Announcements and General Discussion / General Discussion / Weird Behavior in Flash Player 10 on: October 20, 2008, 12:40:27
I view my application with the latest Flash Player and weird things begin to happen. One thing I noticed is my mediators stop responding to notifications send by my proxies but only after I have made at least one proxy call. Has anybody else tested their applications against FP 10.
2  Announcements and General Discussion / Public Demos, Tools and Applications / Re: Flash Develop 3 Project Template on: July 19, 2007, 05:48:35
What were the steps you took to install this plugin mod? Are you installing a FD3 over FD2? Hopefully my modification will make it into the main source soon :)
3  Announcements and General Discussion / Public Demos, Tools and Applications / Re: Flash Develop 3 Project Template on: July 06, 2007, 09:42:19
MAJOR UPDATE
The Project Manager Plugin Mod has been updated. Checkout the post over at Flash Develop.
http://www.flashdevelop.org/community/viewtopic.php?p=7792#7792
4  Announcements and General Discussion / Public Demos, Tools and Applications / Re: Flash Develop 3 Project Template on: July 03, 2007, 11:32:38
New Project Dialog


Project Explorer


Context Menu
5  Announcements and General Discussion / Public Demos, Tools and Applications / Re: Flash Develop 3 Project Template on: July 03, 2007, 09:02:21
Project Templates Updated

I have updated the PureMVC Project Templates. You can download them from http://www.flashdevelop.org/community/viewtopic.php?p=7702#7702
6  Announcements and General Discussion / Public Demos, Tools and Applications / Re: Flash Develop 3 Project Template on: July 02, 2007, 09:42:08
Cliff,

Moving the Abstract Proxy and Abstractor Mediator into the framework is great. As I was developing the PureMVC Project File templates I ran into an issue of which Proxy and Mediator templates to implement. If I do a Abstract Proxy template then I would have to assume their is an AbstractProxy class, which their might not be. If I don't use the Abstract Proxy then the user would have to do a lot of extra work to get the Proxy functional. Now that you've placed in the framework I don't have to worry about. I will update my template files.
7  Announcements and General Discussion / Public Demos, Tools and Applications / Re: Flash Develop 3 Project Template on: July 02, 2007, 02:20:18
I have added Project File Templates for PureMVC. The project file templates allow you to quickly add Proxies, Mediators, and Commands to your PureMVC projects via the context menu. Checkout the thread over at the Flash Develop forum for more information.  http://www.flashdevelop.org/community/viewtopic.php?p=7693#7693
8  Announcements and General Discussion / Public Demos, Tools and Applications / Re: Flash Develop 3 Project Template on: June 29, 2007, 08:09:02
UPDATED!

I have completed the Project Manager Plugin Mod for Flash Develop 3. You can follow my progress and download the Plugin and PureMVC Project Template at http://www.flashdevelop.org/community/viewtopic.php?p=7663#7663. This plugin modification is compatible with the Flash Develop 3 Beta 2 just replace the ProjectManager.dll file in the Plugin directory. I am hoping they decide to include my modification into the main source and the you would just have to download Project Template.
9  Announcements and General Discussion / Public Demos, Tools and Applications / Flash Develop 3 Project Template on: June 28, 2007, 02:57:49
I am in the process of developing a PureMVC Project template for Flash Develop 3. Currently Flash Develop doesn't not support complex project templates so I am modifing the Project Manager Plugin to handle more complex templates (Package support). If the FD3 team likes my modifications hopefully they will include it in the final release.
10  Announcements and General Discussion / General Discussion / Abstract Classes on: June 27, 2007, 11:54:20
Should AbstractProxy and AbstractMediator be part of the PureMVC framework? Will 99% of users end up creating the same AbstractProxy and AbstractMediator classes?
Pages: [1]