Am 11.06.2012 um 12:59 schrieb Arnaud Nicolet: > Greetings, > > CNSMenuItem is a subclass of NSMenuMBS. The crashing line is > RunningComputersMenu.menu.removeAllItems (I get a NSExceptionMBS exception: > "A Cocoa NSInvalidArgumentException was not handled: *** -[MyNSMenuMBS > removeAllItems]: selector not recognized [self= <hex>] UnknownException."). > Since I'm not doing something special (at least, up to the offending line), > I'm guessing the OS is unsupported (no other idea). The documentation doesn't > tell me this. An idea?
removeAllItems requires Mac OS X 10.6. So if app should run on older systems, please use a different way to clear items. Greetings Christian -- Real Studio Conferences, Training and Meetings. More details and registration here: http://www.monkeybreadsoftware.de/realbasic/events/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
