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 / Re: WHATS EVENT METATAG? on: June 12, 2008, 07:15:51
It's also used in the AsDoc generation process. If properly used it'll make AsDoc generate a table of events the class dispatches.
2  Announcements and General Discussion / General Discussion / FlashDevelop Templates on: June 03, 2008, 06:51:00
http://fuqr.de/dump/PureMVC%20Command.as.fdt
http://fuqr.de/dump/PureMVC%20Proxy.as.fdt
http://fuqr.de/dump/PureMVC%20Mediator.as.fdt

Maybe someone like them :)

Suggestions are welcome.
3  Announcements and General Discussion / General Discussion / Re: IRC Channel for puremvc?! on: May 30, 2008, 07:22:37
You could simply open up a channel on FreeNode ;)
4  Announcements and General Discussion / General Discussion / Re: AppSkeleton StartupMonitorProxy on: May 30, 2008, 06:52:28
Thanks i will look into it.
I still think this should be addressed in the demo application.
5  Announcements and General Discussion / General Discussion / Re: AS3: Why are all maps used by PureMVC Arrays (commandMap, proxyMap etc.) ? on: May 30, 2008, 06:18:29
There is also flash.utils.Dictionary.
6  Announcements and General Discussion / General Discussion / AppSkeleton StartupMonitorProxy on: May 30, 2008, 06:16:25
I am working on a small project for which i adopted most of the classes from the AppSkeleton demo.
But there seems to be a problem with the StartupMonitorProxy class.
Here is how to reproduce it.

Add a non-blocking proxy (Proxy1) and at least one more (blocking or non-blocking) proxy (Proxy2-ProxyN) after that.
Start the loading process.
StartupMonitorProxy will now start loading Proxy1 and at least Proxy2.
As soon as Proxy2 has finished it will loop through the chain again and find the first proxy that has not signaled successful loading yet.
In my case, that is Proxy1, so it will try to load it again even though the loading process is still running.

I am aware that this can easily be fixed with an additional flag in the ResourceVO class (among other possible fixes), but as i didn't find this mentioned on the forum i thought i should write a little note ;)
Pages: [1]