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 / Public Demos, Tools and Applications / IPG Company Site on: July 28, 2008, 11:12:23
Hi

I just built a site for SLAM PR (an Inter Public Group PR agency) using PureMVC and PyAMF.   

Take a look: www.slampr.com.  They've gone a bit mad with the images so a deferred load may have to be refactored in.

Thanks,
Ben

www.combinationstudios.com
2  Announcements and General Discussion / Public Demos, Tools and Applications / Re: T-Mobile Flex App w/ PureMVC on: March 07, 2008, 02:55:58
Thanks Guys!

Have started another project using PureMVC.  This one is making use of remoting via PyAMF/Django.  Looking forward to getting those Proxies talking to the Python methods. 

Ben
3  Announcements and General Discussion / Public Demos, Tools and Applications / T-Mobile Flex App w/ PureMVC on: March 04, 2008, 01:27:30
Hi everyone

I've just finished an app for T-Mobile built with Flex and PureMVC.  It was my first PureMVC project and once I got my head around the implementation it served me very well.  I wish I could say it was a smooth project, but with all the client changes and limited development time there are still some tweaks to be made.  Anyway, you can take a look here:

http://www.t-mobile.co.uk/shop/business/mobile-phones/price-plans/shared/calculator/

Cheers,
Ben

www.combinationstudios.com
4  Announcements and General Discussion / Architecture / Re: Adding multiple arguments to a Notification on: February 07, 2008, 01:17:20
Hi Cliff

Would this be a good method for my scenario...?

I need to create a number of instances of a component on the fly (products which will be in a tile component).  Each of these has a name, image, and a description.  Additionally they will update the products proxy as the user is able to select the quantity they want of each product. 

I took a look at the examples on the Adobe site - they use custom Events.  But I'd like to make use of your excellent framework which has been great for the non dynamic elements of my app.

Cheers
Ben
Pages: [1]