nswindow
NSWindow disappears and won't come back
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[详细]
2023-03-18 23:22 分类:问答How to create a NSWindow inside a menulet [closed]
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[详细]
2023-03-17 12:43 分类:问答cocoa's event prior to applicationDidFinishLaunching
I\'m trying to load a window\'s size and other properties on applic开发者_运维问答ation start. Unfortunately, if i do it on[详细]
2023-03-17 05:21 分类:问答cocoa release nswindowcontroller
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[详细]
2023-03-16 07:16 分类:问答PYObjC NSWindow is NoneType?
window = NSApplication.sharedApplication().mainWindow() window.contentView().addSubview_(chart_view) The window was made in another section and appears fine but I get开发者_开发问答 this:[详细]
2023-03-14 12:05 分类:问答Custom window with WebView does not respond to close action
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[详细]
2023-03-13 21:01 分类:问答Problem with Position of NSWindow after changing the ContenView
in my application i hav one NSWindow and different CustomViews... my target is just to change the contenView of the window.[详细]
2023-03-13 17:19 分类:问答Timer delayed by resizing 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.[详细]
2023-03-13 12:15 分类:问答Release a NSWindowController when the window is closed
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[详细]
2023-03-12 16:31 分类:问答Popup Window for StatusBar Item
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.[详细]
2023-03-11 06:30 分类:问答