Cocoa Application without any menu, dock, etc.

2011-02-12 Thread Eckart Schlottmann
Hello, I wrote an application (using NSApplication) that adds a StatusItem to the StatusBar. Since this is totally sufficient and the application actually has no window I want to remove the menu of the application, the entry in the dock and also the application shall not appear when pressing

NSPredicateEditor

2009-01-05 Thread Eckart Schlottmann
Hello, I'm working on a small CoreData Document based application and wanted to include an NSPredicateEditor in a NSDrawer. But this failed for me because somehow the NSPredicateEditor is not drawn in the Drawer's Content View. From the PredicateEditorSample I found out that in this the

NSTreeController with Garbage Collection without CoreData causes problems

2008-02-25 Thread Eckart Schlottmann
causes this. Btw: I also tried to manipulate the array object by object in KVO complaint way instead of simply replacing the complete NSMutableArray, but also this did have the same effect. Does anybody have an idea? What extra info do You require? Greetings Eckart Schlottmann