LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can't change front panel background

I have tried right clicking on the scroll bar and selecting properties, but the background doesn't change.  I get this dashed line across my front panel.  For simplicity I tried the backgrounds that ship with LabVIEW, with no more success.  Also, I copied some images to the background folder, but they don't show up in the dialog.

 

Jim_Marihew_0-1699367913229.png

 

0 Kudos
Message 1 of 12
(831 Views)

Hi Jim,

 

attach your VI and your background image so we can try to replicate/examine your problem…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 12
(812 Views)

Hi Gerd.  Unfortunately I can't do that.  My company is SUPER strict about sharing anything, even if it's not proprietary.  One of the posts I saw suggested to reinstall/repair.  Not my preferred option.  I did this before, but that was another computer & LabVIEW version (now on 2020).

0 Kudos
Message 3 of 12
(804 Views)

@Jim_Marihew wrote:

Hi Gerd.  Unfortunately I can't do that.  My company is SUPER strict about sharing anything, even if it's not proprietary.  One of the posts I saw suggested to reinstall/repair.  Not my preferred option.  I did this before, but that was another computer & LabVIEW version (now on 2020).


Is it visible in Run mode or only opened for editing (Use CTRL+M to toggle Mode?)   Save a copy of that vi then delete everything from the block diagram.  Inline a snippet of the code (from the empty BD Edit Menu >>Select All (CTRL+A) then Edit Menu >>Create Snippet.   This creates a *.png file with the VI embedded.  Place that Snippet into your post.  Also use the Windows snipping tool and show the resulting FP with the artifact visible.   I suspect that it is a real FP object of class Decoration or possibly a splitter.  You could also use the scripting methods to traverse all FP Objects.


"Should be" isn't "Is" -Jay
0 Kudos
Message 4 of 12
(784 Views)

I think Jay is onto something here, adding a splitter and changing the right background gives this effect with a very similar selection box:

Yamaeda_0-1699375316204.png

 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 5 of 12
(762 Views)

Hi Jay, my first snippet.  With an empty BD, create snippet was grayed out.  Threw in a boolean, and it worked.

 

MT_Snippet.png

0 Kudos
Message 6 of 12
(714 Views)

@Jim_Marihew wrote:

Hi Jay, my first snippet.  With an empty BD, create snippet was grayed out.  Threw in a boolean, and it worked.

 

MT_Snippet.png


Go figure!  And the Compiler is smart enough to see that unwired constant and exclude it from the compiled object anyways 🙄😴

 

The bigger questions are if the artifact is still visible (you did not drop the FP snip into your post)  and,  if you see it in run mode.


"Should be" isn't "Is" -Jay
0 Kudos
Message 7 of 12
(669 Views)

Like I said, hadn't done a snippet before.  Files I have.

0 Kudos
Message 8 of 12
(663 Views)

@Jim_Marihew wrote:

Like I said, hadn't done a snippet before.  Files I have.


VI Viewer for Android is missing from my phone. (Oh...dang there isn't one)  so, I can't see the FP of the snippet and need a screenshot of it from the Windows Snipping tool as well as the LabVIEW Snippet.   Other Posters can recreate your vi from the LabVIEW snippet and help identify what the artifact or object is.


"Should be" isn't "Is" -Jay
0 Kudos
Message 9 of 12
(656 Views)

Jim_Marihew_0-1699471760281.png

Jim_Marihew_1-1699471801320.png

Pine background selected, but that looks like the oak.  Dashed line with no background image in the second snip.

0 Kudos
Message 10 of 12
(639 Views)