Tagged Questions

an apple class that defines objects that manage and coordinate the windows an application displays on the screen

learn more… | top users | synonyms

16
votes
5answers
12k views

How do I create a Cocoa window programmatically?

My Cocoa app needs some small dynamically generated windows. How can I programmatically create Cocoa windows at runtime? This is my non-working attempt so far. I see no result whatsoever. NSRect ...
11
votes
2answers
418 views

Mac OS X Lion: Detect if another application is running in full screen mode?

In a Cocoa app, is there a way to tell if another application currently is in full screen mode? My application is configured to show up on all Spaces and listens for mouseEntered events to order ...
9
votes
2answers
2k views

Snow Leopard & LSUIElement -> application not activating properly, window not “active” despite being “key”

I'm running into a few problem with a background application that uses LSUIElement=1 to hide its dock item, menu bar and prevent it from appearing in the Command-Tab application switcher. It seems to ...
7
votes
6answers
4k views

Hide NSWindow title bar

Is there a way to hide the titlebar in an NSWindow? I don't want to have to completely write a new custom window. I can't use NSBorderlessWindowMask because I have a bottom bar on my window, and using ...
7
votes
2answers
1k views

Why isn't my sheet attached to the window it's run for?

I have a NIB which contains two windows, one is the app's main window visible at launch and the other is a custom sheet (and therefore not visible at launch). When the sheet is required my controller ...
6
votes
1answer
206 views

All-sides resize of borderless NSWindow in Lion

In Lion, the standard resize method for windows changed from the lower-right corner to all sides, with an invisible area to click and drag. I have a custom borderless window, similar to the App Store, ...
6
votes
5answers
1k views

Cocoa window position anomaly

I have a weird problem with positioning a window on screen. I want to center the window on the screen, but i don't know how to do that. Here's what i've got. The window is created from nib by the main ...
5
votes
1answer
126 views

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? This is the minimal example I could ...
5
votes
0answers
459 views

CAAnimationGroup with different interface elements

I want to crossfade two NSViews and resize their NSWindow. I know how to do them separately but so far not how to do it simultaneously. I think I need a CAAnimationGroup for it. But because I'm ...
4
votes
1answer
54 views

No scrolling or user interaction in new NSWindow with NSScrollView

I am building an application (without interface builder!) which 'lives' in the NSStatusBar; when you click on an icon in the StatusBar a NSWindow with a NSScrollView appears. The window appears but it ...
4
votes
2answers
164 views

NSWindow's -toggleFullScreen: method loses keyboard focus?

I am writing an application which when launched, shows an options screen, then proceeds to enter fullscreen mode. However, once in fullscreen, keyboard focus is lost and the user has to click the ...
4
votes
2answers
819 views

How to know if a NSWindow is fullscreen in Mac OS X Lion?

I guess I should check if [NSApplication presentationOptions] contains NSFullScreenModeApplicationPresentationOptions, but how do I achieve that? EDIT: using [NSApplication presentationOptions] ...
4
votes
2answers
356 views

Change to other space (MacOSX) programmatically

I am making a customised window (a NSWindow with NSBorderlessWindowMask) So far I have been able to handle dragging, resizing, cmd+click and even miniaturize with double click if allowed (see here) so ...
4
votes
3answers
465 views

How to get a list of all open NSWindow from all running application?

Is there a way to get list of open or visible NSWindow from mac desktop?
4
votes
3answers
555 views

Cocoa NSWindow with 2 toolbars

Is there any way to have 2 toolbars in one NSWindow. Something like Pages. With one large on at the top, and a smaller one below that.
4
votes
2answers
1k views

Fade in/Fade out for MAAttachedWindow

I'm using Matt Gemmell's MAAttachedWindow (http://mattgemmell.com/source) with an NSStatusItem to display a custom view in the menu bar. I'm confused as to how to get it to fade in and fade out. ...
4
votes
3answers
2k views

How to show a NSPanel as a sheet

I'm trying to show a NSPanel as a sheet. I'm naively doing something along those lines: SheetController *sheetController = [[[SheetController alloc] ...
3
votes
1answer
117 views

Make another app's windows borderless

Is there any way to remove the window border (i.e., make the style NSBorderlessWindowMask) for a window that belongs to another application?
3
votes
1answer
64 views

Relaunch a cocoa app non-miniaturized that has been previously minimized and then closed

My Cocoa application somehow does not reopen non-minimized after having been minimized and then closed and restarted. In other projects, this behavior was not existent, so I'm a bit confused about ...
3
votes
1answer
67 views

What does “initial position” do in Xcode's nib editor?

Editing my nib for a document-based Cocoa application, I see that when I have a window or panel selected, Xcode lets me set its “initial position”: This is separate from the window's Frame, which ...
3
votes
1answer
363 views

Override NSWindow close button

I'm working on a application for OS X where I use a custom window that draws an image as the background, including the title bar. I've been modifying this code to draw the window, and then calling ...
3
votes
1answer
230 views

NSScrollView in a NSWindow

I have an NSScrollView inside an NSWindow, but it seems to be disabled. It looks like it would work, but the scrollbars are unresponsive to the mouse or the scroll wheel. When I put the exact same ...
3
votes
1answer
328 views

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 ...
3
votes
0answers
128 views

Handling mouse events on transparent window conditionally

I am developing an Desktop application in which I should be able to take mouse events on transparent window. But, transparent NSWindow does not take mouse events. So, I have set setIgnoreMouseEvents ...
3
votes
1answer
83 views

Is there a way to force AppKit to include my borderless NSWindow subclass in the Window menu?

I have a borderless NSWindow subclass that I use as part of a document based application. I have not been able to find a way to get it included in the Window menu. Calling setExcludedFromWindowsMenu: ...
3
votes
1answer
187 views

NSWindow not drawn until clicked, resized, etc

I have a window with an NSCollectionView created through Interface Builder. There is an NSArrayController that it bound to a CoreData backing store, which is populated at the time of launch by firing ...
3
votes
3answers
556 views

Cocoa - Link IBOutlet to Separate Nib

I 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 other words, my ...
3
votes
1answer
698 views

Make NSView in NSPanel first responder without key window status

Is it possible to give an NSView inside an NSPanel first responder status without giving the NSPanel key window status (making the main application window resign key)? Thanks.
3
votes
1answer
194 views

How can I report a custom NSWindow title to the accessibility system?

I've got an Inspector window whose title (sometimes) isn't ideal for reporting to visually impaired users. Is there a way to change the title reported by accessibility without changing the actual ...
3
votes
3answers
463 views

Centering Windows on screen

Short and sweet: How can I tell Interface Builder to center a window on a user's screen? I've seen the positioning tool on the inspector, but eyeballing doesn't always land as squarely as I like. Is ...
3
votes
3answers
2k views

Why do I have to call showWindow on my NSWindowController twice on 10.5?

I've got a subclass of an NSWindowController that I'm using to load a window from a nib and show it on the screen. Below is the code that is called when I want to show the window. On 10.6 when ...
3
votes
4answers
2k views

How to create a transparent window with non-rectangular buttons?

I am looking to make a custom window which would look something like this (never mind the quick photoshop): The main problem I have is not to make the window transparent (although I guess any info ...
2
votes
1answer
74 views

Make borderless window with darker larger shadow

How to create darker and larger shadow when window becomes active in borderless window? I subclassed NSWindow and my window becomes main window and key window but that's not helping.. shadow still ...
2
votes
1answer
80 views

Why won't an NSWindow restore its state (using Resume in Lion)?

I'm working on implementing Resume in my formerly Snow Leopard app. For my app's main window, I checked the Restorable checkbox in Interface Builder, and everything's working fine. Its delegate has ...
2
votes
2answers
100 views

Cocoa / CoreGraphics / Quartz - borderless Quicktime X like window with rounded edges

I am developing a document based application for Mac OS X. It's a kind of media player, but instead of playing audio or video files it is supposed to open text-files containing meta-data specifying ...
2
votes
0answers
49 views

NSWindow with NSWindowCollectionBehaviorStationary is visible on the Dashboard. Is this a bug?

I'm trying to get my NSWindow to: Be visible on all Spaces Be visible when showing the Desktop (by pressing F11) Not be visible in Mission Control/Expose The following does exactly that, but with ...
2
votes
1answer
53 views

How to [window setAspectRatio:size] to a x,y+92 format

I'm creating an OS X application, and I have a video player in a web view that covers 100% of the height and width of a window The player has 16:9 format, plus 92px in height for ads and player ...
2
votes
1answer
72 views

Is it possible to display a NSWindow on a CALayer?

I'm provided with a CALayer* and would like to know if it's possible to dynamically create a NSWindow and show it on the layer? Thanks in advance!
2
votes
1answer
63 views

Cocoa modal window with a pointed top border

I'm not sure what you call this window/view but recently I've seen an increase in this type of window/view in Cocoa applications. The window/view itself is most like a HUD window, but with a pointed ...
2
votes
1answer
80 views

Clean easy way to expand window according to subviews

I'm developing an application that uses a master-detail paradigm with an NSTableView as the master and an NSView as the detail. The NSView gets populated from another NSViewController's view; I have ...
2
votes
1answer
258 views

NSWindow draw on top of Desktop icons

I'm writing an application that is looking to draw a basic NSWindow on top of the Desktop icons (Mac OSX 10.7 Lion). NSWindow *systemInfoWindow = [[NSWindow alloc] initWithContentRect:frame ...
2
votes
2answers
180 views

Window-less Cocoa application

I'm a complete beginner in Objective-C and Cocoa. I would like to create a window-less application, which just shows a NSStatusItem in the system tray. The tray works fine, however, there is one ...
2
votes
1answer
55 views

NSResponder mouseExited when hovering Window title

I have an NSWindow with an NSToolbar and a content view. I have set the tracking area to be the whole frame of the view. I wish to have the mouseExited event fired when the cursor leaves the content ...
2
votes
1answer
61 views

Resizing a window before new contents are displayed

My app has a Preferences window. When the user switches tabs in this window, windowDidResize: is called. How can I resize the window before its contents will be displayed?
2
votes
3answers
99 views

Adjust NSWindow height from bottom?

Suppose I have a window named mWindow. To increase the height I would do this to the frame: NSRect windowFrame = [mWindow frame]; windowFrame.size.height += 100.0f; [mWindow setFrame:windowFrame]; ...
2
votes
1answer
150 views

Bring all NSDocument windows to front when opened

In most systems, the default behaviour for "open a new window" is that it appears at the front. This doesn't happen in Cocoa, and I'm trying to find the "correct" way to make this standard behaviour. ...
2
votes
1answer
52 views

“coupled” NSWindows

I am trying to have "coupled" NSWindows. I mean 2 NSWindows of the same size, positioned side by side. If I move one, the other one has to move as well to keep both side by side. I tried to do this ...
2
votes
1answer
167 views

Locking the Aspect Ratio of an NSDocument's window

I have a document based application and I am trying to lock the aspect ratio of the document's window. The content of the document is a custom view which I can easily set an aspect ratio. However, ...
2
votes
2answers
268 views

NSWindow Shadow Outline

I am drawing a custom window by setting a custom content view for the window. When I draw the custom view I give it rounded corners and a nice outline to mimic a proper window. However, I see another ...
2
votes
1answer
275 views

Singleton NSWindowController won't reopen window after close

I have a singleton NSWindowController (ProjectInfoHUDController) that won't reopen after it has been closed. The object is persisting in memory which I know because any calls made to ...

1 2 3 4 5 8