Re: NSOpenPanel not showing iCloud
Re: NSOpenPanel not showing iCloud
- Subject: Re: NSOpenPanel not showing iCloud
- From: Kevin Perry <email@hidden>
- Date: Wed, 03 Apr 2013 20:44:53 -0700
At the moment, the only open panel that gets the iCloud treatment is the one created by -[NSDocumentController openDocument:] or -[NSDocumentController beginOpenPanelWithCompletionHandler:].
-KP
On Apr 3, 2013, at 8:29 PM, Kurt Sutter <email@hidden> wrote:
> Dear all
>
> We are trying to make our application iCloud savvy. We have sandboxed it, and we have enabled iCloud in the Xcode target settings. The application uses NSDocument-derived documents. We are using the latest public release of Mac OS 10.8
>
> The save dialog boxes show iCloud as expected, and they allow us to save or documents on iCloud. However, the open dialog boxes don't. We basically invoke the open dialog boxes as follows:
>
> panel = [NSOpenPanel openPanel];
> result = [panel runModal];
>
> The dialog box created in this way is an old-style open dialog box that does not provide any access to iCloud.
>
> We are a bit at the loss and any advice is appreciated.
>
> Best regards and thanks in advance
>
> Kurt _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> 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:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden