LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I make floating options windows behave like probe windows in LV 5.0?

Hello all,

I'm trying to use subVI's as small floating windows that appear and disappear on command. These windows provide access to controls that trigger functions in the calling VI.

I've already achieved this by calling the subVI's (which are set to be front most) continuously in the main loop when I want to see their front panels and then closing them when I don't want to see them using the close function in victl.llb.

This works, but there are some problems. The title bars of the floating front panels flash continuously when there is more than one panel open and if two panels overlap then the overlapping regions flash. Also, when I operate controls on the calling V
I (window maximized), the floating panels disapear. I also tried using invoke and property nodes with the same results.

I realize that this is because only one panel can be in front at any one time, so while calling them in a loop keeps them visible it also makes them flash and disappear behind the calling VI when I click on it.

Is there any solution to this? Is this addressed in LV 6i?

What I really need is for those floating windows to act like probe indicators. Is this possible?

I would greatly appreciate any help.

thank you,
Louis
0 Kudos
Message 1 of 3
(2,716 Views)
There's an utility called LVWUTIL32 at http://zone.ni.com/devzone/explprog.nsf/6c163603265406328625682a006ed37d/ebf11dd1f0feaef3862566790072a983/ that has a vi to make a window topmost, with one difference, if you execute it once, the window will be topmost even if you click in the window under it, and it will be so until you revoke this option with another VI. In my system, no flashes were detected.
Hope this helps
0 Kudos
Message 2 of 3
(2,716 Views)
There's a really nice example in a recent issue of LTR, LabVIEW
Technical Resource, www.ltrpub.com . Get to know this publication; it'll
save you time in the future!

Mark
0 Kudos
Message 3 of 3
(2,716 Views)