• 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
Extracting info from notification
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Extracting info from notification


  • Subject: Extracting info from notification
  • From: John MacMullin <email@hidden>
  • Date: Fri, 12 Sep 2003 21:31:02 -0700

I have an NSTableView in which I am getting a notification after
editing in the table view. After processing the notification with a:

- (void)textDidEndEditing:(NSNotification *)aNotification
{
NSLog(@"%@_aNotification", [aNotification object]);
return;
}

I get from the NSLog:

2003-09-12 21:17:43.053 GLASS[2214] <NSTextView: 0x1446050>
Frame = {{1.00, 1.00}, {103.00, 17.00}}, Bounds = {{0.00, 0.00},
{103.00, 17.00}}
Horizontally resizable: YES, Vertically resizable: YES
MinSize = {103.00, 17.00}, MaxSize = {10000.00, 10000.00}
_aNotification

I have tried a number of methods and can't seem to get to the data
which I am assuming is in the NSTextView. Which method gets the data
back to me?

John
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Extracting info from notification
      • From: Nick Zitzmann <email@hidden>
  • Prev by Date: Getting another applications preferences
  • Next by Date: Re: Extracting info from notification
  • Previous by thread: Re: Getting another applications preferences
  • Next by thread: Re: Extracting info from notification
  • Index(es):
    • Date
    • Thread