Image of button of matrix of window problems

I’m trying to set the image of one button in a matrix of many buttons. I think i’m doing something wrong here:

set image of button 1 of matrix "buttonbunch" of window "main" to load image "triangle"

I’ve tried various different ways of doing this, but i keep getting an error.

Model: G4 Quicksilver
AppleScript: 1.3 Studio
Browser: Firefox 1.5
Operating System: Mac OS X (10.3.9)

Hi :slight_smile:

Try this:


set image of cell 1 of matrix "buttonbunch" of window "main" to load image "triangle"

:wink:

thanks

Ahh… So that’s when the docs meant by ‘cell’