cocoa-bindings
Simple binding questions
I am trying a simple application which is like this- View: A table view showing count of entity 1 in first column and count of entity 2 in second column. Here each row specifies count of different[详细]
2023-01-27 06:20 分类:问答Showing date from two rows in table view, respectively in two text fields, via binding
I have a class named as transaction in which one attribute is transactionDate which is of type NSDate.[详细]
2023-01-26 18:08 分类:问答NSOutlineView not refreshing/displaying all content
I have an NSOutlineView, with its content bound to an appropriate NSTreeController. It works perfectly well, except when my app loads, only about half of the content of the NSOutlineView displays.[详细]
2023-01-26 15:08 分类:问答How to bind the scale of a CAConstraint?
I want to bind the scale of a CAConstraint so that a CALayer\'s width with respect to it\'s superlayer can indicate progress (of a QTMovie) based on a variable that I am updating in a scheduled timer[详细]
2023-01-26 09:11 分类:问答How to properly set an NSSegmentedControl enabled
I\'d like to have my NSSegmentedControl with a segment selected when enabled and with no segment selected while disabled (the kind of behavior that the view NSSegmentedControl in iTunes has).[详细]
2023-01-24 16:20 分类:问答Preference Pane & NSTableView bindings
I am trying to create a preference pane which will reside within system preferences.All the bindings are done as usual (for a normal windowed application), but when the setter for the binding property[详细]
2023-01-24 11:44 分类:问答How to refresh an NSTableVIew when you populate the NSMutableArray (bind) associated with it
I tried to bind my NSArraycontroller to an NSMutableArray; the array holds objects of type \"iData\" (it开发者_开发百科\'s a custom class). The class further contains some NSMutableString variables wh[详细]
2023-01-22 06:51 分类:问答Binding to array controller in another nib for inspector window
Binding a popup menu to an array controller with the path selection.type works fine. Binding a popup menu to a document controller with the path currentDocument.arrayController.selection.type works o[详细]
2023-01-21 05:40 分类:问答Starting a Cocoa document-based application shows selection window first
This seems like it should be easy yet I must be missing something.I have a document-based application.I have also built a new XIB that has a NSTableView and three buttons on it that I intend to displa[详细]
2023-01-19 06:00 分类:问答Is it OK for other threads to have indirect access to a managed object context running in a thread of its own?
Apple\'s recommended method for multithreading core data is to use a managed object context per thread, and to send changes from one context to another by saving the changed thread\'s context to a sha[详细]
2023-01-18 01:41 分类:问答