Along these same lines of working inside the DataGrid Column Behavior script :
This works:
Code: Select all
Put 1059 into chkWhiteSquareOn
Put 1060 into chkWhiteSquareOff
I'd like to refer to the image by name
instead of having to always chase down the Image ID for the exact same image on different stacks.
This works in a normal button on a new stack.
Where the image is placed on the stack.
But errors inside the DataGrid Column Behavior script.
Where the optTransparentCircleOn.png is in the DataGrid Row Template.
Code: Select all
put the ID of image "optTransparentCircleOn.png" of me into chkWhiteSquareOn
put the ID of image "optTransparentCircleOff.png" of me into chkWhiteSquareOff
Is there a way to qualify the image location instead of using "of me"?