An NSSavePanel object creates and manages a Save panel and allows you to run the panel in a modal loop
0
votes
0answers
24 views
Disable NSSavePanel “Save As:” text input field
Stuck at this for some time now.
Does anyone know how to disable text input field on a NSSavePanel? This is how I am using it:
NSSavePanel *panel = [NSSavePanel savePanel];
[panel ...
1
vote
1answer
45 views
can't call beginSheet after OK is pressed in NSSavePanel?
My cocoa program has a save feature, which when user selected the saving destination, I'll have to bring up another NSPanel, to display some sort of status (ie. how long it will take to finished ...
4
votes
1answer
98 views
Custom accessory view for NSSavePanel of NSDocument
Consider a Cocoa NSDocument that supports two document types (e.g. BMP and JPEG). While one type has no save options (e.g. BMP), the other does (e.g. compression level for JPEG).
How do you implement ...
0
votes
1answer
76 views
How can I stop a NSSavePanel from closing after its completion block?
If something goes wrong saving a file, I'd like to show the error alert as a sheet over the save sheet, as overwrite prompt does. However, the save panel closes immediately upon the completion of the ...
0
votes
2answers
85 views
Make NSSavePanel forget the previous directory
NSSavePanel remembers the previous selected directory.
How can I make it to forget it, and restore the default value?
I'm working with a sandboxed app.
1
vote
1answer
160 views
Wierd log message when saving a textfile
I get a message I don“t understan in the output log in xcode when my app displays a Save File pane.
The message is
StressIt[38940:6d83] [QL] Can't get plugin bundle info at XTUM/ -- ...
2
votes
1answer
85 views
exclude iCloud as option in NSSavePanel/NSOpenPanel
I use iCloud file sync behind the scenes to keep instances of my Mac application in sync so I have the entitlement set for that. Unfortunately, this means that iCloud also appears as a possible save ...
1
vote
1answer
46 views
Saving to path doesn't work unless I let the user pick the path
I use this code to tell my second class to save a file to the given path :
if ([defaults boolForKey:@"SaveAutomatically"]) {
basepath = [defaults objectForKey:@"SaveAutomaticallyPath"];
...
3
votes
2answers
213 views
Timeout when showing NSSavePanel
When showing an NSSavePanel while the app is in background I get the following error:
RVS:__54-[NSRemoteSavePanel _runOrderingOperationWithContext:]_block_invoke_0319 : Timeout occured while waiting ...
0
votes
0answers
29 views
how to implement setToolBar method by NSSavePanel instance in an app which supports sandbox
According to the App sandbox rules, NSSavePanel is no longer inherited from the class "NSWindow". This leads to the invalid use of method "setToolBar" which belongs to class NSWindow. Thus, we can't ...
1
vote
0answers
26 views
NSSavepanel Fieldeditor
I have some code to select the name, without extension, in an NSSavePanel, that I got off of the net a long time ago, and seemed to work fine at the time. I just reused the code and it's now failing. ...
1
vote
1answer
76 views
Export data to csv format file in mac app
I'm new to mac app development.
I have set of data in the nstableview and i need to save this data in .cs format progarmmatically.
-(IBAction)exportInvoice:(id)sender
{
AppDelegate *appDelegate ...
2
votes
2answers
246 views
NSSavePanel nil inside the completion handler block
I'm trying to save the content of a view into a PDF file.The code you see is inside a class which inherits from NSView:
- (IBAction) savePDF: (id) sender
{
__block NSSavePanel* ...
1
vote
1answer
268 views
Strange behavior with accessory views on NSSavePanel and NSOpenPanel in sandboxed app
I have a problem with accessory views on NSSavePanel and NSOpenPanel.
Sometimes, (very often) when I open one of these panels the accessory view does not work (the view is shown but controls seem ...
0
votes
1answer
205 views
How to change a deprecated beginSheetForDirectory method
I have an app that was using beginSheetForDirectory:file:modalForWindow:modalDelegate:didEndSelector:contextInfo:.
I checked Apple documentation which said it's deprecated and to use another method ...
2
votes
1answer
541 views
Could not find image named 'ToolbarArrangeByTemplate'
I'm systematically gets this error in the log pane of Xcode, saying:
Could not find image named 'ToolbarArrangeByTemplate'
each time a NSOpenPanel or NSSavePanel is run.
Does anybody gets the same ...
2
votes
1answer
118 views
App doesn't close after using NSSavePanel
I'm having a problem closing my app after NSSavePanel has been used...
If I open the app, work with it and then close it, it closes in the right way... I have this code in the appdelegate to make my ...
2
votes
1answer
915 views
NSSavePanel is not saving a file after sandboxing an app
I'm having a problem saving a string file with NSSavePanel after sandboxing the app for the Mac App Store. I set com.apple.security.files.user-selected.read-write to YES and the NSOpenPanel is working ...
0
votes
1answer
675 views
With NSSavePanel, how can the user choose a specific file type to save?
I am writing an application in Cocoa which allows the user to export data in 3 different formats: CSV, JSON, and XML. I have added the allowed extensions to an NSSavePanel:
NSSavePanel* saveFile = ...
0
votes
1answer
195 views
NSSavePanel not working?
I can't get it to show any alert if I try to use a not allowed extension. When I say "not allowed" I mean I wrote
setAllowsOtherFileTypes:FALSE
but it doesn't work. If I set the allowed file types ...
0
votes
0answers
100 views
Can an NSOpenPanel open with a package pre-selected rather than showing the contents of the package?
I'm trying to show an NSOpenPanel with a file preselected.
I'm using
openPanel.directoryURL = fileURL;
[openPanel runModal];
to set the file (assume fileURL is a valid NSURL) and show ...
0
votes
2answers
187 views
Save Plain Text to File (Obj-C)
My application (for Mac) generates some HTML... This HTML then needs to be saved to a .html file. I'm trying to use a NSSavePanel like this:
- (IBAction)saveFile:(id)sender{
NSSavePanel ...
0
votes
1answer
465 views
Manipulating an NSSavePanel's accessoryView?
I have an NSSavePanel set up with an accessory view that contains a format popup menu and a tabless tabview with various options regarding the selected format. It shows up on the panel correctly, but ...
2
votes
1answer
226 views
Overriding the list of possible export formats in a NSSaveDialog
I have an application that can load in third party code. One of the capabilities that the third party code can do is add formats in which the app can export to. I am using saveDocumentTo: as means for ...
0
votes
1answer
285 views
Saving NSTextViewData to RTF doc
Trying to export NSTextView data to an RTF doc. My old code, mainly "filename" from NSSavePanel is depreciated. The docs state "use URL". How can I do this?
Thanks.
NSSavePanel *panel = ...
2
votes
1answer
222 views
NSSavePanel - Adding a select menu
I have an app which uses an NSSavePanel.
The app is a video editing app, and I need this save panel to display a selection menu for the format of the video.
How could I do that ?
Here is a simple ...
0
votes
1answer
75 views
How to listen to System-wide Open and Save Panel Events?
Is there any way to listen for system-side open and save panel events and respond to it, similar to how Default Folder X does it? Does this require private APIs or runtime code replacement? Or can it ...
0
votes
1answer
327 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 ...
1
vote
1answer
378 views
NSOpenPanel/NSSavePanel: How can I preselect a file before the dialog opens?
When I present a NSOpenPanel to the user I'd like it to have a file that the user opened earlier already selected from the start.
There is [NSSavePanel setDirectoryURL:(NSURL*) to preselect a ...
4
votes
3answers
1k views
Getting path to users Library folder in Osx
I need to open a NSSavePanel with the users Library folder as destination folder. Normally I would do this by entering "~/Library/" in [NSSavePanel beginSheetForDirectory].
This works fine as long as ...
3
votes
1answer
725 views
Doing something after NSOpenPanel closes
I have an NSOpenPanel and I want to do some validation of the selection after the user has clicked OK. My code is simple:
void (^openPanelHandler)(NSInteger) = ^(NSInteger returnCode) {
if ...
0
votes
1answer
145 views
NSSavePanel cancel confirmation
I have a NSSavePanel and I want to handle the "Cancel" button action to prevent closing the sheet. A want to show the confirmation alert above the savePanel sheet like it is done if you want to ...
9
votes
1answer
680 views
A smart way to retrieve allowed file types from plist
Scenario:
I like to define the allowed file types (content types) in the Info.plist file of my Cocoa application. Therefore, I added them like the following example shows.
# Extract from Info.plist
...
0
votes
1answer
352 views
NSSavePanel, CGImageDestinationFinalize and OS X sandbox
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 ...
2
votes
2answers
293 views
NSSavePanel handle actions
Simple question:
I want to handle the action for cancel button pressed in my NSSavePanel. I'm using the panel with the delegate class:
NSSavePanel *save = [NSSavePanel savePanel];
[save ...
0
votes
2answers
358 views
NSSavePanel issues
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) ...
0
votes
1answer
95 views
How can I hide the save panel when I'm using a NSDocument
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 ...
1
vote
1answer
121 views
Determine which button pressed in Save Panel in NSDocument based application
How should I determine which button is pressed (save, Cancel) when the save dialog is dismissed in an NSDocument based application ? The save panel is the default provided by NSDocument when save is ...
1
vote
2answers
463 views
Why is NSOpenPanel/NSSavePanel showing memory leak?
Not sure why, but making a simple [[NSOpenPanel openPanel] runModal]; creates a memory leak - seen in Leaks Instrument.
Seems off.
It's an auto-released object, shouldn't it be automatically ...
1
vote
2answers
957 views
Replace a file using the NSSavePanel in a sandboxed application
I create a NSSavePanel using this code:
NSSavePanel *savePanel = [NSSavePanel savePanel];
savePanel.delegate = self;
savePanel.directoryURL = ...;
savePanel.nameFieldStringValue = ...;
[savePanel ...
3
votes
1answer
2k views
NSSavePanel and the Sandbox
I have some problems understanding the new Lion's Sandbox.
I know that Lion includes a trusted daemon process called Powerbox whose job is to present and control open/save dialog boxes on behalf of ...
0
votes
3answers
240 views
Should I call NSSavePanel runModal method only from main thread?
I have weird, though rare, crashes in my application.
I suspect that it happens because runModal of NSSavePanel is called in a thread different from the main thread.
Am I correct that it might be ...
1
vote
1answer
129 views
Saving a cocoa doc from outside NSDocument class
During my app workflow there is a moment when a new modal NSWindow is initialized from a nib. This window should have a save document button. Which is the recommended approach:
Via a new NSSavePanel ...
4
votes
1answer
1k views
“Save As” in non-document based application Cocoa
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 ...
0
votes
2answers
1k views
Saving an NSView to a png file?
I am making a simple program that creates game cards for a game I play. I have sent it out to some friends of mine for testing, but they really want it to save images, not just print them. I have ...
3
votes
1answer
566 views
Completion handler never called for NSSavePanel beginWithCompletionHandler
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 ...
2
votes
1answer
3k views
How can i use NSSavePanel to select a directory?
I need the user select an existing or a new directory where my app can save a few files.
Can i do this with NSSavePanel or is there another directory selector class?
2
votes
1answer
728 views
NSSavePanel selecting part of file name
How do I set the part of the file name that is selected in NSSavePanel? I only want the file name selected and not the file extension.
Here's what I noticed. If I setAllowedFileTypes: for the save ...
2
votes
3answers
824 views
NSSavePanel: Squelching the “confirm replace?” dialog
In the Nav Services world one could specify kNavDontConfirmReplacement as an option to create a NavDialogRef that would not ask the user to confirm the replacement of a file when saving with a file ...


