[Pyobjc-dev] NSTableView and data display problem?
Brought to you by:
ronaldoussoren
From: <s....@jo...> - 2003-11-13 17:56:49
|
Hi, I am trying as an exercise to write a smallish irc client. Now I have four NSTableViews, 2 or 3 seem to work flawlessly, but the fourth one which contains the chat lines doesn't update properly, the console trace indicate otherwise. what happens is that all of my entries are displayed as what i last sent, but other users' messages are in the proper order!? Am I missing something? Tey are all linked to the same class controller and have I think all the proper datasource functions and I do reloadData() : tableView_objectValueForTableColumn_row_ tableView_setObjectValue_forTableColumn_row_ numberOfRowsInTableView_ I set the windows delegate as self and the target also. Any hint on what's going on? Also is it possible to have the rows resize to fit the lenght of the message? I used a NSTableView instead of a text view for the formating I am open to sugestion as to do otherwise. REgards Sephane |