PureMVC Architects Lounge

Announcements and General Discussion => Fabrication => Topic started by: Darshan Sawardekar on September 18, 2008, 03:43:01



Title: Fabrication Undo (Part 1) - Simple undo demo
Post by: Darshan Sawardekar on September 18, 2008, 03:43:01
Hi All,

As I had promised earlier, I have posted (http://www.codedrunks.com/index.php/2008/09/18/fabrication-undo-part-1-simple-undo-demo/) the first of a series of articles about using undo with Fabrication at the blog (http://www.codedrunks.com). There are different types of undoable operations that Fabrication supports. This article explains how to work with property undos with a sample application. You can check it out below. Undo is a very important part of Fabrication, hope you like it. Thanks.

[1] : Post (http://www.codedrunks.com/index.php/2008/09/18/fabrication-undo-part-1-simple-undo-demo/)
[2] : Live Demo (http://www.codedrunks.com/wp-content/uploads/2008/09/simpleundodemo.html)
[3] : Download Source Code (http://www.codedrunks.com/wp-content/uploads/2008/09/simpleundodemo.zip)

peace,
darshan


Title: Re: Fabrication Undo (Part 1) - Simple undo demo
Post by: ceaseoleo on September 26, 2008, 12:43:44
i don't know if this is the right place to post, but is there any where i can get the swc binary for the Fabrication utility.  do i build it myself ?


Title: Re: Fabrication Undo (Part 1) - Simple undo demo
Post by: marks416 on December 02, 2008, 11:45:46
I read the code.I think this is the standard (not multicore).I do not know what the example want to show us.

I am interested in multicore PV.

Please let me know.


Title: Re: Fabrication Undo (Part 1) - Simple undo demo
Post by: Jason MacDonald on December 02, 2008, 02:25:20
Fabrication is only for multi-core.


Title: Re: Fabrication Undo (Part 1) - Simple undo demo
Post by: marks416 on December 02, 2008, 09:16:41
    
Fabrication Undo is multicore or standard pureMVC?Thanks

Mark


Title: Re: Fabrication Undo (Part 1) - Simple undo demo
Post by: Darshan Sawardekar on December 02, 2008, 11:35:28
Mark,

Fabrication is built on top of PureMVC multicore. Hope that helps.

peace,
darshan


Title: Re: Fabrication Undo (Part 1) - Simple undo demo
Post by: puremvc on December 03, 2008, 06:35:05
Fabrication is MultiCore.

-=Cliff>