Re: interface builder and nsarraycontroller binding newbie question

2008-10-30 Thread Ashley Clark
Hi! On Oct 29, 2008, at 9:43 AM, Bob Henkel wrote: Hello, What I want to do now is invoke a method on the object I have selected in nstableview by clicking a third button labeled Random Salary which will call the method giveRandomSalary that I created in my Employee class. The job of this

interface builder and nsarraycontroller binding newbie question

2008-10-29 Thread Bob Henkel
Hello, I'm pretty new to the OSX and really new to Cocoa. With the disclaimer aside For one my first learning projects I started to follow a tutorial that has me making use of a nsarraycontroller in IB and using bindings to bind an nsarraycontroller to a Employee class I created. CLASS Empl