Development

REALbasic
OpenGL & SDL
Quake 3
SpriteWorld
Cocoa
   
 


 
REALbasic Development

Examples
Classes
Plugins
Templates
Applications
   
 


 
   

REALbasic Development

Templates





Multiple Document Project Template

The multiple document project template was written because I had a lot of this code lying around anyway and I noticed the one included with REALbasic was really lacking. The template demonstrates features such as:

  • Multiple Document Architecture Including:
    • New Document
    • Open Document
    • Open Recent Menu
    • Save
    • Save As
    • Save To
    • Revert to Saved
    • Page Setup and Printing (with modified example code from Aaron Ballman's Proper Printing article on aaronballman.com)
  • Fully Functioning Window Menu
  • About Window with HTML styled credits and Mac OS X styling
  • Preferences Window with Mac OS X toolbar and resizing window
  • Cool Seth Willits coding style :-)
01/18/05

Download



Single-Window Application

A (nearly) complete template for building a single-window application mainly targeted for OS X. Among its features are:

 –  "About _______" menu item
 –  Dual behavior standard Mac OS X About window
 –  Select All menu item
 –  Custom Listbox with Select All support
 –  Custom Editfield with Select All and Command-Arrow support
 –  Implemented Preferences window & menu item

10/04/03

Download