I am trying to do a command to our tessera setup for a layer visible to our blue boxes. I want to be able to hide a layer(s) on a blue box, and then be able to reveal it back. This way, I can fire a custom from a carbonite to our tessera system, hide a layer, they can continue to click through their show, and then I can click to reveal back and it will just have whatever graphic they are on back on the output.
I have the following script
dim fb as xpOutputFrameBuffer
engine.GetOutputFrameBuffer(0, fb)
fb.SetLayerVisbile(25, FALSE)
Which I know is close but not correct. - It is not correct because I am putting this script on the tessera master, and the tessera does not have actual FrameBuffers. - I also cannot just put the script on the blue boxes themselves, because then they talk back to the master, and the master tells the blue box to have that layer online.
------------------------------
Garrett Hall
Overtime Elite
------------------------------