LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Loading images on front panel

I am trying to load an image in my vi's front
panel while I am running my vi because I want to
choose the image to display.
I just found out that Labview doesn't have any
function for that, not even the picture menu.
I don't want to paste all the images on the front
panel, because they are big and will decrease my
vi performance.
I've been looking for an active X control to do
it, but I haven't found one yet.
I also tried the picture ring in the control
menu, but my vi size gets really big.
Any one has any suggestions about active X or a
different aproach ????


Sent via Deja.com http://www.deja.com/
Before you buy.
0 Kudos
Message 1 of 3
(2,596 Views)
wrote in message
news:8q64he$j3u$1@nnrp1.deja.com...
> I am trying to load an image in my vi's front
> panel while I am running my vi because I want to
> choose the image to display.

Using a picture indicator really should work (under LV 5.1) in just about
every case I could possibly think of. Post some more specifics of why that
wouldn't work if it's a problem.

-joey
0 Kudos
Message 2 of 3
(2,596 Views)
wrote in message
news:8q64he$j3u$1@nnrp1.deja.com...

> I also tried the picture ring in the control
> menu, but my vi size gets really big.
> Any one has any suggestions about active X or a
> different aproach ????

Use the picture indicator? Put a big picture indicator on the front panel,
with (perhaps transparent) controls and indicators in front of it if that's
what you want, and load your images as needed from JPEG, PNG or BMP files?
Perhaps loading them all at runtime to avoid the delay when displaying an
image. I've never used them for loading picture files, but there's a
comprehensive set of utilities in vi.lib/picture that should do what you
want.
0 Kudos
Message 3 of 3
(2,596 Views)