01-01-2020 01:26 PM - edited 12-31-2020 07:03 PM
Continued from the Aug-Dec 2019 bug thread.
The monthly bug threads never got very long, so to avoid fragmentation, we are now doing one bug thread per year.
Happy New Year everyone. May you all discover the last few remaining bugs with 2020 vision!
The rules remain the same:
02-11-2020 10:02 AM
Built-in Mouse Wheel support for Numeric/Ring/Enum Ctrl doesn't work when the ctrl is linked to connection pane.
LabVIEW 2014SP1 / 2019SP1
Windows 7 Pro
Work around: use Combo Box instead of Ring/Enum.
06-03-2020 12:16 PM
Creating a "VI for Override" when the parent class is a debugging-enabled PPL gives an error.
Bug number is 1047200 (replacing CAR).
Workaround is any of
a) Modify LabVIEW 2020\resource\Framework\Providers\LVClassLibrary\NewAccessors\VIRetooler\CLSUIP_CreateNewVI.vi to always error in the middle case structure
b) Don't use debugging-enabled PPLs
c) Manually override (don't use the scripting).
06-19-2020 03:30 AM - edited 06-19-2020 03:30 AM
LabVIEW does not recognize modifications to override VIs after the initial save.
https://forums.ni.com/t5/LabVIEW/LabVIEW-2020-Not-Saving-Overrides-Correctly/m-p/4060382#M1165374
NI is aware of the issue, SLM seems to be working on it. CAR: 1057446
07-15-2020 09:18 AM
A few bugs? I have them plenty!
I still not sure which bugs should be posted here, but they're all either not-before-seen on a forum or not posted in any bug thread and not fixed for years.
LabVIEW
Incorrect constant size and value after multiple Undo/Redo operations
CAR #1065457.
07-15-2020 09:23 AM
Combo Box doesn't allow single item with an empty value
Still no reply to SR.
Workarounds:
07-15-2020 09:54 AM
LabVIEW doesn't release memory for any 2+D / string arrays after VI stops executing
CAR #440207.
It was briefly mentioned on NI forums a couple of times as well, but nobody payed a close attention to the words. Here's basically a NI opinion.
The memory is reused, but it doesn't really help much.
07-15-2020 10:04 AM
CAR # is not yet received.
Output exact string operation doesn't check or escape backslash codes which causes format specifiers to be treated as part of a string and not added to the list.
Conversely, if you remove the second "\" character in Output exact string operation, the string will collapse with next format specifier.
07-15-2020 10:09 AM
Deadlock when using Set Time and Date dialog of a Time Stamp Control during profiling
CAR # is not yet received.
The only solution to this I've found is to kill LabVIEW in Task Manager.
07-15-2020 10:29 AM - edited 07-15-2020 10:51 AM
Runtime panel size is being set incorrectly when window parts are hidden
Still no response to SR.
When Minimum Panel Size = runtime panel size, panel size is being set to Minimum Panel Size + size of hidden items (even though they are hidden) instead of values set in VI Properties > Window Run-Time Position > Panel Size.
The window can be shrunk to expected size manually at runtime.
Workarounds:
This bug is about panel size at runtime being more than it should be.