I think I got it figured out.
I know I made an app a couple weeks ago that work fine. I tried to figure out what the difference is.
1. you need entitlement: "Read/write access to files selected with the Open and Save Dialog" checked.
2. you need <key>com.apple.security.app-sandbox</key> in the entitlements.plist, which I think you can only get in there when you build for Application Store with code signing.
In this picture you see the bad one always has three view buttons.
The good one always has four view buttons.
http://i.imgur.com/omQVPrd.png
You might have to wait a second for it to load the list, but it works as expected.
Hi Douglas, Grant,
I am experiencing the exact same problem as you describe here. I also figure out that changing the view for "icons" or "column" solve the further displaying content whatever then choosing Documents, Applications.. folders, or other drives..
I have a old Macbook Pro (2008) running Maverick 10.9.5 (sure I upgrade more ram and running great). So, pretty sure, the actual problem is not related to hardware in used. I work on a multi platform project for OSX and Windows using my second Macbook pro under Win Seven for RAD Studio...
Indeed, this problem (osx only) append each time calling the OpenDialog (execute). Whatever my app is using the same OpenDialog instance each time it is called.
So, I wondering if any of you have fix this now ?
Otherwise, is there a way to set the displaying mode (for the fourth button to appear or not) to a sub component under the OpenDialog.
It seems to me that the missing thing is simply resolved at run time when the app is compile for appStore as you seams saying further at this thread... or solved when the end user simply changed view for "icons".. This lead me things that there might be a solution to set the missing thing just before calling "execute"...!
Thank for any reply.. I am very interested having a solution on this
Jean-Marc..
Connect with Us