nsarraycontroller
How do I bind an NSMenuItem to an NSArrayController
How do I bind the enabled state of an NSMenuItem to an NSArrayController\'s selection? I\'ve tried binding the item\'s enabled state to the controller\'s selectedObjects or selectedIndexes and in neit[详细]
2023-02-20 12:27 分类:问答Sorting a NSArrayController backed NSTableView
I have a NSArray开发者_如何学编程Controller and a NSTableView. They show tracks from iTunes. I can sort the list by clicking in the header.[详细]
2023-02-20 10:21 分类:问答Cocoa Bindings and Custom NSCell properties
I have a problem regarding subclassed NSCells (Check Box Cells). I want them to have a title开发者_Go百科 and a subtitle next to the checkmark (so I created NSString properties for these). Their value[详细]
2023-02-20 03:02 分类:问答NSManagedObject Not Reflecting Changes After Background Thread NSManagedObjectContextDidSaveNotification
I am having trouble with an NSManagedObject not reflecting the changes made to a persistent store after a background thread has saved it\'s context.[详细]
2023-02-20 01:18 分类:问答Relationship of NSManagedObject to an NSArrayController
What I\'ve got: controller1 an NSArrayController controller2 an NSArrayController. This has a parent relationship to an attribute of controller1.[详细]
2023-02-19 16:11 分类:问答NSTableView content based on a selection of another NSArrayController
The issue I have a popup button (NSPopUpButton) that is bound to an NSArrayController. This array controller handles parent objects that each have a collection of child objects. I have an NSTableView[详细]
2023-02-19 08:16 分类:问答NSTableView doesn't update after sorting via column header
I have an NSTableView bound to a core-data-backed NSArrayController by binding individual columns to arraycontroller.arrangedObjects.[详细]
2023-02-18 23:36 分类:问答Updating Core Data from custom NSCell
I have a custom NSCell (actually subclassing NSTextFieldCell), which is used both in a standalone editor, and in an NSTableColumn (bound to Core Data through NSArrayController). When the user changes[详细]
2023-02-18 14:06 分类:问答Calculate row counts for certain records in NSArrayController with filterPredicate applied
I have a simple app that has an NST开发者_运维问答ableView bound to a core data-backed NSArrayController.[详细]
2023-02-17 14:27 分类:问答Getting list of values from an entity in code
I\'ve got an entity called clients and an NSArrayController called clientsController. In my clients entity I have an attribute called clientCompany.[详细]
2023-02-14 09:27 分类:问答