Re: NSTableView - probably a stupid question
Re: NSTableView - probably a stupid question
- Subject: Re: NSTableView - probably a stupid question
- From: email@hidden
- Date: Sun, 2 Feb 2003 13:34:09 +0100
On dimanche, fivrier 2, 2003, at 01:26 PM, Yuhui wrote:
Hi,
I've set up a NSTableView for my app following O'Reilly's online
tutorial
(http://www.macdevcenter.com/pub/a/mac/2001/08/10/cocoa.html?page=4)
(focusing more on setting up the actual table view than coding the
other methods). But for the life of me, I can't figure out why my
NSTableView remains blank! I know that there's something in there
because I can click on the individual rows and scroll using the
scrollbar. So why can't I see anything within the table? Can anyone
point me to any clues?
Check that you're NOT returning nil in the
tableView:objectFor... method.
Check that you're not using a NSFormatter incorrectly
_______________________________________________
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.