12-27-2015 10:08 AM - edited 12-27-2015 10:08 AM
Hey guys,
I have a myRIO placed in a "shoe box" and I read the acquired data from the LabVIEW via WLAN on the tablet.
Now I wanted to know if there is any software or design toolkit for a better handling of the buttons and control elements on a touchpad screen.
For example:
I have an enum and I press my finger on it and want to choose any of the objects but they are too narrow.
Or
I press on a common integer control and want to enter a number, overwritting the current number of the element.
Are there also packages of other designs for LabVIEW Frontpanel objects like tabs, indicators and so on, which are good for touchpad?
kind regards
Slev1n
12-27-2015 03:04 PM
I have an enum and I press my finger on it and want to choose any of the objects but they are too narrow.
- You can resize the Enum and its Font to make it wider and taller.
I press on a common integer control and want to enter a number, overwritting the current number of the element.
- Redesign the Control with big Increment/Decrement buttons, use a Dial, use a Slider, design a KeyPad (using Booleans)
Bob Schor
12-27-2015 04:03 PM