• 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: NSWindow - flickering shadow during height animation (borderless, transparent)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSWindow - flickering shadow during height animation (borderless, transparent)


  • Subject: Re: NSWindow - flickering shadow during height animation (borderless, transparent)
  • From: Robert Vojta <email@hidden>
  • Date: Thu, 02 May 2013 17:07:59 +0200

Okay, so, here's the solution … The problem was in this …

Wrong way

I was listening for contentView frame changes (NSViewDidChangeFrameNotification) and I was calling display/invalidateShadow whenever I receieved this notification.

Correct way

NSWindowDelegate has windowDidResize notification. I moved display/invalidateShadow there and it stops flickering and works perfectly now.

_______________________________________________

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


  • Prev by Date: Re: Need advice: Object ownership and threading issue, causing a rare crash.
  • Next by Date: Re: Built-in Activity Types
  • Previous by thread: Re: UIGestureRecognizers for 2-6?
  • Next by thread: Re: NSOutlineView Travails
  • Index(es):
    • Date
    • Thread