LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

imaq select point vi popup window size

Solved!
Go to solution

Hi all, I am new here. Hopefully can get an answer for my question here as soon as possible:)

 

IMAQ Select Point VI is a SubVI that displays the image in the specified window and provides a point tool. Is there any method to control the size of the popup window that display the image?

 

Thanks in advance.

0 Kudos
Message 1 of 5
(3,990 Views)

Soon, yes, but not here Smiley Wink

 

You might be more successful in the LabVIEW forum (here) or in the Machine Vision forum (here) - the forum you had chosen here is for LabWindows CVI, a C environment...

0 Kudos
Message 2 of 5
(3,987 Views)
Solution
Accepted by topic author IcingSugar90

It is not machine vision forum, but anyway,

 

you should be fine with IMAQ WindSize, called prior to IMAQ Select Point with the same windows ID:

 

winsize01.png

 

Alternatively you can use WinAPI for resizing any window with known title. Quick and dirty something like that:

 

winsize02.png

 

Andrey.

Message 3 of 5
(3,954 Views)

Well, the identical question has been reposted in the LabVIEW forum (here), it should have been answered there...

0 Kudos
Message 4 of 5
(3,947 Views)

Thank you Andrey, I've just solved the problem by using IMAQ WindSize also, exactly like what you've shown:)

0 Kudos
Message 5 of 5
(3,935 Views)