Hi all,
We are a NI Alliance member and have +20yrs of experience in LabVIEW development.
In my current LabVIEW project, I am experiencing strange front panel behaviour, and have had this problem in previous projects.
This is the front panel of my user interface VI (created in LV2015) :
What I am experiencing is this :
When the VI is running, the bottom part of the front panel is frozen. To make things clear, I've edited the upper screenshot with paint, and drawn a red horizontal line. See screenshot below. When the VI runs, nothing below this horizontal line is updated.
At first it seems more like an issue with the graphics card, but it is only this VI.
At the left of the screenshot, you see that we are using tab-buttons to select tab pages in the user interface.
Below you see more screenshot when these other tab pages are selected. You see here clearly that the upper side of the VI is updated (selected tab is showing, but that the bottom part is 'dead'.)
When the VI is not running, the front panel is behaving fine. Then I can switch the tabs fine.
There is also no object of this dead size/position somewhere. Seems like an arbitrary dead zone.
Some notes :
- I have had this issue in the past as well (using LabVIEW 2011).
- the position of this "line" is always the same. No idea why exactly at this position.
- Tried multiple things to solve it : forced recompile (ctrl-shift-run), saving as, saving for previous version, opening on other PC.
- So far I have no solution, except rebuilding the VI (by copying everything from the block diagram to a new VI, and then recreating the front panel).
Seems like a LabVIEW bug to me...
![foto5.jpg foto5.jpg]()
![foto2.jpg foto2.jpg]()
![foto3.jpg foto3.jpg]()
Does anybody have any advice?