LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to show Getting Started Window (GSW) when a Tool's Daemon/Process VI is running in background (and all other files are closed...)

[cross-posted to LAVA]

 

Howdy !

I have run into the following issue when creating a tool for LabVIEW that continually runs in the background (daemon/process VI):

By default, LabVIEW shows the GSW when all other files (project, VIs etc...) are closed.
However with the process running in the background, it does not show the GSW!

Has anyone run into the issue before?
Is there a way to set LabVIEW to 'ignore' my Tool and get the GSW to show normally?
The VI is running in the NI.LV.Editor application instance (the Tool is launched by Quick Drop).

Cheers

-JG 

Certified LabVIEW Architect * LabVIEW Champion
0 Kudos
Message 1 of 5
(3,176 Views)

Most probably by setting all VIs in the hierachy of the tool to be system VIs. This is a private property of the VI object.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 2 of 5
(3,148 Views)

Thanks, Rolf

But I can't seem to find where this property is hiding!

Are you able to posts its location?

 

Cheers

-JG

Certified LabVIEW Architect * LabVIEW Champion
0 Kudos
Message 3 of 5
(3,140 Views)

I don't have it in front of me, but I believe it should be called Is System VI. You might need the supersecret keys in order to see it.


___________________
Try to take over the world!
Message 4 of 5
(3,130 Views)

Thank Yair, found it in the scripting workbench (LV8.5).

 

 

However, setting this property for VIs and Ctrls did not work. 😞

The dist contains Libraries (Standard and Classes) as well, don't know if the need to be flagged too? 

Certified LabVIEW Architect * LabVIEW Champion
0 Kudos
Message 5 of 5
(3,122 Views)