Re: title bars messed up when scrolling in NSTableView
Re: title bars messed up when scrolling in NSTableView
- Subject: Re: title bars messed up when scrolling in NSTableView
- From: Corbin Dunn <email@hidden>
- Date: Mon, 30 Jan 2006 10:43:25 -0800
It seems that there is a version of Xcode that creates bunk TableViews
via CoreData drag and drop to IB. Take a look at this post:
http://www.corbinstreehouse.com/blog/?p=109
It describes the problem (with screen shots) and the easy solution,
copied below.
- (void)awakeFromNib {
[tableView setFrameOrigin:NSZeroPoint];
}
--corbin
On Jan 30, 2006, at 10:30 AM, Paul L. Gribble wrote:
I have a core data application that works really well, except that
whenever
I use the (vertical) scroll bar to scroll through the main
NSTableView, the
titles of the columns suddenly shift over to the left and some
disappear
altogether.
Has anyone run into this? I don't think I have done anything non-
standard to
the GUI, just used the default stuff that comes with core data ...
_______________________________________________
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