LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to display graphics(bmp,gif,jpg etc.) and tables with my PDA

Im trying to make a program for my PDA, just to test out features in the Labview PDA module, my problem is that pictures seem to get stretched and wrapped, same happens no matter how i try to display a picture.Same happens for in the emulator)

I have problem displaying data from a table too, it works fine when i run it in labview, but text doesnt show when i build a PDA application and run it.(Same happens for in the emulator)

How to avoid this problems?
0 Kudos
Message 1 of 2
(3,203 Views)
I had the same problems myself. Aparently buried in the manual it states that LabVIEW on PDA uses the native PDA controls. Unlike what you see on the front panel, what you see is nudged to an image that PDA can display. This makes graphs move, fonts change, indicators resize, etc. There are also front panel objects like clusters and arrays that are on the PDA version of the LabVIEW palette but will not show up on the PDA because they are not native. I bet this is what you are seeing with the table.
0 Kudos
Message 2 of 2
(3,203 Views)