LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Title not showing on JPEG

Hi,
I'm storing a panel as a JPEG from my application,  and the main panel overwrites the title about 1/2 way,  making the information unreadable.  Is there a way to overcome this?
Thanks
0 Kudos
Message 1 of 4
(3,187 Views)
Hi, darkman.

I'm having a little trouble picturing what you're describing. Would you mind posting a screenshot?

Thanks!
Sarah K.
Search PME
National Instruments
0 Kudos
Message 2 of 4
(3,161 Views)
Hi, The Panel goes over the title bar. Darren
0 Kudos
Message 3 of 4
(3,151 Views)
Hey,
The code is
                        if (strlen(testPtr->results.dataDirectory))
                        {
                            sprintf(tmpStr,"%s\\%s",testPtr->results.dataDirectory,testPtr->results.jpegFile);
                            GetPanelDisplayBitmap (scanTestHdl,VAL_VISIBLE_AREA,VAL_ENTIRE_OBJECT,&bitmapID);                           
                            SaveBitmapToJPEGFile(bitmapID,tmpStr,JPEG_INTERLACE,100);
                        }
this might help.
Darren
0 Kudos
Message 4 of 4
(3,148 Views)