NSWindowAbove in Swift?

2015-07-23 Thread Juanjo Conti
I tried this code in Swift and got an error saying the constant is unknown: addSubview(overlay, positioned: NSWindowAbove, relativeTo: nil) -- Juanjo Conti jjconti http://goog_2023646312@carouselapps.com jjco...@carouselapps.com Software Engineer - Carousel Apps https://carouselapps.com --

Re: NSWindowAbove in Swift?

2015-07-23 Thread Roland King
On 24 Jul 2015, at 8:00 am, Juanjo Conti jjco...@carouselapps.com wrote: I tried this code in Swift and got an error saying the constant is unknown: addSubview(overlay, positioned: NSWindowAbove, relativeTo: nil) -- Use the documentation, they have all the translations of enums to

Re: OsX - HTTP resource load blocked

2015-07-23 Thread Charles Srstka
On Jul 23, 2015, at 4:57 PM, Jens Alfke j...@mooseyard.com wrote: On Jul 23, 2015, at 12:41 PM, Marc Danguy mdan...@free.fr wrote: keyNSTemporaryExceptionAllowInsecureHTTPLoads/key true/ This key (and several others) are incorrect. The correct

Re: OsX - HTTP resource load blocked

2015-07-23 Thread Marc Danguy
Yes, my I think my info.plist seems conform to WWDC session 703_privacy_and_your_app.pdf I have try some variants, without success. keyNSAppTransportSecurity/key dict keyNSExceptionDomains/key dict

Re: Dubrovnik Sucesss!

2015-07-23 Thread Jonathan Mitchell
On 22 Jul 2015, at 11:54, Uli Kusterer witness.of.teacht...@gmx.net wrote: On 22 Jul 2015, at 11:58, Dave d...@looktowindward.com wrote: Success! Thanks so much for your help Jonathan, I definitely owe you a pint or two! If anyone is trying use Dubrovnik/Mono on Mac OS X and needs to

Re: OsX - HTTP resource load blocked

2015-07-23 Thread Jens Alfke
On Jul 23, 2015, at 12:41 PM, Marc Danguy mdan...@free.fr wrote: keyNSTemporaryExceptionAllowInsecureHTTPLoads/key true/ This key (and several others) are incorrect. The correct key is NSExceptionAllowsInsecureHTTPLoads. The full list is in the

Re: XPC Services non-Sandboxed Applications

2015-07-23 Thread SevenBits
On Sat, Jul 18, 2015 at 1:36 PM, Quincey Morris quinceymor...@rivergatesoftware.com wrote: On Jul 18, 2015, at 07:26 , SevenBits sevenbitst...@gmail.com wrote: 1) Apple’s docs say that non-document based apps don’t get sandboxing support automatically handled for them, requiring the manual

Re: XPC Services non-Sandboxed Applications

2015-07-23 Thread Quincey Morris
On Jul 23, 2015, at 07:32 , SevenBits sevenbitst...@gmail.com wrote: What I meant was that apps which are not based on NSDocument do not, according to Apple, automatically get behavior which is compatible with the sandbox. Apple says that if we choose to go this route, you have to