Hello Guest it is May 06, 2025, 04:46:38 AM

Author Topic: Mach4 Screen editor - disable mouse rollover  (Read 2977 times)

0 Members and 1 Guest are viewing this topic.

Offline Rimmel

*
  •  284 284
Mach4 Screen editor - disable mouse rollover
« 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
Re: Mach4 Screen editor - disable mouse rollover
« Reply #1 on: May 18, 2022, 01:49:38 PM »
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)

Offline Rimmel

*
  •  284 284
Re: Mach4 Screen editor - disable mouse rollover
« Reply #2 on: May 18, 2022, 01:51:18 PM »
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