Pocket Smalltalk Tutorial
Short Description
This tutorial steps you through the development of a simple (one form, one button) application using Pocket Smalltalk. It is …
Website: www.pocketsmalltalk.com | Filesize: 28kb
Content
Page: 1
http://www.pocketsmalltalk.com/pst-tutorial-ab.html
Pocket Smalltalk Tutorial
By Andrew Brault
Updated by N. Chamfort (December 16, 2001).
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:
Latest version of Pocket Smalltalk
HotSync software (or equivalent) for your PalmPilot, or else a Palm OS Emulator running on your PC
The PilRC resource compiler (you can use a different resource compiler as long as it lets you control assignment
of resource IDs)
Make sure you have PilRC (pilrc.exe) in your search path. Alternatively, you can 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
1. Start…
Get the file Download here
Related Books:Related Searches: pocket smalltalk, palm os emulator, resource ids, resource compiler, executable application
Comments
Leave a Reply