LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why does a LabVIEW executable generate two taskbar buttons on the taskbar?

When a LabVIEW executable is run, it generate two taskbar buttons (with the same name) in the task bar each of them pointing to the same window (panel). Is there a way to prevent it from creating two buttons?

thanks
~Vipin
0 Kudos
Message 1 of 6
(4,703 Views)
I believe the technical reason is so that you will still have access to your windows even if you make all your VI windows completely disappear.
To get rid of it, place the line HideRootWindow=TRUE in the ini file of your app (it's created the first time you run it).

___________________
Try to take over the world!
Message 2 of 6
(4,687 Views)

@viper 159 wrote:
When a LabVIEW executable is run, it generate two taskbar buttons (with the same name) in the task bar each of them pointing to the same window (panel). Is there a way to prevent it from creating two buttons?


Add the following line to your executable's .ini file

HideRootWindow=True

There's a KnowledgeBase item here.
=====================================================
Fading out. " ... J. Arthur Rank on gong."
Message 3 of 6
(4,686 Views)
Thanks. That fixed it.

~Vipin
0 Kudos
Message 4 of 6
(4,676 Views)
I was going to post a thread but I did a search and found this thread. Thanks for asking and thanks for the answers.
0 Kudos
Message 5 of 6
(4,554 Views)
... kudos to You for searching first. Smiley Wink
"Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)
0 Kudos
Message 6 of 6
(4,542 Views)