|
|
I've only created a few REALbasic classes to share, but here they are:
November 16th, 2005
SelectableToolbarItem v0.1
A selectable subclass of the ToolbarItem class, for Mac OS 10.4 or later. When selected, the SelectableToolbarItem is rendered with a background shadow. This is useful for preferences windows when more than one category of preferences is required (e.g. the iTunes preferences window). Includes a sample project. Works with REALbasic 5.5.5 and REALbasic 2005. Works for Carbon and Mach-O compiles. Does nothing in Windows or Linux compiles, or on Mac OS 10.3 or earlier. Just call its
SetSelected method to set it as selected, and all other SelectableToolbarItems in the window will be deselected. Alternatively, clicking on the SelectableToolbarItem sets it as selected.
March 11th, 2004
iTunesXMLParser v0.1
Parses the "iTunes Music Library.xml" file created by iTunes v3 and later on OS X. Full instructions and a sample project are included. REALbasic 5.5 required.
March 11th, 2004
iTunesDBParser v0.1
Parses the iTunes binary database file used by iTunes v1 thru iTunes v4.2 on Classic and OS X. No instructions, but a sample project is included. Also includes PDF documentation of the iTunes database format (as much as I know of it). REALbasic 5.5 and MonkeyBread plugin required.
|