06-20-2022 09:09 AM
Right-click the yellow slider; set the fill option to "Fill to minimum". No problem.
Try that on the cyan slider and LabVIEW crashes.
What I am trying to accomplish:
I have 4 values that are being set automatically and I want them plotted on a chart.
I also want the user to be able to override the auto setting of any of the 4 values.
My idea was to customize the waveform chart, replacing the digital displays with vertical pointer slides.
It's functional, but I can't make it as pretty as I want.
06-20-2022 12:05 PM
Can't help, but can confirm crash. Not just the Cyan Slider, any slider other than the first one (closest to the plot). Win10 LabVIEW 2020 SP1, 64Bit
06-20-2022 01:26 PM
Turns out that using property nodes to make the changes works.
The bug seems to be in the way LV handles mouse-clicks on any but the 1st digital display; somehow the reference to that item gets lost.