nswindow
Why does this textured NSWindow suddenly change its background gradient when resizing?
Can someone please tell me, why the background gradient of the textured NSWindow in this app suddenly changes, when you make the window a little bit 开发者_高级运维smaller?[详细]
2023-04-11 12:53 分类:问答capture hidden NSWindow
I\'m able to capture NSWindows which are 开发者_Go百科visible using code simular to the SonOfGrab Example[详细]
2023-04-11 05:14 分类:问答borderless child NSWindow not getting events
I create a NSWindow with this code, but I don\'t receive any mouse or keyboard events for it: window = [[OverlayWindow alloc] initWithContentRect:bounds styleMask:NSBorderlessWindowMask backing:NSBac[详细]
2023-04-11 05:01 分类:问答Main NSWindow shadow doesn't change like child windows
The primary window in my app is borderless: [self.window setStyleMask:NSBorderlessWindowMask]; From that window, I also open other child windows. When I click around between those other child windo[详细]
2023-04-11 00:40 分类:问答How to make welcome window?
I am creating an app in which i want to create one welcome window/view (I don\'t know exactly coz i am very new to c开发者_如何转开发ocoa development) something like this..[详细]
2023-04-10 19:06 分类:问答How to move an NSWindow without moving child NSWindows
I have a main window that is the center of my application. For different functions I open a child window to handle certain specialized functions. I want all of the windows to move independently, but r[详细]
2023-04-10 13:30 分类:问答Cocoa/OSX - NSWindow standardWindowButton behaving strangely once copied and added again
In my app I change the position of the standardWindowButtons close / miniturize / ex开发者_运维技巧pand like so:[详细]
2023-04-09 23:36 分类:问答Get NSWindow from kCGWindowNumber
From kCGWindowNumber, how do I get NSWindow ref. I tried using: [NSApp windowWithWindowNumber:windowNumber][详细]
2023-04-09 06:37 分类:问答Sliding Down A Small NSView Over An Existing NSView
I\'m working with a NSWindow that displays various NSViews when buttons are pressed 开发者_StackOverflow中文版(a settings panel, essentially).[详细]
2023-04-08 09:10 分类:问答mouseMoved not called
I have a subclassed NSView which is part of a .xib-file of a subclassed NSDocu开发者_开发百科ment, which gets alive by the default behaviour of NSDocumentController\'s openDocument: method. In this su[详细]
2023-04-08 00:16 分类:问答