Resources From Our Applications

Here are some useful bits and pieces from our source code archives. All the downloads on this page are available for you to use under the BSD license. Click here to see the license. Basically, this means you are free to use this stuff in your own applications, but remains our copyright and you must acknowledge that in your application.


Source List

image The source list in the Reference Tracker main window is made up from 3 custom Cocoa classes: An NSTable subclass, which draws the gradient highlight and deals with text editing behaviour, A custom NSCell which draws the icon and centered text, and a custom column header cell that does not draw a border on the vertical edges, to prevent a 2px line at the edges and give a cleaner look. Download


Button Images

image

These are images we created for various buttons in our Reference Tracker application. They are all in .tif format with transparent backgrounds. Download


Sticky Note View

image The sticky notes in Reference Tracker are instances of an NSControl subclass, StickyNoteView. You can add them as subviews of any NSViews in your application. Download