Top "Nsopenpanel" questions

NSOpenPanel is an Objective-C class used to provide users with a standard UI for opening files and directories on Mac OS X. It is part of the Apple Cocoa/Appkit frameworks.

How do I change "Open" to "Select" in the NSOpenPanel?

In my Application i need to show the select file dialog, I am making use of the NSOpenPanel which allows …

cocoa macos objective-c++ nsopenpanel
NSOpenPanel setAllowedFileTypes

I have a NSOpenPanel. But I want to make it PDF-files selectable only. I'm looking for something like that: // NOT …

objective-c nsopenpanel
NSOpenPanel in Swift . How to open?

I have this Objective-C Code : - (IBAction)selectFileButtonAction:(id)sender { //create open panel... NSOpenPanel* openPanel = [NSOpenPanel openPanel]; // NSLog(@"Open Panel"); //…

objective-c swift osx-yosemite nsopenpanel
NSOpenPanel - Everything deprecated?

I've been trying to get a window to show up asking the person to choose a file, and I eventually …

macos cocoa nsopenpanel
Resize and Save NSImage?

I have an NSImageView which I get an image for from an NSOpenPanel. That works great. Now, how can I …

objective-c macos nsimage nsimageview nsopenpanel