Tagged Questions

0
votes
1answer
69 views

Can’t get NSAlert to continually bounce dock icon

I seem to have the exact opposite problem than this question on stopping dock bounce. I can't get my app to continually bounce the dock icon! I too hate continually bouncing dock icons, but in this …
1
vote
2answers
54 views

Calling an NSAlert from didEndSelector of another NSAlert

I need to bring up an NSAlert based on the response from another NSAlert. However, when I try to call it from the didEndSelector of the first one, all kinds of nasty things happen (like my document …
0
votes
2answers
135 views

Changing NSApplicationIcon across a running application?

I'd like to adjust the NSApplicationIcon image that gets shown automatically in all alerts to be something different than what is in the app bundle. I know that it's possible to set the dock icon …
1
vote
2answers
116 views

NSAlert in Fullscreen

Hi Everyone: I am creating a fullscreen app and am wondering if there is some way to make NSAlert go above the CGDisplayCapture that I created. Right now, the NSAlert is displaying behind the …
0
votes
2answers
287 views

Can NSAlert Be Used to Create a Floating Window?

I have a Cocoa application that displays an application-modal alert using the NSAlert class. I'd like the alert window to float above all other applications' windows. Can this be done with NSAlert, …