Re: Popup-Menu Binding issue in Cell-based NSTableView

2018-01-01 Thread Quincey Morris
On Jan 1, 2018, at 01:46 , Motti Shneor wrote: > > Selected Object bound to Measurements Array Controller, Controller Key: > arrangedObjects, Model Key Path: species, Allows Editing Multiple Values > Selection, Conditionally Sets Enabled, Creates Sort Descriptor Your

Re: Popup-Menu Binding issue in Cell-based NSTableView

2018-01-01 Thread Keary Suska
> On Jan 1, 2018, at 2:46 AM, Motti Shneor wrote: > > Hello everyone. Please excuse the anachronism, I am maintaining an old Mac > Application written early 2014 when Swift was not an option. Pure Obj-C, > CoreData, and “No-custom-UI” approach. > > I have an NSCell based

NSView sub-layers clipped in 10.13?

2018-01-01 Thread Markus Spoettl
Happy new Year, everyone! I have a custom layer hosting view that has a sub-layer positioned partly outside the view's bounds. Both the view's layer and the sub-layer have -masksToBounds set to NO. This worked "as expected" (that is to say, it worked as I wanted it to work), in that the

Re: Popup-Menu Binding issue in Cell-based NSTableView

2018-01-01 Thread Richard Charles
Your example is difficult to follow. You may need to post the actual project or a similar project online to get helpful feedback. From the documentation: "NSArrayController is a bindings compatible class that manages a collection of objects. Typically the collection is an array, however, if

Popup-Menu Binding issue in Cell-based NSTableView

2018-01-01 Thread Motti Shneor
Hello everyone. Please excuse the anachronism, I am maintaining an old Mac Application written early 2014 when Swift was not an option. Pure Obj-C, CoreData, and “No-custom-UI” approach. I have an NSCell based NSTableView, whose columns are bound to an NSArrayController, whose Content-Array