I've been looking to see if it's possible to access the backcolor property of cells in the mechanical tree when developing an act extension.
For example a cell will turn yellow automatically when it needs attention or red when it is invalid or gray when it is read only. The grid editor shows this method being used, but its not clear where cells are located in the properties. for example: cell.BackColor = self.GridEditor.EditableColor
Does anyone know how to access the back color on properties defined in the xml?
The motivation is that I'd like to control the visual response for a property shown to the user. So basically turn it yellow etc. through code rather than relying on the valid/invalid state etc.