Special

Clearance Sale!

We've been publishing for over five years now and it's time to clear out our inventory of back issues, so we're slashing prices!

RBD Magazines

Check out this amazing clearance sale of all our past issues. Missing some issues? This is a great time to complete your RBD collection. Save up to 40% off the regular price of our printed back issue packages. These prices are only good until the end of the year May 2008 and supplies are limited, so place your order today.

Article Preview


Buy Now

Print:
PDF:

From Scratch

Day 4: Saving Files

Issue: 1.4 (February/March 2003)
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): 9,815
Starting Page Number: 40
RBD Number: 1421
Resource File(s):

Download Icon 1421.sit Updated: Friday, October 17, 2003 at 12:20 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! creates release documents, such as the readme and product documentation, for a software release. In today's meeting we will write the code to save ShipIt! documents as files. Note that we will not have time to cover every detail of our implementation. To see all of the details, please download the project, which contains commented code.

Review

ShipIt! creates release documents from templates. Each template contains variables, the values for which are provided by the user. ShipIt! generates one document for each template by substituting values for each variable in a template. A ShipIt! document window contains a tab panel with two tabs: variables and templates. Each tab contains a one-column ItemListBox on the left and an EditField on the right. Selecting an item in the ItemListBox reveals that item's value in the EditField.

File Types

Every Macintosh file has a type, a creator, an icon, and contents. The type and creator are four-byte identifiers that identify the application that created the file. A file's icon graphically associates a file with an application in the Finder. The file's contents are a snapshot of the document from which the file was created.

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

Article copyrighted by REALbasic Developer magazine. All rights reserved.


 


|

 


Weblog Commenting and Trackback by HaloScan.com