nsalert
NSComboBox into NSAlert
First of all I\'m kind of new in Objc. (so try to explain me like. . .for 开发者_JAVA百科dummies XD)[详细]
2023-03-25 07:13 分类:问答Cocoa How to display Informative Message
I need to display informative mess开发者_JAVA百科age box in Cocoa Application, which control should i use,[详细]
2023-03-16 12:24 分类:问答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 pus开发者_运维技巧h an[详细]
2023-03-13 14:51 分类:问答AppleScript code that clicks a button in NSAlert
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[详细]
2023-03-08 21:28 分类:问答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:[详细]
2023-02-23 12:08 分类:问答Make a NSAlert the topmost window?
I\'ve created the main window in my application to have these settings: [self setLevel:kCGDesktopWindowLevel + 1];[详细]
2023-02-16 17:02 分类:问答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[详细]
2023-02-12 07:48 分类:问答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 开发者_如何学Goa Number in a dictionary */[详细]
2023-02-12 04:53 分类:问答NSAlert - can you have a custom icon?
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[详细]
2023-02-01 04:27 分类:问答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 t[详细]
2023-01-13 01:48 分类:问答