Re: Using Quartz Debug to simulate Retina display broken?

2017-04-07 Thread Richard Charles
> On Apr 6, 2017, at 5:05 PM, Sean McBride wrote: > > Hi all, > > It's been a few years since I tried to simulate a Retina display on my > non-Retina monitor. I used Quartz Debug (version 4.2 (182)) as described > here: > >

Re: What do the font-related Cocoa Bindings in NSTableView and NSTableColumn do?

2017-04-07 Thread Quincey Morris
On Apr 7, 2017, at 16:24 , Daryle Walker wrote: > > I first tried overriding “prepareForReuse” in my text-field subclass, but it > never stuck. It’s never going to be called for that view, because the table view doesn’t know anything about it. You have to override it in a

Re: What do the font-related Cocoa Bindings in NSTableView and NSTableColumn do?

2017-04-07 Thread Daryle Walker
> On Apr 7, 2017, at 4:43 PM, Quincey Morris > wrote: > > On Apr 7, 2017, at 07:24 , Daryle Walker > wrote: >> >> Does anyone have any ideas how to do this a runtime? I need to intercept >> when a table cell is

Re: Current, preferred way to add help to your Mac app?

2017-04-07 Thread Jeff Szuhay
Nevermind. I found the “Apple Help Programming Guide.” My apologies for the noise. > On Apr 7, 2017, at 3:37 PM, Jeff Szuhay wrote: > > Andrew Stone wrote this > > in 2001. Is it still valid? > > What is the

Re: Using Quartz Debug to simulate Retina display broken?

2017-04-07 Thread Richard Charles
> On Apr 6, 2017, at 5:05 PM, Sean McBride wrote: > > It's been a few years since I tried to simulate a Retina display on my > non-Retina monitor. I used Quartz Debug (version 4.2 (182)) as described > here: > >

Current, preferred way to add help to your Mac app?

2017-04-07 Thread Jeff Szuhay
Andrew Stone wrote this in 2001. Is it still valid? What is the current, preferred way to add help to your Mac app? Thanks, Jeff Sz. QuarterTil2.com ___ Cocoa-dev mailing list

Re: Using Quartz Debug to simulate Retina display broken?

2017-04-07 Thread Sean McBride
On Thu, 6 Apr 2017 18:43:21 -0500, Kyle Sluder said: >Quartz Debug’s capabilities are tied pretty closely to your specific >hardware configuration, which for your model of Mac in particular can >vary widely. Please take a sysdiagnose and file a bug report. I've now tried on a MacPro4,1,

Re: What do the font-related Cocoa Bindings in NSTableView and NSTableColumn do?

2017-04-07 Thread Quincey Morris
On Apr 7, 2017, at 07:24 , Daryle Walker wrote: > > Does anyone have any ideas how to do this a runtime? I need to intercept when > a table cell is created so I can either change its font property or set a > font binding. Do you implement tableView:viewFor:row: in your

Re: Reference to embedded view controller in IB?

2017-04-07 Thread Doug Hill
OK, this looks like the official solution. I see that on iOS my prepareForSegue method is being called for the embed segues, and this is called before viewDidLoad. Excellent! Doug Hill https://github.com/djfitz/SFFontFeatures > On Apr 6, 2017, at

Re: Sierra Document Handling

2017-04-07 Thread Richard Charles
Very informative. What I find unusual here is that “expected” debug logging includes a stack trace. In my thinking the presence of a stack trace in the debug console indicates a problem. Is anyone aware of normal and expected debug logging by the frameworks that includes a stack trace? If not

Re: What do the font-related Cocoa Bindings in NSTableView and NSTableColumn do?

2017-04-07 Thread Daryle Walker
> On Apr 5, 2017, at 5:19 PM, Daryle Walker wrote: > >> On Apr 5, 2017, at 5:08 PM, Daryle Walker wrote: >> >>> On Apr 5, 2017, at 12:19 PM, Charles Srstka >>> wrote: >>> >>> Actually, while NSTableCellView won’t bind to *most*