Pocket Smalltalk Tutorial

This tutorial steps you through the development of a simple (one form, one button) application using Pocket Smalltalk. It is assumed you have at least a basic familiarity with Smalltalk, but that is not absolutely required. In order to follow this tutorial you should have the following components installed:

Make sure you have pilrc.exe in your search path. Alternatively, you could simply place it in the Pocket Smalltalk directory and run it from there.

Once you have everything installed, follow these steps to create your first application:

  1. Start a new project.
  2. Using the Class Browser.
  3. Create application resources.
  4. Add application resources to your project.
  5. Create an Application class.
  6. Generate an executable application.
  7. Create bindings to PalmOS widgets.

Andrew Brault (ajb@tiac.net)