On Oct 26, 2010, at 7:05 AM, Ken Shmidheiser wrote: > NSApplicationLoad(); > > In my example I removed it. However, I was wrong-- NSApplicationLoad() should remain. NSApplicationLoad() is required for all Cocoa executing in a Carbon app. It only needs to be called once at program launch. Brian S