| Article: |
Working with Tables: Writing an Address Book Application | |
| Subject: | Nothing Visible | |
| Date: | 2002-03-28 12:33:54 | |
| From: | qmaze | |
|
This is my first Cocoa lesson and after creating the address book and fixing my errors, I run the app but when I try to add anything, nothing shows up. Id I continue to click Add the scroll bar actually starts moving on the table view but no info.
|
||
Showing messages 1 through 3 of 3.
-
Nothing Visible
2002-06-15 22:20:23 blueskyz [View]
-
RE: Nothing Visible
2002-06-09 14:59:40 hesnikke [View]
if it makes you feel any better, i'm haing the same problem! i'm not sure why, and i havn't figured out how to fix it...
if you came up with a solution, please reply! :) -
RE: Nothing Visible
2002-06-15 22:21:16 blueskyz [View]
I had the same problem! Finally figured out that you have to make sure to do the following:
InterfaceBuilder-
double click each NSTableColumn
Tools/Show Info
make sure you enter the identifier at the bottom.
Your entry won't stick unless you 'tab' out of the field
That should fix it.
Make sure your identifier value matches the
forKey:@"..." in createRecord



InterfaceBuilder-
double click each NSTableColumn
Tools/Show Info
make sure you enter the identifier at the bottom.
Your entry won't stick unless you 'tab' out of the field
That should fix it.
Make sure your identifier value matches the
forKey:@"..." in createRecord