Over here there was a quick discussion about creating a quick drop that would allow moving selected objects using the mouse wheel. This is my first attempt to get something working.
Here is my second attempt at a scroll wheel movement
"Mouse Wheel v2_MB.zip"
Setup Instructions
- Place the "ScrollWheel Move_MB.vi" and the Mouse Wheel SubVIs folder in the
\LabVIEW 2013\resource\dialog\QuickDrop\plugins folder
- Setup Quick Drop to use the ScrollWheel Move_MB with a shortcut key
Use Instructions
- select the items that you wish to move on the FP or BD
- Active the QD ScrollWheel Move shortcut. [Ctrl-Space Ctrl-<<your shortcut key>>]
- a vertical scrollbar cursor will appear. Inside the cursor is a 1 indicating the selected items will move up or down 1 pixel when the scroll wheel is moved
- If the Ctrl Key is press the cursor will change to a horizontal scrollbar indicating the items will be moved left or right
- If the Shift Key is press the cursor number inside the scroll bar cursor will change to 8 indicating an 8 pixel move.
- Here is a list of the key combinations
- Scroll only - Up/Down 1 pixel
- Hold Shift - Up/Down 8 pixels
- Hold Alt - Up/Down 20 pixels
- Hold Shift-Alt - Up/Down 40 pixels
- Hold Ctrl - Left/Right 1 pixel
- Hold Ctrl-Shift - Left/Right 8 pixels
- Hold Ctrl-Alt - Left/Right 20 pixels
- Hold Ctrl-Shift-Alt - Left/Right 40 pixels
- Clicking any button will stop and exit the vi
There is also a video demonstration how the QD function works
Please post any comments on the discussion.
Mark