LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

image background in the front panel , is it possible ?

Hi all !
I want to improve my program look !
How could I set a background image in the front panel ?
0 Kudos
Message 1 of 4
(2,909 Views)
go to Paint (or your favorite drawing program) select and copy the image (this puts the image onto the clipboard), go to labview and paste the picture on the front panel.

You can also attach an image to a control (like a button) by right clicking the fP object, selecting Advanced >> Customize, and (in the control editor that is launched) right click the object and select import picture. This method is nice because you can import one image for the true state, and another image for the false state. I've used this method for small push buttons to show that the button was pressed. For example, for a Load button, you might have the traditional windows load icon (a folder) and when you press the button, the folder opens.
Message 2 of 4
(2,909 Views)
You can do this at runtime with G Toolbox / Set Skin.vi
Simply drag & drop an image onto your front panel to change background. Support bmp, jpg, wmf, emf, etc.
Support panel resize.

http://gtoolbox.yeah.net
George Zou
0 Kudos
Message 3 of 4
(2,909 Views)
THANKS !


"Joel Andersen" ha scritto nel messaggio
news:506500000005000000438F0100-1079395200000@exchange.ni.com...
> go to Paint (or your favorite drawing program) select and copy the
> image (this puts the image onto the clipboard), go to labview and
> paste the picture on the front panel.
>
> You can also attach an image to a control (like a button) by right
> clicking the fP object, selecting Advanced >> Customize, and (in the
> control editor that is launched) right click the object and select
> import picture. This method is nice because you can import one image
> for the true state, and another image for the false state. I've used
> this method for small push buttons to show that the button was
> pressed. For example, for a Load button
, you might have the
> traditional windows load icon (a folder) and when you press the
> button, the folder opens.
0 Kudos
Message 4 of 4
(2,909 Views)