Developer Resources

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.

 

Resolution Independent Resize Bar Controls

RezIndep

These controls include buttons, buttons with popup menus , resize controls and spacers. The drawing code is all resolution independent and the button adorn images are multi resolution tiffs. An XCode demo project is included showing the classes used in Interface Builder. Download

 

10.4 Compatible 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

 

Copyright Jim McGowan / Malkinware