LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

listbox to select between different pictures

Hello,

 

i want to create a 'help' VI.

Actually idea is to create one VI where on one side is listbox, with names of some tests. On another side is sub panel, where test description is shown, depending which test is selected in listbox.

Like this:

milan87_0-1700216508308.png

 

Test description is actually screen shot from PDF.

 

Is someone have example or idea, how to create this?

 

I know i can show pdf in sub panel, but for this i need acrobat reader. And this application is will run on PC without acrobat reader.

 

Thanks

Thanks.

0 Kudos
Message 1 of 3
(720 Views)

You could take screen shots of the PDFs and save them to png or jpeg.

Then you have a couple of options.

 

If the images don't need to change except during the design phase use a picture ring.

 

For more flexibility, use a picture array. Load at startup.

(Or load once and save as default.)

 

Here's an (old) example:

Visual_Deffects.vi (last post on thread) 

 

 

----------------------------------------------------------------------------------------------------------------
Founding (and only) member of AUITA - the Anti UI Thread Association.
----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 2 of 3
(694 Views)

Are the tests located in separate VIs?  You can put the test description in the VI description (documentation) and load the information from there. 

aputman
0 Kudos
Message 3 of 3
(661 Views)