I am relatively new to ApplescriptObjc but I have created a number of utility scripts but now I have a more complex task that requires tables with images and text. I would like to use view-based tables but cannot get one to display any data. I’ve tried to find examples but most are Objective C or cell based tables. I have gotten as far as getting the table to show the correct number of rows but I cannot get the images and text to appear in the rows and it’s driving me nuts. I suppose I am stubborn enough that I won’t revert to cell-based tables unless I have to but can someone please post (or direct me to) some simple code that explains the bindings and methods needed to show an array of objects containing a single image and a description?
Any help would be appreciated.