So, I still haven't had any luck figuring this problem out. However,
upon reading through the code of the Source View example, I'm
wondering if it has something to do with the fact that I'm using an
NSTreeController bound to a Core Data structure with
ImageAndTextCell. Source View uses an
Thanks, Sandy. I found a later version (in the Source View example
code), and alas, even with the size set, the same thing is happening.
I confess that I don't know as much about view/cell drawing as I
might. Has anyone seen this kind of rendering before, if not in this
situation?
Thank
Well, I haven't seen this specific behavior. But one thought is to
check that your images have their size set - as initialized from a
[NSImage imageNamed:], size is not set(!). This can cause all sort of
havoc. Second comment: there are actually several different versions
of ImageandTextCel