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
I have an app winth one window and one panel, attached to this window. steps: deactivate my app (app opened, but without the focus)
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.
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
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
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
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.
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
I ne开发者_开发知识库ed to add my NSWindow as a child to window of other application. I want to use
I have an NSWindow which I fade in from invisible to full opacity, over a custom time, using the animator proxy: