|
|
#1 |
|
Cannot get NSTableView to reload!
I have a tableview that is bound to an array controller. I can add records just fine by using the array controller's add: action. However there is one part in the code that I wish to add additional records. I can add the records to the array controller just fine, but the NSTableView will not add. After I add the records, I can run the "add:" action and the tableview will reload and only then I can see the added records.
Here is a snippet of my code: Code:
Author *newAuth; newAuth = [[Author alloc] init]; [[newAuth properties] setValue:@"first" forKey:@"firstname"]; [[newAuth properties] setValue:@"lost" forKey:@"lastname"]; [_authors addObject:newAuth]; [newAuth release]; [authorsView reloadData]; Any ideas? I have tried everything to try to get that thing to refresh! |
|
|
|
0
|
|
|
#2 |
|
Are you saying that the [authorsView reloadData] isn't doing anything?
|
|
|
|
0
|
|
|
#3 | |
|
Quote:
|
||
|
|
0
|
|
|
#4 |
|
I also noticed this about my Interface, where I connected the TableViews to the controller:
Notice the indexes of the NSTableViews are (,) and ()... why is that? Could that be causing this?
|
|
|
|
0
|
|
|
#5 |
|
Try removing [newAuth release]; and see what happens...
__________________
It's a series of tubes!! - An old man |
|
|
|
0
|
|
|
#6 |
|
Doesn't work.
I should also add, that after adding the newAuth object to the tableView I can get it to appear by changing the sort order on the view by clicking the column headers. |
|
|
|
0
|
|
|
#7 |
|
Oh, I just thought of something. What happens if you send a setNeedsDisplay message right after the reload? I'm thinking that it doesn't visually update without a little kick so that a series of adds won't be too slow.
[I'll also note that others have encountered this problem if an NSTableView's controller happens to be subclassed from NSDocument.] Last edited by iMeowbot; Sep 25, 2004 at 07:57 PM. |
|
|
|
0
|
|
|
#8 | |
|
Quote:
There's gotta be something I'm not doing right, I just wish I could figure out what!
|
||
|
|
0
|
|
|
#10 |
|
|
0
|
|
|
#11 |
|
Grrrrr. Since Openstep is already a published spec, would it really kill them to show the source code for Cocoa? The documentation they supply really doesn't cut it.
|
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| Can't get NSTableView to use anything other than NSTextFieldCell | rossipoo | Mac Programming | 2 | Dec 9, 2009 10:44 PM |
| I cannot get VNC to connect to my Windows PC =( | magiic | Mac OS X | 3 | Aug 18, 2008 08:16 AM |
| Cannot get jailbreak to connect to my ipod touch | famdav | iPod touch Hacks | 0 | Nov 14, 2007 08:10 PM |
| Cannot get BitTorrent to work after FiOS install | the_wallcrawler | Mac Applications and Mac App Store | 0 | Aug 3, 2006 12:31 AM |
| Internal Modem is Silent - Cannot Get it to make a sound | dmetzcher | Macintosh Computers | 7 | Dec 8, 2005 04:51 PM |
All times are GMT -5. The time now is 05:50 AM.






Linear Mode

