I\'m using NSSavePanel to let user select image to save to in my app. Everything worked fine until I enabled app sandboxing and entitlements. The problem occurs with selection of an already existing f
I am semi-new to cocoa programming, however I have worked quite a bit in C++; I am having some issues with the NSSavePanel class. Whenever I use it (as shown below), I can see (by using breakpoints)
So I\'m trying to play around with WebKit and create my own browser.However, now I\'m kind of stuck where I can\'t hide the save panel when I try to close my window.I can\'t find any method in the NS开
How should I determine which button is pressed (save, C开发者_如何学运维ancel) when the save dialog is dismissed in an NSDocument based application ? The save panel is the default provided by NSDocume
Not sure why,开发者_运维知识库 but making a simple [[NSOpenPanel openPanel] runModal]; creates a memory leak - seen in Leaks Instrument.
I\'m working on a project that essentially creates files via a shell script using \"sox\". The application is not document-based, all its doing is calling a script that creates files, and doesn\'t int
I am making a simple program that creates game cards for a game I play. I have sent it out to some friend开发者_运维知识库s of mine for testing, but they really want it to save images, not just print
When I open an NSSavePanel or NSOpenPanel instance with beginWithCompletionHandler: the handler is never called. Instead I see the panel appear for a fraction of a second, before it goes away again wi
How can I insert text/code at the cursors place in a div created by NicEdit? I\'ve tried to read the documentation and create my own plugin, but I want it to work without the 开发者_开发知识库tool ba