Skip navigation.
 
mlRe: Binding button.enabled to "NSTextField is not empty"
FROM : mmalcolm crawford
DATE : Tue Apr 26 20:55:09 2005

On Apr 26, 2005, at 11:13 AM, John Brownlow wrote:

>> You *don't* bind to the contents of a simple view such as a text 
>> field.
>>
>>

> is this because it's philosophically deprecated, or because it 
> won't work?
>
>


In many cases it won't work as the view won't post the KVO 
notifications required to make it work.  Philosophically, though, it 
is the Wrong Thing to do...

mmalc

Related mailsAuthorDate
mlBinding button.enabled to "NSTextField is not empty" Andrew White Apr 26, 07:22
mlRe: Binding button.enabled to "NSTextField is not empty" Alex Clarke Apr 26, 08:12
mlRe: Binding button.enabled to "NSTextField is not empty" Andrew White Apr 26, 08:31
mlRe: Binding button.enabled to "NSTextField is not empty" Alex Clarke Apr 26, 11:47
mlRe: Binding button.enabled to "NSTextField is not empty" Johnny Deadman Apr 26, 15:24
mlRe: Binding button.enabled to "NSTextField is not empty" Ricky Sharp Apr 26, 17:35
mlRe: Binding button.enabled to "NSTextField is not empty" mmalcolm crawford Apr 26, 19:17
mlRe: Binding button.enabled to "NSTextField is not empty" John Brownlow Apr 26, 20:13
mlRe: Binding button.enabled to "NSTextField is not empty" mmalcolm crawford Apr 26, 20:55
mlRe: Binding button.enabled to "NSTextField is not empty" Andrew White Apr 27, 02:01
mlRe: Binding button.enabled to "NSTextField is not empty" mmalcolm crawford Apr 27, 02:28
mlRe: Binding button.enabled to "NSTextField is not empty" Alex Clarke Apr 27, 10:15