Re: ImageAndTextCell rendering weirdness

2009-01-21 Thread Andrew Shamel
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

Re: ImageAndTextCell rendering weirdness

2009-01-17 Thread Andrew Shamel
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

Re: ImageAndTextCell rendering weirdness

2009-01-17 Thread Sandy McGuffog
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