• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
NSTableView controlTextDidChange:
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: NSTableView controlTextDidChange:
      • From: Jerry Krinock <email@hidden>
References: 
 >NSWindow's setContentView (From: Drarok Ithaqua <email@hidden>)

  • Prev by Date: Re: NSWindow's setContentView
  • Next by Date: [ANN] BuildFactory 1.0 released
  • Previous by thread: Re: NSWindow's setContentView
  • Next by thread: Re: NSTableView controlTextDidChange:
  • Index(es):
    • Date
    • Thread