Object from TableView cell
Object from TableView cell
- Subject: Object from TableView cell
- From: Cristian Savu <email@hidden>
- Date: Thu, 13 Jun 2002 11:59:32 +0200
Hello list,
Look, I have a tableView filled with popUpButtons and I need to populate
the corresponding menus after the user clicks the button. For this I'm using
NSPopUpButtonCellWillPopUpNotification.
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(DoCreateMenu:)
name:NSPopUpButtonCellWillPopUpNotification object:<<I DON'T KNOW>>];
The problem I run into is that I have no Ideea what to put as object
parameter when I want to register the observer. If I leave nil, all the
popUpButtons are populated throught the same selector and don't need that.
if somebody has any ideea or just a hint ...
Regards, Cristian
_______________________________________________
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.