LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to embed image browser (floating) to front panel

I am trying to show an array of images in my front panel . Then i have to track the last window event. So that i am using IMAQ WINDDRAW  to display images. But i am not able to embed the browsers to front panel of my VI. Help me out...

0 Kudos
Message 1 of 2
(2,852 Views)

If you want the image to be on the front panel rather than a floating window then why not use an image control on the front panel? You can create an array of image controls if you want to display several of them.

 

If you want to be able to have an image displayed either as a floating window or on the front panel then you can create a vi with an image control set to fill the entire front panel. The call this on its own to pop out as a floating window, or load it into a sub panel on your main vi to embed it into your main display.

0 Kudos
Message 2 of 2
(2,822 Views)