• 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: constrained window resizing
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: constrained window resizing


  • Subject: Re: constrained window resizing
  • From: Ken Thomases <email@hidden>
  • Date: Thu, 23 Jun 2011 16:40:43 -0500

Hi Ken,

On Jun 23, 2011, at 4:12 PM, Ken Victor wrote:

> so… anyone have any other ideas as to how to get called for a modifier key change will in the midst of a live resize?

I'm a bit confused as to why this would be helpful?  Why is -windowWillResize:toSize: too late for your needs?  Your original message said everything was working except you couldn't get the modifier changes, but you didn't explain why that prevents you from doing what you want.

That said, you may be able to override -nextEventMatchingMask:untilDate:inMode:dequeue:.  Call super, examine the event that was returned to see if it is NSFlagsChanged, and then return it.  That is, your override would not reimplement or otherwise interfere with -nextEvent..., it would just monitor what it's returning.

Regards,
Ken

_______________________________________________

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

  • Follow-Ups:
    • Re: constrained window resizing
      • From: Ken Victor <email@hidden>
References: 
 >Re: Cocoa-dev Digest, Vol 8, Issue 462 (From: Ken Victor <email@hidden>)

  • Prev by Date: Re: tableView: objectValueForTableColumn: row: method not getting called
  • Next by Date: Re: tableView: objectValueForTableColumn: row: method not getting called
  • Previous by thread: Re: Cocoa-dev Digest, Vol 8, Issue 462
  • Next by thread: Re: constrained window resizing
  • Index(es):
    • Date
    • Thread