Hello Guest it is April 25, 2024, 03:10:58 PM

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

0 Members and 1 Guest are viewing this topic.

Offline Rimmel

*
  •  208 208
    • View Profile
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

*
  •  208 208
    • View Profile
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