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.3

COLUMN

Day 3: Coding the Interface

Issue: 1.3 (December/January 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): 13,197
Starting Page Number: 40
Article Number: 1321
Resource File(s):

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

Related Link(s): 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 that implements the interface we designed in the last meeting. We will fill out the code for the ItemListBox, which will handle all interactions with the two ListBoxes in our interface. We will see how to initialize the TemplatesListBox, which we were not able to do in the last meeting. We will also write the code that creates the release documents from our templates and variables.

We will not have time to cover every detail of our implementation. To see all of the details, please download the project; it contains commented code. Study the code in the project to see how everything fits together. What we discuss in this meeting should help you to understand how the code works.

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. We indicate a variable in a template by placing '#' characters on either side of the variable's name.

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