LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Get Panel Image

Hi everyone, I've seen many topics about this on the forum but I'm still running in circles trying to figure out how to save the current front panel i'm in into an image file.
I know there is the front panel get image method, but I dont understand a slang of it! Could someone take me by the hand and show me how to get an image of a VI I'm running.
(In fact, I want to add a "print" button on the Vi front panel and print the whole VI front panel under a certain name... pretty much as taking a sreenshot and pasting it to paint :P)

Thank you
tonh
0 Kudos
Message 1 of 3
(2,665 Views)
The help for that method says "Returns an image of the front panel as a flattened pixmap". Seems pretty straightforward. To save it to a file, just wire the image data directly to one of the graphics format file write functions:
0 Kudos
Message 2 of 3
(2,658 Views)
I found them Thank you again smecurio!


Message Edité par tonh le 08-06-2008 01:40 PM
0 Kudos
Message 3 of 3
(2,647 Views)