LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Front panel wallpaper

Hello,

I would like to put a tye png image on the front of my program and then put control indicators on the image. I would like to put an image on the front of my program and then put control indicators on the image, so put an image and pass it as a screen function in itself.

How do I do this?

Thank you for your help!

0 Kudos
Message 1 of 6
(1,271 Views)

@Anto_98 wrote:

Hello,

I would like to put a tye png image on the front of my program and then put control indicators on the image.


You can use the Background Image property of the front panel pane. The background image will be saved to your VI, if the image will not be changed you only need to run this once.

 

snip.png

 


@Anto_98 wrote:

I would like to put an image on the front of my program and then put control indicators on the image, so put an image and pass it as a screen function in itself.


You will have to clarify what you mean by screen function. Do you want to save a screenshot image of your front panel after you put your controls and indicators on it?

If so use the front panel method Get Image.

 

snip2.png

0 Kudos
Message 2 of 6
(1,260 Views)

In fact what I want to do is put an image on my front panel and put indicators/controls on it to make a user interface.

The problem is that I have copied and pasted my image and it is on my front panel but the indicators/controls are below it except that I want them to be above the image.

0 Kudos
Message 3 of 6
(1,250 Views)

I don't want to modify the image, I just want to overlay the display/control on top.

0 Kudos
Message 4 of 6
(1,249 Views)

Hi Anto,

 


@Anto_98 wrote:

The problem is that I have copied and pasted my image and it is on my front panel but the indicators/controls are below it except that I want them to be above the image.


Change the Z order of all those frontpanel items!

There's a button in the frontpanel window menu bar to do so…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 6
(1,238 Views)

Select your picture, after that:

JensG69_0-1628511932584.png

 

Second option:

Remove image and put in the background as suggested.

This can also be done manually, right click on scroll-bar of the frontpanel, select properties:

JensG69_1-1628512111620.png

 

Now edit the background properties of the pane:

JensG69_2-1628512147347.png

 

Regards, Jens

Kudos are welcome...
0 Kudos
Message 6 of 6
(1,231 Views)