Hello
I have a matrix with 4 button to select Color
When we click on it, i’m able to have the state of every button
set toutQuadri to spotMatrixQuadri's |cells|()'s valueForKey_("state") as list
But the problem after is that i can’t deselect them.
So i would like to deselect them via applescript
So i try to change the state
set spotMatrixQuadri's |cells|()'s valueForKey_("state") to 0
but i have the error message :
2014-06-03 11:02:48.649 DinoBox[856:303] *** -[SpotColor currentDocSpot:]: Can’t set «class ocid» id «data optr00000000A0EC040000600000» to 0. (error -10006)
If someone can help, it will be great
Thanks