Puremvc - forums.puremvc.org - PureMVC Architects Lounge
General Information:
Latest News:
Cliff Help. Viewstack in CSharp 22 Aug 2013 | 06:49 am
I have used puremvc in flex before, and trying the same in c#. Question is about single window, multiple views using concept of viewstack, and ideally lazy loading. One approach is the grid and all v...
Re: Managing a multicore puremvc application using mvc 15 Aug 2013 | 08:24 pm
I mean this post: http://forums.puremvc.org/index.php?topic=2093.0
Re: Managing a multicore puremvc application using mvc 15 Aug 2013 | 07:15 pm
Hi Olaf thanks for your reply. I can't find the specific post you are referring to but yeah I was looking for an alternate way of making cores speak to each other. My solution does indeed incorporate...
Re: Managing a multicore puremvc application using mvc 15 Aug 2013 | 02:26 pm
Hi, I'm not sure if I understood what you wrote but it sounds like your're searching for other ways for inter-core communication? If so, please take a look at my post above. Olaf
Inter-core communication by implementing sendMessage() method in Facade.as 15 Aug 2013 | 02:23 pm
Hi, I'm still struggling with inter-core communication and just wondering if we not could simply add a "sendMessage()" method to the Facade.as. This method forwards it's message by calling the sendNot...
Managing a multicore puremvc application using mvc 8 Aug 2013 | 04:37 pm
Hi all I've recently began using the multicore version of puremvc and so far it looks great. I found it quite hard to get into mostly because the pipes paradigm didn't make a whole lot of sense to me....
Re: Multicore communication by using interfaces 7 Aug 2013 | 12:45 pm
After study the Modularity demo again and again I think I've got it... at the end it's simple. Seems that using Interfaces for core communincation is more usable for me than pipes. Perhaps a mixture o...
Re: [ WARNING ] asdoc broken in Flex 4 5 Aug 2013 | 10:12 pm
Thanks a ton. Just reviewed but probably won't do a new release until weekend due to time constraints. Cheers, -=Cliff>
Multicore communication by using interfaces 25 Jul 2013 | 09:03 pm
Hi, I use the PipesUtil a lot and my experience is, that for me it is very hard to keep the survey. Moreover the addidtional code is a bit annoying. In general my impression is that by using the stand...
Re: [ WARNING ] asdoc broken in Flex 4 23 Jul 2013 | 12:01 am
Pull request submitted.