Matrix Object Actions

Is Panorama X able to redraw / update a cell with in a matrix object?

Also, what are all the actions possible with a matrix object?

I’m on a PC right now and can’t test anything myself, but if you look in the Panorama 6 documentation under Matrix Programming, you will see a number of SuperObject commands for matrices. SuperObject is now called ObjectAction. Try them out in Panorama X, and see which ones work.

To redraw a single cell you should be able to use

ObjectAction "Matrix Name", "redraw", "cell", cellnumber

You would replace “Matrix Name” with the actual name of the matrix, and cellnumber with the actual cell number, or a variable or formula that produces that number.

Thank you Dave, that worked.