Is this a known NSTableView (or NSTextField) bug?
Is this a known NSTableView (or NSTextField) bug?
- Subject: Is this a known NSTableView (or NSTextField) bug?
- From: Lance Drake <email@hidden>
- Date: Mon, 27 Sep 2004 19:04:48 -0600
... or is it me?
In a cell of an NSTableView, I inserted an NSView which also contained
subviews - one of which is an NSTextField. The layers of the views
(from first added) was NSImageView (with image), NSImageView(with
image) and then an NSTextField.
All worked perfectly - except the images were obliterated by the
NSTextfield background - until I sent the NSTextField object a
setDrawsBackground:FALSE message.
At that point the background was repeatedly filled with chunks of
various other imagery being dynamically drawn in other views of my
application.
Removing the NSTextField allowed the other images to be drawn without
error or problem. Drawing the same info into an NSScrollerView works
without error - including after making 'setDrawsBackground' call. I
tried setting the background to [NSColor clearColor] but that yielded
the same result.
Any thoughts as to what's the situation or where the problem is really
situated?
Thank you,
Lance Drake
_______________________________________________
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