After all the talk about the best way to learn Cocoa I thought I'd
better brush up on my obj-c. I've been able to get an amazing distance
without really understanding a lot as I am mainly using Cocoa as a gui
around some C++ code and have been able to get a long way just by
wiring things up in IB and reusing some example code. However when
messaging an object with multiple parameters I have never been able to
use labeled arguments - only unlabeled. However on a hunch I removed
the first label and it worked.