Re: Auto-sized table cells, for macOS

2017-03-18 Thread Quincey Morris
On Mar 17, 2017, at 23:18 , Daryle Walker wrote: > > The table isn’t using the new values, though. There’s no direct relationship linking the intrinsic size to the row height. That’s kinda the point. Nothing is going to happen automatically. You have to detect when the row height might change

Re: Calculating intrinsicContentSize for a NSTextField

2017-03-18 Thread Jeremy Hughes
> On 18 Mar 2017, at 04:45, Daryle Walker wrote: > >> This works, but if I remove the call to attributedStringValue (whose result >> is discarded) the result of the following line fails to reflect changes in >> the bounds of the text, and the field fails to grow or shrink. >> >> Presumably, ca

Re: programmatically tell when spotlight/mds is indexing

2017-03-18 Thread Jerome Krinock
To generalize your question, you want to reverse-engineer some other app to reveal some status information. I’ve had to do this a couple times. Watch in Activity Monitor and see if there is any transient process which coincides with the activity you are interested in. If you find one, there ma

Re: programmatically tell when spotlight/mds is indexing

2017-03-18 Thread sqwarqDev
> On 18 Mar 2017, at 23:05, Jerome Krinock wrote: > > To generalize your question, you want to reverse-engineer some other app to > reveal some status information. I’ve had to do this a couple times. Thanks for the thought, but my question was really just a sanity check to make sure that ther