• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSResizableWindowMask for borderless windows
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >NSResizableWindowMask for borderless windows (From: Andreas Falkenhahn <email@hidden>)
 >Re: NSResizableWindowMask for borderless windows (From: Ken Thomases <email@hidden>)

  • Prev by Date: Re: GetNumEventsInQueue() for Cocoa
  • Next by Date: Running apps compiled for newer OS X versions on older versions (rant)
  • Previous by thread: Re: NSResizableWindowMask for borderless windows
  • Next by thread: Could not cast value of type 'Medication.Nurse' to 'MedicationTests.Nurse'
  • Index(es):
    • Date
    • Thread