Machsupport Forum
Mach Discussion => Mach4 General Discussion => Topic started by: Rimmel on May 17, 2022, 02:34:30 PM
-
Mach4 Screen editor - disable mouse rollover
I have been looking but cannot find a way to disable the annoying mouse rollovers on every button.
Anyone know how to?
thanks
-
You can put the following in your screen load script, or in the PLC script in the first run section at the bottom
scr.EnableButtonHover(false)
-
You can put the following in your screen load script, or in the PLC script in the first run section at the bottom
scr.EnableButtonHover(false)
Brilliant - thank you