Example Projects - Page 2

HOME

EXAMPLE PROJECT # 12

Prefs Example :
See how to save user set preferences and how to retrieve those preferences when the program launches.

Download this project (.zip)

EXAMPLE PROJECT # 13

Registration Window :
Find out how to manage software registration. This project shows how to check to see if the program has been registered and how to check for correct registration codes.

Download this project (.zip)

EXAMPLE PROJECT # 14

Drag and Drop:
This project demonstrates how to drag and drop text and pictures from one window to another. It also shows how to recognize and respond to the dropping of files and folders from the desktop onto an object in a window.

Download this project (.zip)

EXAMPLE PROJECT # 15

FolderItems:
Learn how to load the contents of a folder into a listbox. See how to change the names of all the files in the listed folder and how to copy individual items from the folder to any other folder.

Download this project (.zip)

EXAMPLE PROJECT # 16

Dropdown Menus:
Find out about how to use popupmenus, contextual menus, and comboboxes to present choices to your users.

Download this project (.zip)

EXAMPLE PROJECT # 17

Open, Save, and Save As:
See how to manage the opening, and saving of documents, including how to use the CancelClose event to check for the saving of changes made to an existing document

Download this project (.zip)

EXAMPLE PROJECT # 18

Splash Screen:
This project demonstrates the use of a splash screen. A splash screen presents the user with some information when your program launches. This project also demonstrates how to fade a window using Seth Willits FSTransitionWindow module.

Download this project (.zip)

EXAMPLE PROJECT # 19

Holy Scroller:
Controls placed on a canvas will scroll with the canvas. This project shows you how to do it.

Download this project (.zip)

EXAMPLE PROJECT # 20

Horizontal and Vertical Scroller:
If a picture is bigger than the canvas in which it is displayed you may want to be able to scroll the picture. See how to scroll a big picture horizontally and vertically.

Download this project (.zip)

EXAMPLE PROJECT # 21

Submenu Demo:
See how to use submenus. This demo shows how to create font and size submenus. (submitted by Mr. Toast - Thanks!)

Download this project (.zip)

EXAMPLE PROJECT # 22

RB Dictionary Demo:
Get a handle on the use of REALbasic Dictionaries. Dictionaries are an easy and flexible way to manage pairs of values. This project shows you how.

Download this project (.zip)