I’ve noticed with my sandboxed app that when I open a select file dialog I get a spinning circle for anywhere from 5 to 20 seconds before the files load.
The folders are visible immediately and can be selected, but no contents is visible until after the delay.
In the console I see this message repeating about 10 times:
2/18/14 2:42:59.571 PM com.apple.appkit.xpc.openAndSavePanelService[4622]: CGSSetWindowTransformAtPlacement: Failed
2/18/14 2:42:59.571 PM com.apple.appkit.xpc.openAndSavePanelService[4622]: ERROR: CGSSetWindowTransformAtPlacement() returned 1001
2/18/14 2:42:59.571 PM WindowServer[85]: CGXSetWindowListAlpha: Operation on a window 0x14cb requiring rights kCGSWindowRightPresenter by caller com.apple.appkit.xpc.openAndSav
2/18/14 2:42:59.587 PM WindowServer[85]: CGXSetWindowTransform: Operation on a window 0x14cb requiring rights kCGSWindowRightPresenter by caller com.apple.appkit.xpc.openAndSav
When the files finally show there are no additional messages in the console.
After the first time it loads the files instantly but generates the same block of error messages in the console. When I restart the app the delay appears again.
I thought it might be affecting all sandboxed apps so I opened Pixelmator, checked that it is sandboxed (it is) and then used their Open dialog. It loads instantly.
I can’t tell if this is a Xojo issue (2013 r4.1), or something on my individual computer. I only have one Mac to test with at the moment since I dropped the other one off my roof while configuring an antenna (oops).
Anyone else with this problem?