> One thing I'm not sure about is making the class a dataSource in > InterfaceBuilder. I made the connection (and obviously defined the > methods in the source), but I couldn't define the appropriate > actions on the class I created in IB. When I tried to create an > action for 'tableView:objectValueForTableColumn:row:', IB told me > it was not a valid action name. I guess that would make sense > anyways, since these aren't actions at all.
You don't have to tell IB about actions unless you want to bind them. In this case, all you need to do is tell it you have this custom class, and an instance of your class is the dataSource for your table. The rest should happen at runtime. --Dethe Thought is an infection. In certain cases it becomes an epidemic. -- Wallace Stevens _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig