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 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

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

Reply via email to