NSTableView controlTextDidChange:
NSTableView controlTextDidChange:
- Subject: NSTableView controlTextDidChange:
- From: Neto <email@hidden>
- Date: Mon, 19 Jun 2006 00:28:19 -0300
I'm trying to set the dirty flag of a file when I change an
NSTableView content.
I delegated the NSTableView to MyDocument and used
- (void)controlTextDidChange:(NSNotification *)nd
{
[self updateChangeCount: NSChangeDone];
}
to capture its changes.
For some reason, it doesn't work...
any help will be welcome.
Thanks!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden