nswindowcontroller
NSWindowController: loadWindow loads window from nib but showWindow: does nothing
I have an NSWindowController subclass called _PreferencesWindowController with the following implementation -[详细]
2023-01-13 01:51 分类:问答Breaking Down NSTabView Into Files
As my Cocoa app comes along, my NSWindowController is becoming huuuuuuuuuuge. My window has an NSTabView, and each tab therein has its own NSViewController (they all have submenus) and its own methods[详细]
2023-01-08 22:57 分类:问答How do I open an NSWindow and have the window selected and in focus?
I am trying to open a NSWindow using the following code: NSWindowController *window = [[NSWindowController alloc] initWithWindowNibName:@\"MainWindow\"];[详细]
2022-12-29 20:34 分类:问答NSWindowController windowDidLoad not called
I have a simple Cocoa app using a NSWindowController subclass.In the nib I have set: File Owner\'s classto开发者_运维技巧 my NSWindowController subclass[详细]
2022-12-28 01:58 分类:问答Cocoa: Creating a Window with a Variable Number of Interface Elements
I\'ve a 开发者_高级运维window that will have an unknown amount of text fields, determined by the content of a remote server.[详细]
2022-12-25 22:45 分类:问答XIB-instantiated Object's IBOutlet is nil
I have a XIB set up like in this screenshot: alt text http://emberapp.com/jxpx777/images/interface-builder/sizes/m.png[详细]
2022-12-24 11:10 分类:问答Where should document-related actions for a Cocoa app be implemented?
I\'m writing a document-based Cocoa app that\'s basically a graphical editing program.I want the user to be able 开发者_JS百科to show/hide non-modal windows (such as an inspector window).Since these w[详细]
2022-12-23 07:59 分类:问答Cocoa Key event problem
I\'m trying to build my first cocoa application. done some iPhon开发者_如何学Ce developing before. I have a hard time understanding how to layout my project.[详细]
2022-12-22 17:41 分类:问答Cocoa: Plugin Cannot Open App Window
I am developing an plugin for OsiriX. In that app i have 3-4 nib files. Also in for plugin there are files (.h & .m)called PluginFilter where method called- (long) filterImage:(NSString) menuNam[详细]
2022-12-22 14:26 分类:问答When should I extend NSDocument and when should I extend NSWindowController?
I\'ve an application that ho开发者_开发技巧lds a main window with a list of items, and from that window an undetermined number of windows can be opened. Each of those windows can hold several instance[详细]
2022-12-22 08:58 分类:问答
加载中,请稍侯......