• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
TableView and SplitView Display Problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TableView and SplitView Display Problem


  • Subject: TableView and SplitView Display Problem
  • From: email@hidden
  • Date: Thu, 23 Sep 2010 16:28:42 -0600

The log below shows the problem I am having. A NSTableView does not always call tableView:objectValueForTableColumn:row after calling numberOfRows:InTableView

(If you will take a moment the log should be explanatory)

I need to solve this, thanks!

-kok0



< Select item in Matrix view > < Table displays properly but asks for the data 2 times >

2010-09-23 16:16:35.855 Convert It Mac[4057:813] Bmatrix Line 631 [m_ThreadList reloadData]
2010-09-23 16:16:35.856 Convert It Mac[4057:813] numberOfRows 1 InTableView <ThreadList: 0x83ae00>
2010-09-23 16:16:36.055 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 0
2010-09-23 16:17:10.769 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 0


< Select item in Matrix view > < Table displays properly >

2010-09-23 16:17:10.907 Convert It Mac[4057:813] Bmatrix Line 631 [m_ThreadList reloadData]
2010-09-23 16:17:10.908 Convert It Mac[4057:813] numberOfRows 26 InTableView <ThreadList: 0x83ae00>
2010-09-23 16:17:11.267 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 0
2010-09-23 16:17:11.268 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 1
2010-09-23 16:17:11.270 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 2
2010-09-23 16:17:11.272 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 3
2010-09-23 16:17:11.273 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 4
2010-09-23 16:17:11.276 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 5
2010-09-23 16:17:11.279 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 6
2010-09-23 16:17:11.280 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 7


< Select item in Matrix view > < Table does not redisplay >

2010-09-23 16:17:40.688 Convert It Mac[4057:813] Bmatrix Line 631 [m_ThreadList reloadData]
2010-09-23 16:17:40.689 Convert It Mac[4057:813] numberOfRows 19 InTableView <ThreadList: 0x83ae00>


< Wait 1 minute and click Splitter > < Table displays properly but asks for the data 3 times >

2010-09-23 16:18:09.391 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 0
2010-09-23 16:18:09.391 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 1
2010-09-23 16:18:09.396 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 2
2010-09-23 16:18:09.398 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 3
2010-09-23 16:18:09.399 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 4
2010-09-23 16:18:09.401 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 5
2010-09-23 16:18:09.407 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 6
2010-09-23 16:18:09.408 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 7
2010-09-23 16:18:09.446 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 0
2010-09-23 16:18:09.447 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 1
2010-09-23 16:18:09.448 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 2
2010-09-23 16:18:09.449 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 3
2010-09-23 16:18:09.450 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 4
2010-09-23 16:18:09.450 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 5
2010-09-23 16:18:09.451 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 6
2010-09-23 16:18:09.451 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 7
2010-09-23 16:18:45.812 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 0
2010-09-23 16:18:45.814 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 1
2010-09-23 16:18:45.816 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 2
2010-09-23 16:18:45.816 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 3
2010-09-23 16:18:45.817 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 4
2010-09-23 16:18:45.819 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 5
2010-09-23 16:18:45.821 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 6
2010-09-23 16:18:45.823 Convert It Mac[4057:813] tableView <ThreadList: 0x83ae00> objectValueForTableColumn <NSTableColumn: 0x1155af0> row 7


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Re: To make an application start everytime when another program starts
  • Next by Date: Better Question Formulation
  • Previous by thread: Re: How to remove an item from recentDocumentURLs
  • Next by thread: Better Question Formulation
  • Index(es):
    • Date
    • Thread