LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can we launch the labview screen beyond other screens while running two applications on a same time

Hi all,

 I need to run two applications in my system at same time. one of the application is labview. it is running in backside. the dialog boxes which i created in labveiew need to display in fron of all applications.... what should i do to do that.....any suggestions...

 

thanks in advance

 

Regards,

Ragu 

0 Kudos
Message 1 of 6
(2,832 Views)

The easiest thing to do (but can be bad) is to make the LabVIEW window modal.  This will make it the front most window at all times, until the program stops executing.  As you can imagine if you don't have a way to close the window then you will be forced to kill LabVIEW through the taskmanager.

 

To make window modal go to VI Properties (by right clicking the VI's icon) go to Window Appearance, click Customize, then under Window Behavior select Modal.

 

The other more complicated solution is to use Dll calls to bring the window to the front.

Message Edited by Hooovahh on 07-02-2009 08:44 AM
0 Kudos
Message 2 of 6
(2,822 Views)

hi

 

i tried with modal but it's not working.Normally in modal, that LV window comes in front of other LV windows. But whether it can come in front, when LV is running behind to any other kind of applications apart from LV... 

 

 

0 Kudos
Message 3 of 6
(2,815 Views)

hi

 

i tried with modal but it's not working.Normally in modal, that LV window comes in front of other LV windows. But whether it can come in front, when LV is running behind to any other kind of applications apart from LV???...

 

0 Kudos
Message 4 of 6
(2,813 Views)
Have you tried a search? This issue has come up many times before. The only surefire way to do this is to use the operating system. For example, if you're running on Windows you can use the lvwutil library to bring the window to the front. The utilities are available in the NI KnowledgeBase. See attached example.
0 Kudos
Message 5 of 6
(2,802 Views)

hi

 

your reply was useful. Thanks a lot..........Smiley Wink

 

0 Kudos
Message 6 of 6
(2,781 Views)