LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

i want to insert a panel in order to illustrate a text file, how could i do?

I have two things:
i a text file which shows numeric data.
ii a panel which draws charts illustrating these figures.
i want to put the panel at the suitable place in the file.
So i wonder if labwindow allow to save a panel into a text file.
if you have any other method allowing to get the same result i would be very happy to know it.
I hope i am more clear this time.
thank you for your answers.
0 Kudos
Message 1 of 2
(2,741 Views)
You can't save images in a text file. You can get a bitmap image of the panel with the functions GetPanelDisplayBitmap. However, you can't put that image in a standard text file, you would have to put it in a Word document or some other word processor file that supports images.

Best Regards,

Chris Matthews
Measurement Studio Support Manager
0 Kudos
Message 2 of 2
(2,741 Views)