Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
927 views

Tips on NSApp’s ModalForWindow, NSAlert’s ModalForWindow, and ModalSession

It took me quite a bit of experimentation to clear up some confusion over Objective-C’s “ModalForWindow” language and, subsequently, how to use a modal session. Maybe the following tips will save ...
3
votes
2answers
180 views

AppleScript code that clicks a button in NSAlert

I have an mac application that once opened (in awakeFromNib) shows the user an NSAlert with two buttons, one with "Option1", the other with "Option2". I would like to automate the following flow: ...
3
votes
2answers
1k 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, ...
2
votes
1answer
46 views

Do I need to retain the contextInfo for NSAlert alertDidEnd?

I need to pass an NSDictionary with a couple of options to NSAlert - (void)beginSheetModalForWindow:(NSWindow *)window modalDelegate:(id)modalDelegate didEndSelector:(SEL)alertDidEndSelector ...
2
votes
2answers
340 views

Cocoa How to display Informative Message

I need to display informative message box in Cocoa Application, which control should i use, i read the document of NSAlert, but it seems, it will create the modal message box, where i need something, ...
2
votes
2answers
828 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 ...
1
vote
1answer
75 views

Response buttons not aligned on right for NSAlert

I've an NSAlert with an accessory view and three buttons, the buttons aren't aligned to right (for LTR system) but seems to expand to the width of accessory view as shown below Also removing the ...
1
vote
1answer
413 views

Make a NSAlert the topmost window?

I've created the main window in my application to have these settings: [self setLevel:kCGDesktopWindowLevel + 1]; [self setCollectionBehavior: (NSWindowCollectionBehaviorCanJoinAllSpaces | ...
1
vote
1answer
234 views

Focus NSAlert accessory item

I have an NSAlert item that uses an NSTextField as an accessory item to provide an prompt-like dialog box. The only problem that I have is that when the alert is ran the text field is not focused. I ...
1
vote
2answers
556 views

NSAlert in Fullscreen

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 display capture. My ...
0
votes
1answer
80 views

NSAlert Over NSSavePanel

i am new in objective c , i want create alert over save panel to get confirm from user to overwrite exist file or not , like text editor when you save a file in a directory that have same file name ...
0
votes
2answers
59 views

NSAlert box is not showing up

I'm working on my first ever cocoa/Objective-C application, so please bear with me if I'm doing something obviously incorrect. I have the application set up to copy down whatever is in an NSTextField ...
0
votes
2answers
29 views

Modal NSAlert from NSOperation

I have a time consuming process which runs with an NSOperation. I now need user's choice to choose between different subprocesses. I need to stop the process until the user respond to the question. ...
0
votes
2answers
112 views

Creating a fully customized NSAlert

Is it possible to create a fully customized alert? I'm doing it with custom sheets now, but I'd like to have the feature that the sheet is blocking (like -[NSAlert runModal]). I just want to change ...
0
votes
5answers
175 views

Block until NSAlert (shown as a modal sheet) is dismissed

I'm currently learning (by doing) objective-c by implementing a feature I felt is missing in the Titanium Appcelerator Desktop SDK: A way to do modal dialog with custom button texts and optionally to ...
0
votes
0answers
80 views

How can I use NSAlert with no icon?

I want to use this method - (void)beginSheetModalForWindow:(NSWindow *)window modalDelegate:(id)delegate didEndSelector:(SEL)didEndSelector contextInfo:(void *)contextInfo; I found that NSAlert ...
0
votes
2answers
125 views

NSComboBox into NSAlert

First of all I'm kind of new in Objc. (so try to explain me like. . . for dummies XD) Well my question is: Is there any way to show a NSComboBox inside a NSAlert? that's it! I've check the ...
0
votes
0answers
76 views

NSAlert from another NSAlert setInformativeText issue with global vaiables

I have made an alert from alert and the problem is that I want to set the informative text on the second alert to be a global variable.The first alert has two buttons, OK (to dismiss) and More ...
0
votes
1answer
215 views

Open alert box (NASlert) with a delegate and block all other windows?

Is there a way to open a NSAlert window, set a delegate for didEnd callback and while the alert is shown, all other windows should be "disabled" (can the window itself but not push any button or ...
0
votes
1answer
159 views

NSAlertPanel not working when Application is quitting

Im trying to allow the user to decide whether to quit the application or not and Ive been trying to implement it using this: - (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication ...
0
votes
1answer
185 views

Show NSAlert on specific launches

I need to show an NSAlert on the 3rd, 10th and 20th launch of the app, so far I have tried: /* Note that the kLaunchCount is incremented as a Number in a dictionary */ if([[[NSUserDefaults ...
0
votes
1answer
356 views

Adding Disclosure button and NSTextView to NSAlert

I want to display an NSAlert with basically an Accessory view. The Accessory view needs to have: 1) NSTexView for displaying mandatory contents 2) Disclosure button with NSTextView The Disclosure ...
0
votes
1answer
312 views

NSAlert - can you have a custom icon?

Is there a way to insert a custom icon in a NSAlert? I know you can have different prefabbealert styles but is it possible to cu
0
votes
1answer
107 views

Call a sheet from within an alert causes weird window problems

I decided to use an alert sheet with 2 buttons. When the user clicks the continue button a sheet made from a window should come down. The sheet comes down and the parent window closes along with the ...
0
votes
1answer
252 views

NSWindow display alert when attempt to close

How can I display an NSAlert when an NSWindow attempts to close. This will also have to be turned on and off.
0
votes
1answer
249 views

Bring NSRunAlertPanel Dialogue to Front in Background Process

If you call NSRunAlertPanel() from a background process in Cocoa, the dialogue does not come to the front and instead stays behind other windows. This post shows that you can bring the dialogue to ...
0
votes
1answer
119 views

Usable mainmenu when sheet is shown

How does one react to menuitems that are clicked via mouse or invoked via keyboard, e.g: CMD+Q ? [NSApp beginSheet:my_sheet ...arguments... ]; /* The sheet is now shown and the mainmenu isn't ...
0
votes
4answers
2k views

UIAlertView Pops Up Three Times per Call Instead of Just Once

I am getting odd behavior from an NSAlert in two different parts of my program. The behavior is: Alert appears and then spontaneously disappears. Alert reappears and then remains until dismissed by ...
0
votes
1answer
351 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 ...
0
votes
2answers
641 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 ...