LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Background adquisition

Hi everybody!!

 

I would like to ask you for some advice. In my application I need two screens, one shows a whole image comming from a fast video camera adquisition and the other a zoomed image of one zone of the big image.

I developed this feature using an image control and allowing the point Roi, with the invoke node "Get last events" I am able to handle the "clicks" on the image and show on the other screen the zoomed image. The problem comes when I want to work on the zoomed image screen, the other one has the focus and I cant take it to the one which has the functionality.  I tried different custom configurations of "window appareance" in the VI properties, now I have disabled every option "show when loaded... " and I open and close the front panel programmaticly but I doesn't work yet.

 

 

Do you have any idea or example to have a look on it?

 

Thanks in advance!

 

Maite.

0 Kudos
Message 1 of 2
(2,266 Views)
When you configure the second wind do not have it automatically open when called. Instead on the block diagram of the second screen have it open its own front panel. This will force it to the front and make it active.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 2
(2,262 Views)