BreakPoint

cancel
Showing results for 
Search instead for 
Did you mean: 

Annual bug thread for 2020

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:

 

  • Each post here should only contain a brief description of a bug, together with a link to the thread where it is being discussed.
  • One post/bug!
  • One bug/post!
  • No discussion of bugs. All discussions of a bug must take place in the original linked thread.
0 Kudos
Message 1 of 28
(5,658 Views)

See https://forums.ni.com/t5/LabVIEW/Built-in-Mouse-Wheel-support-for-Numeric-Ring-Enum-malfunction/m-p/... 

 

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.

 

George Zou
Message 2 of 28
(4,916 Views)

Creating a "VI for Override" when the parent class is a debugging-enabled PPL gives an error.

https://forums.ni.com/t5/LabVIEW/LabVIEW-2020-errors-when-creating-Override-for-a-class-in-a-PPL/m-p...

 

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).


GCentral
0 Kudos
Message 3 of 28
(4,678 Views)

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

0 Kudos
Message 4 of 28
(4,450 Views)

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.

0 Kudos
Message 5 of 28
(4,370 Views)

Combo Box doesn't allow single item with an empty value

Still no reply to SR.

 

Workarounds:

  • Add more items into a Combo Box;
  • Use a " " (space), "." (dot) or another 1-char value as default item.
0 Kudos
Message 6 of 28
(4,368 Views)

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.

0 Kudos
Message 7 of 28
(4,362 Views)

Edit Format (Scan) String window doesn't escape "\" character (and it actually causes further issues...

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.

0 Kudos
Message 8 of 28
(4,360 Views)

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.

0 Kudos
Message 9 of 28
(4,358 Views)

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:

  • Set Minimum Panel Size = runtime panel size - size of hidden items (-17 for Width, -63 for Height) or less;
  • Check Use Current Panel Size option at VI Properties > Window Run-Time Position.

 

This bug is about panel size at runtime being more than it should be.

0 Kudos
Message 10 of 28
(4,350 Views)