I have created a little project that has a table view, a button, and a text field on it. I would like to select a row in the table view and when I hit the button I want to get the first column out of the table view and show that data in the text field. I am basically trying to figure out how to get data out of a table view.
The problem is that every time I try to give an object an applescript name (i.e. on the info pane - apple script tab I named the button to button and the text view to output) I get a file in the main menu.nib section called AppleScript Info (type ASKNibObjectInfoClassManager Class Info). Then when I run it without doing anything else I get the following errors:
2005-04-17 16:18:15.819 Emotion Media Desktop[2573] An uncaught exception was raised
2005-04-17 16:18:15.819 Emotion Media Desktop[2573] *** class error for ‘ASKNibObjectInfo’: class not loaded
2005-04-17 16:18:15.819 Emotion Media Desktop[2573] *** Uncaught exception: *** class error for ‘ASKNibObjectInfo’: class not loaded
Executable “Emotion Media Desktop” has exited due to signal 5 (SIGTRAP).
And I get a box that asks if I want to report the error.
If I delete that file it will compile and run, however I can’t reference any of the objects.
What in the world am I doing wrong?