I am trying to set up a small program that will change a series of images based user input. I am using the following code to change the picture.
set image of image view "Arrow1" of the window of theObject to load image "Arrow"
The following Applescript error dialog results: "NSCannotCreateScriptCommandError (10)"
As far as I can tell I have everything set up properly in Interface Builder and I can't find any obvious errors.javascript
:smilie('

')
Any suggestions or help would be appreciated.
Steve