What triggers -applicationDidChangeScreenParameters: delegate method?

2014-12-10 Thread Bill Cheeseman
One of my applications implements the -applicationDidChangeScreenParameters: delegate method, in order to change the default position of its only window when the user does something like changing screen resolution, adding or removing a monitor, or changing relative monitor positions. I am in

Re: What triggers -applicationDidChangeScreenParameters: delegate method?

2014-12-10 Thread Ken Thomases
On Dec 10, 2014, at 10:03 AM, Bill Cheeseman wjcheese...@gmail.com wrote: One of my applications implements the -applicationDidChangeScreenParameters: delegate method, in order to change the default position of its only window when the user does something like changing screen resolution,

Re: What triggers -applicationDidChangeScreenParameters: delegate method?

2014-12-10 Thread Ken Thomases
On Dec 10, 2014, at 11:04 AM, Bill Cheeseman wjcheese...@gmail.com wrote: On Dec 10, 2014, at 11:23 AM, Ken Thomases k...@codeweavers.com 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.

Re: What triggers -applicationDidChangeScreenParameters: delegate method?

2014-12-10 Thread Bill Cheeseman
I accidentally sent this reply to Ken instead of to the list. Here it is, with the additional note that I cannot build against the 10.9 SDK without substantially rewriting the application because it uses so much stuff that is new in the 10.10 SDK. On Dec 10, 2014, at 12:15 PM, Ken Thomases

Re: What triggers -applicationDidChangeScreenParameters: delegate method?

2014-12-10 Thread Ken Thomases
On Dec 10, 2014, at 11:41 AM, Bill Cheeseman wjcheese...@gmail.com wrote: I accidentally sent this reply to Ken instead of to the list. Here it is, with the additional note that I cannot build against the 10.9 SDK without substantially rewriting the application because it uses so much stuff

Size of NSSplitViewDividerStyleThin

2014-12-10 Thread ecir hana
Hi, I have two NSTextViews, each of which is wrapped in NSScrollView and both are embedded inside NSSplitView: +--+ |++| ||+--+|| ||| | NSTextView ||+--+|| |++| +--+-- divider

Re: Size of NSSplitViewDividerStyleThin

2014-12-10 Thread Quincey Morris
On Dec 10, 2014, at 17:54 , ecir hana ecir.h...@gmail.com wrote: My question is, how to have a thin divider which has wider hit area than 1px? In other words, I like how `NSSplitViewDividerStyleThin` looks and how `NSSplitViewDividerStyleThick` behaves. Is it somehow possible to have both?

NSUserDefaults and home folder on different drive

2014-12-10 Thread Rick C.
Hi, I write an NSString and NSData object to my app’s .plist and of course read it back when needed and this works fine 99% of the time. On occasion a user reports some trouble to me and I ask for the .plist and find out that this NSString/NSData object is missing. Digging deeper I find that