nswindow
Frameworks & XIB
I\'m facing a strange problem concerning a XIB file in my framework. This XIB file contains a NSWindow, NSTableView and two buttons, all of which are connected via Outlets. The TableView and Buttons w[详细]
2023-02-12 21:39 分类:问答set NSWindow focused
I have an app winth one window and one panel, attached to this window. steps: deactivate my app (app opened, but without the focus)[详细]
2023-02-12 16:13 分类:问答Hide child controls in an NSView
I have an NSView with multiple child controls in it. I know I can call [childControl setHidden:TRUE] but I was wondering if its possible to block the message \"drawRect:\" for the child controls.[详细]
2023-02-12 05:53 分类:问答Cocoa - Link IBOutlet to Separate Nib
I 开发者_Python百科have a nib file in which I load at a certain point in my application. Would it be legal for me to link a NSWindow IBOutlet from my AppDelegate to the 2nd nib file\'s window? In othe[详细]
2023-02-11 22:22 分类:问答performClose: on a borderless window?
Is there a way开发者_运维知识库 to have the method performClose: working when i use NSBorderlessWindowMask? What method do i have to override ? (if its possible)i have overridden some methods, and it[详细]
2023-02-11 22:09 分类:问答How to make an NSWindow only resizable vertically?
I have a Window in my NIB which is resizable, but would like to enforce it to only be resizable vertically. How can I go abou开发者_如何学运维t doing this?In IB\'s size section, for both minimum and m[详细]
2023-02-11 14:52 分类:问答Using DDHotKey wrapper for cocoa/carbon instantiate NSWindow
With the help of Dave DeLong and others on stackoverflow I\'ve given my tutorial app a cool hotkey effect but I can\'t figure out how to make it instantiate the window.[详细]
2023-02-11 12:47 分类:问答NSWindowController and NSViewController
Probably a pretty simple question, but I can\'t get my head around it. I would like to create some sort of wizard: An NSWindow appears as a sheet from another NSWindow and should show three different[详细]
2023-02-11 07:55 分类:问答addChild my window to other application's window
I ne开发者_开发知识库ed to add my NSWindow as a child to window of other application. I want to use[详细]
2023-02-11 06:55 分类:问答Cocoa - Core Animation - How to stop proxy animation?
I have an NSWindow which I fade in from invisible to full opacity, over a custom time, using the animator proxy:[详细]
2023-02-11 04:51 分类:问答
加载中,请稍侯......