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 protected]> 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 protected]) > > 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: > https://lists.apple.com/mailman/options/cocoa-dev/kperry%40apple.com > > This email sent to [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
