An Interface Builder Overview
Working with the Design Window
Working with Palettes
Working with the Info Window
Working with the Nib File Window
Working with the Menu Editor
Advanced Design Window Techniques
Troubleshooting and Testing the Interface
Customizing Interface Builder
Working with AppleScript Studio Windows
Setting Up a Window
Using Formatters
Opening a Second Window
Using Popup Menus
Case Study (1) Creating the Application
Case Study (2) Naming Objects
Case Study (3) Finishing
Working with Text
Basic Text Fields
Formatting Text Fields
Working with Text Views
Adding Formatting Menus to Text Views
Working with Controllers
Understanding Event Processing
Defining Controllers
Working Across Nib Files
Working with Outline and Table Views
Setting Up a Table View in Interface Builder
Setting Up a Table View in Project Builder
Finishing the Table View
Setting Up an Outline View pt. 1
Setting Up an Outline View pt. 2
Setting Up an Outline View pt. 3
Finishing the Outline View
Using a Data Source with a Table View pt. 1
Using a Data Source with a Table View pt. 2
Building a Document-Based AppleScript App
Introducing the Template
Moving Data to the Document: High Level
Reading Data From Disk: High Level
Moving Data to the Document: Low Level
Reading Data from Disk: Low Level
Building an AppleScript Droplet
Introducing the Template
Creating the Droplet Window
Basic Droplet Code
Adding File Information to the Droplet pt. 1
Adding File Information to the Droplet pt. 2
Testing the Droplet
Writing for an AppleScript Studio Application
Special Handlers for AppleScript Studio pt. 1
Special Handlers for AppleScript Studio pt. 2
Other Interface and Application Handlers
Coding for an AppleScript Studio Application
Calling Code from AppleScript
Finding Methods in Cocoa Objects
Using Parameters in Calls
Overview of the Multi-Language Application
Creating the Basic Java Object
Connecting the Java Object
One More Time in Objective-C pt. 1
One More Time in Objective-C pt. 2
Assistance Within AppleScript Studio
AppleScript Studio Assistance
Tags
Using a Button
Opening in a New Window
Using the Menu
Using the Viewer
Debugging AppleScript Studio Applications
Setting Breakpoints
Using Values in the Debugger
Catching Errors
Preventive Measures