What is the best way to handle double-clicked files in an application that 
doesn't use documents? The reason I ask is because a project I'm working on, 
PCSX-R, currently uses NSDocument subclasses to handle opening of files 
double-clicked in the Finder. However, the readFromFileWrapper:ofType:error: 
function returns NO even if the file is loaded to prevent the document window 
from popping up (I have it se with no close buttons; the window is called 
modally), but it shows an error that the file wasn't opened, despite it being 
so.  Should I use a different way of managing double-clicked files, or is there 
a function that I should overload on my NSDocument 
subclass?_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to