On Dec 14, 2004, at 2:02 PM, Ian G. Gillespie wrote:
Hi,
I can't seem to find where something to the effect of "NSContinuouslyUpdates" is defined in the AppKit headers. I am hooking up some bindings manually and found mmalc's example where he uses, "NSValidatesImmediatelyOption", but I can't find the right definition for "continuously updating". Does anyone know where this is located or what is the correct name for it? I need to (I think) use this as a key for a binding options dictionary for bind.: toObject: withKeyPath:@"selection.RTFDData" options:
<http://developer.apple.com/documentation/Cocoa/Reference/CocoaBindingsRef/BindingsText/NSTextView.html> there were no constants declared for these in the headers for 10.3. I did document the string values in the bindings ref, and they're valid. Constants (which match the string values in the doc) will arrive sometime in the first half of next year. :-)