Special

Introducing the “Welcome to Xojo” Bundle!

New to Xojo and looking for guidance? We've put together a terrific bundle to welcome you! Xojo Bundle

This bundle includes six back issues of the magazine -- all of year 21 in printed book and digital formats -- plus a one-year subscription (beginning with 22.1) so you'll be learning all about Xojo for the next year. It's the perfect way to get started programming with Xojo. And you save as much as $35 over the non-bundle price!

This offer is only available for a limited time as supplies are limited, so hurry today and order this special bundle before the offer goes away!

Article Preview


Buy Now

Issue 1.2

FEATURE

One, Two, Undo

Adding the Undo command to your REALbasic project

Issue: 1.2 (October/November 2002)
Author: Scott Forbes
Author Bio: Scott Forbes is an engineer-turned-project manager for Lucent Technologies in Sydney, Australia. He learned to program in 1982 on a Radio Shack TRS-80 Model III, and it's been downhill ever since.
Article Description: No description available.
Article Length (in bytes): 40,300
Starting Page Number: 16
Article Number: 1110
Resource File(s):

Download Icon 1110.zip Updated: 2013-03-11 19:07:56

Related Web Link(s):

http://www.ravenna.com/~forbes/~yonk/source/

Excerpt of article text...

You've almost finished your first "serious" REALbasic project, the one you might someday publish. You've learned the language, you understand the fundamentals of object-oriented programming, and you've written the core of your application. Now all you need are the finishing touches: An About box, an icon or two... and, of course, you need an Undo command.

Undo is often the last feature we think about as developers, but as users it's the first feature that we notice is missing. Undo can be difficult to implement, especially if we've already written the rest of the code, because the command needs to know about every "undoable" action that occurs throughout the program.

What we need is a flexible approach to writing an Undo command, that we can add to existing projects easily -- ideally one that we can re-use and expand as needed. By following the principles of object-oriented design, we can develop an Undo system that meets our needs.

...End of Excerpt. Please purchase the magazine to read the full article.