LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Mouse Wheel Event / PlatMods Value for CTRL Key not working anymore

Solved!
Go to solution

I use the mousewheel on a graph to zoom in/out on the graph.

 

I have then made it so that I can hold down SHIFT key down to zoom only the X-axes and the CTRL key to zoom only Y-axes.

It's work perfekt in my old Labview 2016, but the CTRL key not working in Labview 2023.

 

I think it is the new Labview Zoom feature that is conflicting with my code.

 

I have made a little simple example to show the problem.

0 Kudos
Message 1 of 4
(228 Views)
Solution
Accepted by topic author Discrusio

Yoiu can disable Zoom feature by placing the following line into LabVIEW.ini (located in the same folder with LabVIEW.exe)

Editor.Zoom.BlockDiagram.Enabled=False

Another two Zoom-related Options options are 

Editor.Zoom.BlockDiagram.MinFactor=2
Editor.Zoom.BlockDiagram.MaxFactor=1

Disabling zoom should fix your issue, I guess.

 

0 Kudos
Message 2 of 4
(206 Views)

Many thanks 🙂

👍

0 Kudos
Message 3 of 4
(197 Views)

I've filed Bug 2717959 for this issue.


Christina Rogers
Principal Product Owner, LabVIEW R&D
Message 4 of 4
(129 Views)