Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: gorf23 on September 27, 2018, 09:56:57 PM

Title: Button hide show?
Post by: gorf23 on September 27, 2018, 09:56:57 PM
is the a command to show or hide screen buttons, like with the scr.SetProperty or any other commands?

thanks gary
Title: Re: Button hide show?
Post by: DazTheGas on September 28, 2018, 04:20:23 PM
Yes that is correct use the scr.SetProperty

scr.SetProperty('ctrlName','Hidden','0') -- ctrlName is visible
scr.SetProperty('ctrlName','Hidden','1') -- ctrlName is Hidden

DazTheGas
Title: Re: Button hide show?
Post by: gorf23 on September 28, 2018, 08:03:01 PM
Thanks Daz

Looked for the commands for scr. couldn't find any online also looked in the mach4 doc folder .
where are they located if there is any.

Thanks again