Neil Pate Posted July 7, 2021 Report Share Posted July 7, 2021 Posted here: https://forums.ni.com/t5/LabVIEW-Idea-Exchange/idb-p/labviewideas/tab/most-recent There is a video linked in that post that pretty simple shows the behaviour. It is quite nice to use. If you like it please add your kudo on the Idea Exchange! Quote Link to comment
PiDi Posted July 8, 2021 Report Share Posted July 8, 2021 Interesting idea, I've made a quick implementation of it just for fun. This might actually be usefull on touch screen GUIs, I need to explore that. DragNumeric.vi 1 Quote Link to comment
thols Posted July 9, 2021 Report Share Posted July 9, 2021 Nice! Now make it infinite pac-man style scrolling like in that video Quote Link to comment
ShaunR Posted July 9, 2021 Report Share Posted July 9, 2021 (edited) 9 hours ago, PiDi said: Interesting idea, I've made a quick implementation of it just for fun. This might actually be usefull on touch screen GUIs, I need to explore that. DragNumeric.vi 12.17 kB · 0 downloads Nice. Is an XControl in the works? You know, for science Edited July 9, 2021 by ShaunR Quote Link to comment
PiDi Posted July 9, 2021 Report Share Posted July 9, 2021 @thols, it's doable, I may do it for further fun @ShaunR, nah, just event structure and Input Device Control pallete. Attached the LV8.5 version if you want to take a look. Implementing it in XControl would be cumbersome as it needs to pool the mouse continously. (Plus I removed XControls entirely from my "technology toolbox" a long time ago, together with tons of problems they cause). DragNumeric.vi Quote Link to comment
Lipko Posted July 9, 2021 Report Share Posted July 9, 2021 I usually """solve""" this kind of thing with placing a full-window transparent control over everything and showing it on mouse down and hiding on mouse up event. Fails miserably with multi-pane front panels and have to be extra careful for z-order. Quick n dirty, the way I do LV. Quote Link to comment
ShaunR Posted July 9, 2021 Report Share Posted July 9, 2021 1 hour ago, PiDi said: Plus I removed XControls entirely from my "technology toolbox" a long time ago, together with tons of problems they cause I know what you mean. I have the same view about ActiveX and .NET. But XControls aren't as bad as those technologies and, although a lot of work to make them robust, they are worth it is some scenarios. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.