I am trying to open a NSWindow using the following code: NSWindowController *window = [[NSWindowController alloc] initWithWindowNibName:@\"MainWindow\"];
I\'ve a 开发者_高级运维window that will have an unknown amount of text fields, determined by the content of a remote server.
I have a XIB set up like in this screenshot: alt text http://emberapp.com/jxpx777/images/interface-builder/sizes/m.png
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
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
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
I\'m going through a refactoring and reorganization of my application at the moment. I\'ve realized that some of the separation between models and views, and their controllers has diminished and I wis
I\'m looking in to using NSWindowController and I just can\'t think how t开发者_如何学Pythono get it working. How do I start using it?It\'s difficult to answer this question without knowing what you\'
I\'ve got a subclass of an NSWindowController that I\'m using to load a window from a nib and show it on the screen.Below is the code that is called when I want to show the window.On 10.6 when showCus