Re: NSTableView doesn't work right all the time...
Re: NSTableView doesn't work right all the time...
- Subject: Re: NSTableView doesn't work right all the time...
- From: Stéphane Sudre <email@hidden>
- Date: Tue, 18 Feb 2003 12:58:29 +0100
On Tuesday, February 18, 2003, at 10:31 AM, Francisco Tolmasky wrote:
I have been having a lot of trouble with my NSTableViews, mainly in
the way they draw themselves. There seems to be a lot of flaws or
quirks. For example little redraw mistakes like when a table is
unselected a little tiny region of a selected cell may remain blue
instead of grey, or when I drag a column around the arrow remains
looking like a clenched fist until I click outside the application.
Also the redraw is just horrible when I put tableview inside and
NSSplitView. I am not using ANY custom stuff, everything straight
from the frameworks. I'm wondering if anybody is having similar
troubles or if this is somehow my fault? Any help is greatly
appreciated.
Except for what looks like to be a bug on a special case of drag and
drop, I haven't seen any drawing problem with NSTableView that can't be
solved with a reloadData instead of a setNeedsDisplay.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.