Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: Rimmel on May 17, 2022, 02:34:30 PM

Title: Mach4 Screen editor - disable mouse rollover
Post 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
Title: Re: Mach4 Screen editor - disable mouse rollover
Post by: SwiftyJ 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)
Title: Re: Mach4 Screen editor - disable mouse rollover
Post by: Rimmel 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