Development

REALbasic
OpenGL & SDL
Quake 3
SpriteWorld
Cocoa
   
 


 
REALbasic Development

Examples
Classes
Plugins
Templates
Applications
   
 


 
   

REALbasic Development

Classes





Splitview v1.0

A REALbasic take on the Cocoa NSSplitView class making it ridiculously easy to use and customizable.

12/31/05

Download




Seth's CSV Parser v1.2.1

A pair of classes to parse a CSV file.

12/03/05

Download




FSScrollingCalendar v1.0

FSScrollingCalendar is the premiere solution for interactive calendars in REALbasic applications. If you application has a calendar or you're planning on writing an app that needs one, you must get FSScrollingCalendar as it is the best way to display a scrolling calendar with any range of dates.




IcnsReader Module v1.0

This module contains cross-platform code to read a large 128x128 icon from an icns file. Please contribute if you'd like!

01/17/05

Download




PlaceholderField v1.0

A simple class which displays a placeholder string in gray text in the field when there's no text in the field. An example of this is "Google" in the search field of Safari.

01/17/05

Download




FSThumbnailView v1.0

Originally part of a custom application I was developing for a client, FSThumbnailView is a canvas subclass that displays a collection of images in a thumbnail view similar to iPhoto but also can draw them in a thumbnail list view.

08/17/04

Download




FSGradientListbox

This custom Listbox subclass draws selected rows with a blue gradient such as the one found in the Accounts pane of System Preferences on Mac OS X.

08/17/04

Download




Alternate Highlight Colors

This module provides access to the secondary and alternate highlight colors in Mac OS X.

08/17/04

Download




DoubleclickListbox

This is a custom Listbox subclass that adds a CellDoubleClick event that is fired when a cell is double clicked.

08/17/04

Download




AddRemoveButtons Control

This is a custom control which appears and behaves like the +/- buttons found in certain places in Mac OS X such as the Accounts preference pane in System Preferences.

08/17/04

Download




Button Spread

The ButtonSpread class is used to present a matrix or "spread" of bevel buttons, checkboxes, or radio buttons with extreme ease.

08/17/04

Download




Picture String Extensions

The PictureStringExtensions module extends the Picture and String classes with methods to add converting a picture to or from a string.

08/17/04

Download




FSTruncate

A module which will take a string and truncate it to a specific pixel or character width by either chopping off the end or squishing out the middle.

03/09/04

Download




FSPictureFonts

FSPictureFonts is a module which enables developers to draw a string using a "picture font." This is extremely useful for games.

01/14/04

Download




FSMetalButton

FSMetalButton is a custom canvas subclass which creates metal buttons which work wonderfully on metal windows in Mac OS X.

01/12/04

Download




FSKiosk

FSKiosk is module that utilizes new functionality in Mac OS X 10.3 which enables developers to easily take some of the necessary steps to develop a kiosk application. Free, requires 10.3 since it doesn't do anything on 10.2 (but I believe it still runs).

11/02/03

Download




OS X About Window

The window was directly modeled after OS X standard About windows to match either the simple About window which contains the application icon, name, version, and copyright info, and also the other window which also contains an EditField with styled text displaying the credits for the application. 3 Easy Steps.

07/26/03

Download




FSDictionaryToDisk

An exemplified module which takes a dictionary and writes it to disk or loads a dictionary from disk.

06/25/03

Download




FSCursor Moudle

Module that auotmoatically balances showing and hiding of the cursor when using ShowCursor and HideCursor and also provides ObscureCursor as well as the new Carbon/OS X feature (I'm not sure which) ShieldCursor which blocks the cursor from being visible in the specified area.

06/25/03

Download




FSUnmountVolume

Simple module that uses a toolbox call to unmount any temporary volume on a Mac.

06/06/03

Download




Flame Library

This is a REALbasic port of the "Flame" code written by Kyle Ellrott in 1998. It was completely rewritten and has a smarter algorithm than the original in order to speed it up.

05/11/03

Download




FSURLManager

Contains useful methods (currently only 1) that offer URL manipulation and whatnot.

02/16/03

Download




Toolbar Customization

Offers classes that allow some toolbar customization in REALbasic 5.0. Read the read me file for important details.

02/16/03

Download




Single Cell Selection Listbox

It's a listbox that can have a single cell selected instead of an entire row.

Updated 02/09/05 Download



TBButton 2

A collection of canvas subclasses which draw several standard Mac OS controls (mostly buttons). These classes can be used to draw standard looking controls seamlessly on top of pictures. There are also new controls to REALbasic such as a small checkbox, small radio, rounded bevel button, and round buttons. Not all of the controls are product-worthy, but with a little work, those that aren't could be.




Dynamic Formula

An RbScript subclass which can be used to allow end users to enter in their own variables and values which you, the developer, can use as a dynamic formula which is embedded into your code. If that makes any sense....




Rounded Editfield 1.0

A canvas subclass which can be used to make rounded editfields in REALbasic applications.




HyperCard Buttons 1.0

A set of classes that offer customizeable HyperCard style buttons:
Standard, RoundRect, Rectangle, Shadow, Oval, and Default




FSPictureCompare 1.0

A module for picture comarison written in REALbasic code. Simply pass two pictures to it, and if they're the same it returns true.




FSAutoComplete Simple 2.0

An editfield class to allow autocompletion in single line editfields.




FSZoomRects

A module which show zoom rects.




FSResizePic

A small module which resizes a picture.




FSTilePic

A small module which tiles a picture.