Article Preview
Buy Now
| PDF: |
From Scratch
Session 2: Building the Interface
Issue: 1.2 (October/November 2002)
Author: William Leshner
Author Bio: William Leshner has been programming for twenty years and programming Macs for ten. He has spent a good deal of the last several years building REALbasic applications, including the now famous ResPloder.
Article Description: No description available.
Article Length (in bytes): 8,936
Starting Page Number: 40
RBD Number: 1120
Resource File(s):
1120.sit Updated: Friday, October 17, 2003 at 12:19 PM
Related Link(s): None
Known Limitations: None
Excerpt of article text...
We have been holding a series of staff meetings to design and build an application called ShipIt! from scratch in REALbasic. ShipIt! uses templates to create release documents (such as the readme and user guide) for a software release. In our first meeting we decided that the main ShipIt! window would manage templates and variables. A variable holds one piece of information about a product, such as the product's name or version number. A template represents one release document and is made up of variables and other text. ShipIt! builds a document for each template by substituting the variables in the template with their values.
Getting Started
We will begin our project with one of the stationary files that comes with REALbasic. The Multiple Document stationary automatically creates a new project that has all of the multi-document functionality we will need, including a File menu with working New and Close menu items and a working Window menu. There are a number of project and build settings that we will need to set before we build a final version of ShipIt!. We will cover those settings in a later meeting. Save the project as shipit.rb in a convenient place. Be sure to save the project often as we make changes to it.
...End of Excerpt. Please purchase the magazine to read the full article.
Article copyrighted by REALbasic Developer magazine. All rights reserved.
|










