[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSTextField delegate
From: |
Serg Stoyan |
Subject: |
Re: NSTextField delegate |
Date: |
Wed, 23 Apr 2003 12:13:27 +0300 |
Hello Matt,
> here's a crude NSTextField delegate test, basically
> the issue is NSTextField's delegate never gets
> -(void)textDidChange:(NSNotification*)aNotification called
> so there's no way to setDocumentEdited:YES without pressing enter in the
> TextField itself
> I don't think any of those other delegate methods got called either
You should rename method textDidChange: into controlTextDidChange:.
--
Serg Stoyan