01-25-2010 06:09 AM
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
01-25-2010 06:23 AM
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
01-25-2010 06:33 AM
01-25-2010 07:22 AM - edited 01-25-2010 07:23 AM
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...
01-26-2010 11:05 PM
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
01-26-2010 11:15 PM
01-27-2010 12:04 AM
01-27-2010 12:19 AM
04-06-2010 10:56 AM
04-06-2010 11:33 AM
Thats exactly the question i had asked in the original post
Guru