• 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: What triggers -applicationDidChangeScreenParameters: delegate method?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What triggers -applicationDidChangeScreenParameters: delegate method?


  • Subject: Re: What triggers -applicationDidChangeScreenParameters: delegate method?
  • From: Ken Thomases <email@hidden>
  • Date: Wed, 10 Dec 2014 11:15:45 -0600

On Dec 10, 2014, at 11:04 AM, Bill Cheeseman <email@hidden> wrote:

>> On Dec 10, 2014, at 11:23 AM, Ken Thomases <email@hidden> wrote:
>>
>> It may not be a change in your code.  I believe that notification is delivered when the Dock icons have to shrink to accommodate a new icon.  When that happens, the space used by the Dock overall changes, which means the -visibleFrame of the screen that contains the Dock changes, which necessitates notifying the app.
>
>
> That's a clever theory, but the delegate method is not triggered in the older version of my application even when it runs under Yosemite.

Is this your first build against the 10.10 SDK?  The framework behaviors are often conditional on the version of the SDK against which your app was linked.  Can you try linking against the 10.9 SDK as an experiment?

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: What triggers -applicationDidChangeScreenParameters: delegate method?
      • From: Bill Cheeseman <email@hidden>
References: 
 >What triggers -applicationDidChangeScreenParameters: delegate method? (From: Bill Cheeseman <email@hidden>)
 >Re: What triggers -applicationDidChangeScreenParameters: delegate method? (From: Ken Thomases <email@hidden>)

  • Prev by Date: Re: What triggers -applicationDidChangeScreenParameters: delegate method?
  • Next by Date: Re: What triggers -applicationDidChangeScreenParameters: delegate method?
  • Previous by thread: Re: What triggers -applicationDidChangeScreenParameters: delegate method?
  • Next by thread: Re: What triggers -applicationDidChangeScreenParameters: delegate method?
  • Index(es):
    • Date
    • Thread