Re: NSResizableWindowMask for borderless windows
Re: NSResizableWindowMask for borderless windows
- Subject: Re: NSResizableWindowMask for borderless windows
- From: Andreas Falkenhahn <email@hidden>
- Date: Mon, 22 Aug 2016 13:07:47 +0200
On 21.08.2016 at 20:07 Ken Thomases wrote:
> You will need to build against the 10.7 SDK or later and, as noted
> above, re-save any window NIBs on 10.7 or later. You can't build
> against an SDK that's newer than the OS you're building on, so you
> won't be able to do this on your 10.6 system but there's no reason
> you couldn't do it on your 10.11 system. You can set the deployment
> target to 10.6 to maintain the ability to deploy to 10.6. You'll
> have to be careful to either not use any post-10.6 APIs or to do so
> only after checking at runtime that they're actually available on the current OS.
Thanks, building for 10.6 on 10.11 solves the problem and I can check
at runtime if the user is running 10.7 or higher and then use either
my custom resizing code or the OS-provided functionalities.
--
Best regards,
Andreas Falkenhahn mailto:email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden