Skip navigation.
 
mlRe: Manual Bindings: setting "continuously updates"
FROM : mmalcolm crawford
DATE : Tue Dec 14 20:52:18 2004

On Dec 14, 2004, at 11:02 AM, Ian G. Gillespie wrote:

> 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:
>

@"NSContinuouslyUpdatesValue"

See:
   <http://developer.apple.com/documentation/Cocoa/Reference/
CocoaBindingsRef/BindingsText/NSTextView.html
>

mmalc

Related mailsAuthorDate
mlManual Bindings: setting "continuously updates" Ian G. Gillespie Dec 14, 20:02
mlRe: Manual Bindings: setting "continuously updates" mmalcolm crawford Dec 14, 20:52
mlRe: Manual Bindings: setting "continuously updates" Scott Anguish Dec 16, 01:04