I'm going through the Expense tutorial that starts on page 153,and when I use Interface Builder to drag from an NSTableView object to a proxy instance of a custom object called MyDataSource and try to connect through the dataSource outlet of NSTableView the dataSource outlet doesn't appear in the Connections pane of the Info window for some reason,though it is listed among the outlets belonging to NSTable view in the Classes tab.Does anyone know how I can get it to appear in the Connections pane of the Info window and thereby connect to it?Any info would be appreciated.
Rick