First of all I\'m kind of new in Objc. (so try to explain me like. . .for 开发者_JAVA百科dummies XD)
I need to display informative mess开发者_JAVA百科age box in Cocoa Application, which control should i use,
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 pus开发者_运维技巧h an
I have an mac application that once opened (in awakeFromNib) shows the user an NSAlert with t开发者_运维问答wo buttons, one with \"Option1\", the other with \"Option2\". I would like to automate the f
Im trying to allow the user to decide whether to quit the application or not and Ive been trying to implement it using this:
I\'ve created the main window in my application to have these settings: [self setLevel:kCGDesktopWindowLevel + 1];
I want to display an NSAlert with basically an Accessory view. The Accessory view needs to have: 1) NSTexView for displaying mandatory contents
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 开发者_如何学Goa Number in a dictionary */
Is the开发者_运维技巧re a way to insert a custom icon in a NSAlert? I know you can have different prefabbealert styles but is it possible to cuYes. You can use
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 t