Re: PDFKit on 10.12

2016-10-04 Thread Antonio Nunes
On 04 Oct 2016, at 14:26, Jonathan Mitchell wrote: > > PDFKit seems a bit disturbed on Sierra. > The 10.12 beta 3 seems to improve things but there are still some rendering > stutters etc. 1. Why are you referring to a beta, when 10.12 has been out for weeks now? > Has PDFKit been reworked - t

Re: PopUp menus in tables

2016-10-04 Thread Gary L. Wade
If you’re using a view-based table view (as all should be nowadays), and you have the popup button you clicked on, get the enclosing NSTableRowView and call rowForView: -- Gary L. Wade http://www.garywade.com/ > On Oct 4, 2016, at 4:03 PM, Steve Mills wrote: > >> On O

Re: PopUp menus in tables

2016-10-04 Thread Steve Mills
> On Oct 4, 2016, at 17:39, Frank D. Engel, Jr. wrote: > > Ok - wasn't aware of that one. > > I tried it, but sadly get the same results. Huh. I just used it the other day for handling right-clicks in tables and it works correctly for that. Steve via iPad ___

Re: PopUp menus in tables

2016-10-04 Thread Frank D. Engel, Jr.
Ok - wasn't aware of that one. I tried it, but sadly get the same results. On 10/3/2016 23:17, Steve Mills wrote: On Oct 3, 2016, at 18:29:34, Frank D. Engel, Jr. wrote: Does anyone know of a way to determine which row of the table the menu is being opened for, rather than the one that was

PDFKit on 10.12

2016-10-04 Thread Jonathan Mitchell
PDFKit seems a bit disturbed on Sierra. The 10.12 beta 3 seems to improve things but there are still some rendering stutters etc. Has PDFKit been reworked - there doesn’t seem to be any mention of it in the release notes? If so it might be a question of waiting for the internal gremlins to be hu

Re: MLMediaLibrary sometimes does not call my KVO

2016-10-04 Thread Gabriel Zachmann
> It’s very hard for a sandboxed app to get access to the internals of Photos > without using MLMediaLibrary, though not too difficult for non-sandboxed. > MLMediaLibrary was added because of this need. I was wondering whether this API (Photos Framework aka PhotoKit) would be better suited :