Hello Guest it is March 28, 2024, 11:16:15 AM

Author Topic: Button hide show?  (Read 1009 times)

0 Members and 1 Guest are viewing this topic.

Offline gorf23

*
  •  183 183
    • View Profile
Button hide show?
« 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

Offline DazTheGas

*
  •  778 778
  • DazTheGas
    • View Profile
Re: Button hide show?
« Reply #1 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
New For 2022 - Instagram: dazthegas

Offline gorf23

*
  •  183 183
    • View Profile
Re: Button hide show?
« Reply #2 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