A NSWindowController object manages a window, usually a window stored in a xib file.

learn more… | top users | synonyms

0
votes
1answer
17 views

Closing Window and Releasing NSWindowController

I have a relatively-lengthy task. So I bring up a separate window (NSWindowController) from AppDelegate to show progress. It goes like //AppDelegate.m if (self.progresswindow == nil) { ...
1
vote
1answer
23 views

How do I disable drag and drop on NSTextView?

I have a NSWindowController that contains several NSViewControllers. I would like to universally accept drag and drop events with the NSWindowController class and not be intercepted by other views ...
0
votes
0answers
9 views

NSWindowController * WindowContoller - IBOutlet myWin on window - result myWin is null

Bonjour OSX 10.7.5 - Xcode 4.6.2 - app OSX I create std app via Cocoa Application. I add class via User Interface Window : "MyWindow". I create Outlet from the window in MyWindow.xib to MyWindow.h : ...
0
votes
0answers
39 views

How to reload/RequestUrl cocoa webview in nswindowconroller class

initially webview loading..and when i rebuild my app its loading pretty well with new url but How to reload/RequestUrl when i click a button.I have used webview in nswindowconroller class,In ...
0
votes
1answer
34 views

NSWindowController cannot open NSWindow for second time

I have a NSWindowController subclass, BBPreferencesWindowController @implementation BBPreferencesWindowController - (NSString *)windowNibName { return @"PreferencesWindow"; } ... And a ...
0
votes
1answer
49 views

Hooking Event at NSWindow

I'm making popup tooltip in NSWindow, like following XCode tooltip If user press a button, popup is shown. It is easy. But after that, if user press any button in this window, popup should be ...
0
votes
1answer
40 views

Loading NIB file using NSWindowController work but window not visible

Loading NIB file using NSWindowController work but when window did loaded it showing and immediately hide. What happen? I don't know. Here is my code: - (IBAction)loadMyWindow:(id)sender { ...
0
votes
2answers
76 views

NSWindowController can't capture ESC without WebView is added to the window

I create a subclass of NSWindowController from File->New, and with the "With XIB for user interface" option checked. So I create 3 new files. Then I use Interface Builder to add exactly ONE view into ...
0
votes
1answer
50 views

get windowController for a window

I able to find current opened window as : NSWindow *currentWindow = [NSApp keyWindow]; But how can i know which class controls this window, i.e. Window controller for the above window?
0
votes
0answers
21 views

Correct size for desktop image using NSScreen size

I'm trying to make a simple app that covers the desktop icons with a subclassed NSWindow. The background of the window is set to the same image as the desktop image. This creates the allusion that the ...
0
votes
0answers
44 views

iCloud merge conflict not working with custom windowcontroller with NSDocument.

I have a custom NSWindowController for a NSDocument that have iCloud support. iCloud is working except when there is a merge conflict and using the built in "resolve conflict". The old versions are ...
0
votes
1answer
36 views

check for existing multiple instances

How do I check how many instances of an NSWindowController do exist already? I want to open multiple windows of the same window controller showing different contents. the window is opened this way: ...
0
votes
1answer
30 views

Remove NSWindowController

I have a borderless window that I close via a menubar item attached to this action (in the window controller): - (void)closeMenuBar { [[self window] close]; [[NSApp delegate] closeMenubar]; } ...
0
votes
1answer
33 views

EXC_BAD_ACCESS in NSWindowController

OK, the situation is a bit complicated but the nature of the issue itself should be pretty simple for anyone more familiar than me with me Cocoa memory management. A few details : - From my main app, ...
0
votes
1answer
26 views

What responder catches undo action?

I have a view that handles undo and redo. For a specific state I change first responder from the view to the view's window. Now in that state I expect the validateMenuItem: method in the window's ...
1
vote
2answers
110 views

Show Window without activating (keep application below it active)

I need to show a window (without title bar) above third party applications without my window taking focus. I have tried using an NSPanel and setting enabling non-activating, but that didn't help. ...
2
votes
1answer
125 views

NSWindowController showWindow:nil does nothing

Like in the title, [myWindowController showWindow:nil] doesn't work. Here are some facts you may need to know: My window controller: KRAuthenticationWindowController Interface builder file: ...
0
votes
0answers
58 views

modal nswindowcontroller probem

Hello I'm new to MAC programming. I need a dialog box to act like a modal dialog box that once displayed, the user can only do things related to that dialog box until its dismissed. To do that I ...
0
votes
1answer
76 views

Multiple windows mac application

I want to make a multiple windows mac application and I am stuck with the multiple window part ! I can display some windows by creating a xib file and using this method : -(void)popView:(NSString ...
1
vote
2answers
80 views

Deallocating window when animations may be occurring

My AppDelegate maintains a list of active window controllers to avoid ARC deallocating them too early. So I have a notification handler like this: - (void) windowWillClose: (NSNotification*) ...
0
votes
1answer
80 views

Weird issue with NSWindowController and ARC

OK, here's a weird situation I'm facing : I've got an NSWindowController subclass, a window in myMainWindow.xib and the AppDelegate.m invoking the NSWindowController like this : myWindowController* ...
0
votes
0answers
26 views

NSWindow remove Baseline Separator

Is it possible to remove line (border) that separates window title bar and content of window? NSToolbar has option setShowsBaselineSeparator. But the toolbar is too big and I only need to remove ...
0
votes
1answer
105 views

Xcode: How should I organize my multi-window user-interface project?

Note: Using Objective-C, Cocoa, and Xcode. At first, I did all my programming in the AppDelegate and had all user-interface elements such as windows in the same '.xib' (nib file). This worked great ...
-1
votes
2answers
76 views

Why - How different instances of NSWindowcontroller share same variables?

there is a nib file and i am creating different window instances with different context, all controls works normally except timer and variables triggered by timers looks shared with all windows. this ...
0
votes
1answer
29 views

on MAC, I have to show a busy window with a cancel button and spinner

On MAC using XCODE and Objective-C, I need to display a small "BUSY" window containing a spinner and a cancel button. This will prevent the user doing anything else in my application until I finished ...
1
vote
1answer
138 views

Owner other than window controller in [NSWindowController initWithWindowNibName:owner]?

What I would like to know is how does the window controller I initialize with NSWindowController *c=[[NSWindowController alloc] initWithWindowNibName:@"Win" owner:myObj] know which window it should ...
0
votes
1answer
95 views

Cocos2d Create a CCGLView in a NSWindowController custom View

I want to be able to have Cocos2d contain in it's own NSWindowController such that the AppDelegate will be able to manage several different instances of Cocos2d running that the same time in different ...
1
vote
2answers
73 views

Is it possible to have a custom NSWindowController on launch?

In this answer is said it is possible to have a custom NSWindowController by removing the window from MainMenu.xib and instantiating the window controller 'manually' from ...
0
votes
1answer
157 views

Opening a Cocoa window in MonoMac

I am trying to accomplish the very simple task of opening a new window, but I seem to be completely unable to do so. I am using MonoMac with monobjc on a Mac. When creating a new monobjc project, a ...
0
votes
0answers
20 views

Get mouse location from NSScrollView

I have added my NSScrollView over the content view of my NSWindow object. Now I need to know the mouse location over the scrollview. I have tried the following. But nothing gives the correct ...
0
votes
1answer
57 views

Multiple instances of an object inside a XIB file

I have a document-based app with the recommended NSDocument / NSWindowController setup. Every window has its own NSWindowController instance and an associated XIB file. The interface is loaded pretty ...
0
votes
1answer
84 views

EXE_BAD_ACCESS when NSButton is pressed on NSWindowController

I am building a Mac application. I am adding a childWindowController to mainWindow. In my childWindowController, I have several buttons with their actions connected in IB. But when I press the ...
1
vote
1answer
94 views

- (NSWindow *)window doesn't work to show a window while loadWindow does

I am trying to open a nib file called EasyWindow.xib when a button it pressed in my MainMenu.xib. I have the button connected to this IBAction method, but when I click on the button it doesn't open. ...
1
vote
0answers
49 views

Showing Menu on XIB file

i have 2 XIB file the standard Main Menu file which has a menu i added another XIB file to the project with a Window i added a Menu to the XIB file i show the XIB file windows with following code ...
0
votes
0answers
38 views

Changed appdelegate object by calling showWindow

I try to show a window by initializing a NSWindowController in awakeFromNib of my AppDelegate. - (void)awakeFromNib { if (!wcSortChoice){ wcSortChoice= [[WCSortChoice alloc] ...
0
votes
1answer
124 views

How do i close instance of NSWindowController

I'm learning some obj-c and therefore i'm building a small cocoa application. From the MainMenu.xib i have added a menu to the "Main menu" in the top. When click, this triggers a IBAction that opens ...
1
vote
1answer
180 views

How to stop modal with close button in NSWindowController?

I want to stop modal when the user clicks the red close button in NSWindowController. In the NSWindowController, there are "OK" and "Cancel" buttons. - (IBAction)okButtonClicked:(id)sender { ...
1
vote
2answers
291 views

Open NSWindowController from NSMenu

I'm with a NSMenu in an agent application (without the icon in the dock). When a button from this menu is tapped, I want to show a generic NSWindowController. My menu button action: - ...
0
votes
3answers
51 views

Detect when window is closed?

One of my classes allocates a custom NSWindowController, how can my class know when the window gets closed? CustomNSWindowController *wc = [[CustomNSWindowController alloc] init]; [wc ...
1
vote
2answers
97 views

NSWindowController keyUp method plays sound

I would like to be able to use the tableview in my NSWindowController using only keys. The up and down keys already work so all I need is the enter key for selecting. I do this using the keyUp method ...
0
votes
2answers
213 views

Transition between windows in OS X [closed]

I am going to make an OS X application with several views and windows. It has several screens - splash, login/register and the main screen(and so on). I tried to use NSWindowControllers. However, ...
0
votes
1answer
276 views

OS X sample related to NSWindowController, NSViewController

I am going to make an OS X application with several views and windows. It has several screens - splash, login/register and the main screen(and so on). I tried to use NSWindowControllers. However, ...
0
votes
1answer
136 views

OS X [NSTimer scheduledTimerWithTimeInterval…] function in windowDidLoad not working

I am a iOS developer and going to develop an OS X application. However they are so different from each other. I want to add a splash screen at the application startup. - (void) ...
0
votes
1answer
128 views

deminiaturize NSWindow without making it key

I have main window and several child windows, i would like to show main window when user click on dock icon, but without making it a key window, if there just was one (it will become automatically key ...
1
vote
1answer
115 views

Howto identify modalForWindow using NSViewController

I have one NSWindow (mainwindow) for my OSX NSApplicationDelegate. The NSWindow also holds several NSView's where the content is set using NSViewControllers. Currently I ran into a problem when I ...
0
votes
1answer
223 views

Changing view in NSWindow removes contents of view

I am using an NSToolbar and NSWindowController to change the views of an NSWindow. When the toolbar items are selected, the view is successfully changed for the window and the window changes it's ...
0
votes
1answer
138 views

NSWindow ignore mouse/keyboard events

At this time I'm developing a Cocoa application, that is formed by a main NSWindowController, where all the application data is showed and some others NSWindowControllers that will appear, like a ...
1
vote
1answer
86 views

Magnetic NSWindows

I'm trying let two NSWindows to move together (NSWindows are Attached to each other). by using - (void)windowDidMove:(NSNotification *)notification But this method is lazy and it's not working ...
0
votes
2answers
163 views

Cocoa: Receiving dock icon click of already-running application

I'm writing an application with a main window that's displayed when the app starts. When the window is closed, I'd like the app to remain running (with a menu-bar menu), and if the user clicks on the ...
0
votes
1answer
198 views

Customized init method on an object to initWithWindowNibName an NSWindowController property

What I'm trying to do is create a method to an object which opens a window. In this window I want to output some properties of the object's instance. To do this I created a "Profile" subclass of ...

1 2 3 4