Re: Can't get setDelegate to work on NSMenu attached to NSStatusItem (SOLVED)

2009-03-04 Thread Mark D. Gerl
On Mar 3, 2009, at 2:30 PM, Mark D. Gerl wrote: // *** DOING this causes the menu to NOT pop down *** [menu setDeligate:menuController]; DOH! Spelling error. I never noticed the wee warning triangle next to the call - I spelled delegate wrong. I do miss C++ compiler

Re: Can't get setDelegate to work on NSMenu attached to NSStatusItem (SOLVED)

2009-03-04 Thread Nick Zitzmann
On Mar 4, 2009, at 2:53 PM, Mark D. Gerl wrote: DOH! Spelling error. I never noticed the wee warning triangle next to the call - I spelled delegate wrong. I do miss C++ compiler errors! Serves me right for not looking closer at the runlog: Yes; I pointed that out to you yesterday.

Re: Can't get setDelegate to work on NSMenu attached to NSStatusItem (SOLVED)

2009-03-04 Thread Mark D. Gerl
On Mar 4, 2009, at 5:03 PM, Nick Zitzmann wrote: Yes; I pointed that out to you yesterday. You can, if you wish, turn on the warnings/errors option for your target in Xcode to treat all warnings as errors. You should also set a global breakpoint on objc_exception_throw so you can catch