I have a NSWindow and a View inside it. I close the window using window.close(also tried orderout). I then open the window by calling MakeKeyAndOrderFront on the window. When I do this, the window nev
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I\'m trying to load a window\'s size and other properties on applic开发者_运维问答ation start. Unfortunately, if i do it on
I am loading a window with it\'s controller from a window nib file. The window has a \"release when closed\" option enabled. How could i开发者_Go百科 release the controller as soon as the window close
window = NSApplication.sharedApplication().mainWindow() window.contentView().addSubview_(chart_view) The window was made in another section and appears fine but I get开发者_开发问答 this:
So, for my project I needed to have some custom windows, which I created by subclassing NSWindow. Those also have their own Titlebar Views that display some controls, of of them being the regular clos
in my application i hav one NSWindow and different CustomViews... my target is just to change the contenView of the window.
I have a NSTimer who ticks every 0.x seco开发者_运维百科nds. I also have a button that enables to show or hide controls hereby resizing the window.
I\'m building a Cocoa application and have a question about using window controllers. The idea is that if the user selects New from the menu bar, an instance of MyWindowController which is a subclass
I\'m building an Application and it needs to have a status bar item and a custom popup window, that popups when the status bar item is clicked.