Re: NSOutlineView selectedRow error?
Re: NSOutlineView selectedRow error?
- Subject: Re: NSOutlineView selectedRow error?
- From: Scott Harper <email@hidden>
- Date: Tue, 7 Mar 2006 22:41:37 -0700
I should also note that I recommend directly using your model; your
code will be much simpler and easier to understand:
id item = [templateView itemAtRow:[templateView selectedRow]];
NSImage *image = [item image];
Mr. Dunn, I have just a few emoticons for you...
(my thought process:)
O.O
:-O
>.<
=D
Thank you SO much for that! I was really freaking out about this
whole thing! Apparently I'm STILL not aware of JUST how much Apple
connects things for you. I didn't even think that I could FIND the
original item from the OutlineView object! Thanks SO much.
Again, thanks a lot! ^^
--Scott
_______________________________________________
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