Re: Getting the Item from NSOutlineView's Notifications
Re: Getting the Item from NSOutlineView's Notifications
- Subject: Re: Getting the Item from NSOutlineView's Notifications
- From: Seth Willits <email@hidden>
- Date: Thu, 30 Jun 2005 17:30:27 -0700
On Jun 30, 2005, at 5:13 PM, Michael McCracken wrote:
It really should work with
id obj = [userInfo objectForKey:@"NSObject"];
Is that what you're doing? Note that we're using NSObject as a
string here.
Yeah, that's exactly what I've tried, and I got an exception. Let me
try it again... I swear I'm not crazy but maybe I was momentarily...
Aha! I was momentarily crazy. I did try exactly that, but i put it in
the collapse notification, not the expand notification which is the
one I should have used. Silly me.
Thanks... I was trying it all, but tried the one right thing in the
wrong place! grrr....
I swear I really am a competent programmer :)
--
Seth Willits
_______________________________________________
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