Could there be a reason why my display mode button does nothing?
It has this VB code in it ...
value = GetParam("Boundry")
if value = 1 then
SetButtonText " Job "
SetParam "Boundry" , 0
else
SetParam "Boundry" , 1
SetButtonText "Machine"
end if
So I am going out on a limb here and guessing the button text should change when pressed but mine always says "display mode" and seems tot do bugger all.
Just wondering
Also, is there a zoom-to-fit option anywhere??