How can I switch the view between the whole machine or only the job with a button on the screen?
In the 1024 screenset is a button, Display Mode, but it's not working here.

Code under the button is:
value = GetParam("Boundry")
if value = 1 then
'SetButtonText " Job "
SetParam "Boundry" , 0
else
SetParam "Boundry" , 1
'SetButtonText "Machine"
end if


Anyone have any idea why it is not working, it's the standard screenset. Or are there any other options I can use for this?

And is there a possibility to disable the rotation of the view? I'm working on a plasma cutter screenset, and don't want the toolpath screen to rotate everytime I click in it?

Thanks