LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Watermark Logo on FP

Hello, 

 

Is it possible to add a custom watermark logo on the frontpanel (at the specified location depending on the FP Size)?

 

When LV is launched in the "Evaluation mode" you can see the NI logo on the right hand lower corner.. I would like to implement the same for on of my GUI screen.

 

 

Guru

Regards
Guru (CLA)
0 Kudos
Message 1 of 12
(4,982 Views)

If you place your watermark image on the front panel (as a png or bmp etc) you can then programmatically show/hide it using the VI property nodes. You can also change the position/size.

 

You need to look at the decoration properties of front panel

David
www.controlsoftwaresolutions.com
0 Kudos
Message 2 of 12
(4,976 Views)
My colleague has pointed out a better solution - that would be to import your watermark as the TRUE image on a boolean indicator and have a transparent FALSE image. You could then simply wire a TRUE/FALSE condition to the indicator to determine whether it is displayed
David
www.controlsoftwaresolutions.com
Message 3 of 12
(4,969 Views)

Be aware that overlapped controls/indicators can place an additional load on the CPU.

 

If your watermark is visible above a graph/chart that is updated at a high rate, you may see your CPU load increase significantly.

 

If you are using LabVIEW 8.20 or later, you migtht also consider using the panel properties to assign wallpaper. I believe that this technique does not impose additional CPU load...

Message Edited by Phillip Brooks on 01-25-2010 08:23 AM
Message 4 of 12
(4,954 Views)

hello.

 

The idea looks good (both the png and the using the bool indicator) but i am not that convinced...Is there any other better way to do the same...Like as i mentioned the way NI puts their watermark on the Eval version and the position gets changed depending on the FP size...

 

Guru

Regards
Guru (CLA)
0 Kudos
Message 5 of 12
(4,906 Views)
And did you try the wallpaper option?
0 Kudos
Message 6 of 12
(4,902 Views)
Yep...
Regards
Guru (CLA)
0 Kudos
Message 7 of 12
(4,893 Views)
If you experiment with the  stretch options, you should get very close, if not exactly, what you want. If I remember, the watermark maintains it's position relative to the bottom corner as you make the front panel larger or smaller. I've played around with a jpg image and placed the logo in the bottom corner.
0 Kudos
Message 8 of 12
(4,890 Views)
In trying the wallpaper, I can only Tile, Stretch, or Center it.  How do you get it to lock to the bottom right of the screen?
0 Kudos
Message 9 of 12
(4,741 Views)

Thats exactly the question i had asked in the original post

 

Guru

Regards
Guru (CLA)
0 Kudos
Message 10 of 12
(4,710 Views)