Re: How to set a default row in NSTableView?
Re: How to set a default row in NSTableView?
- Subject: Re: How to set a default row in NSTableView?
- From: Andy Lee <email@hidden>
- Date: Tue, 21 Jun 2005 21:15:38 -0400
On Jun 21, 2005, at 6:47 PM, Mark Dawson wrote:
I would have thought so, but my debugging shows that -tableView
objectValueForTableColumn: (loading the datasource) doesn't happen
until AFTER my awakeFromNib gets called. I assume that I shouldn't
call -selectRowIndexes before any data has been loaded?
How about if you call -reloadData in -awakeFromNib, and then proceed
to select whichever row you want?
--Andy
_______________________________________________
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