ApplescriptObjC Lister tutorial: Array Controller

Folks-

I’m working through Shane Stanley’s book and having trouble on ‘Simple Table’ tutorial. When hooking up the binding for the Table Column it says to select ‘Array Controller’ and add arrangedObjects from the Controller Key field.

Unfortunately the values available in the drop-down do not include this. Rather, they are: Application, File’s Owner, Font Manager, Lister App Delegate, Object Controller, Shared User Defaults Controller.

Can anyone explain what has changed in Xcode since the book came out or what I’m doing wrong?

Thanks,

RL

It sounds like you added an object controller to your project instead of an Array Controller. An object controller looks like a cube, an array controller looks like 3 cubes in a row.

Ric

Thanks Ric- that was indeed the problem!

-Ralph