LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sub vi - Task bar entry

I have two Sub VIs which are called from my Main Program.

In both cases the Front Panel of the Sub VIs are opened to accept user data.

 

Both SubVIs have identical window appearance settings.

 

In one case an additional entry is added to the windows task bar in the other case not.

 

Does anybody know the reason for the different bahavior?

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

 Hello Ralbar,

Can you expalin little bit clearly.

 

 

 

 

 

 

 

Message Edited by AHK on 07-06-2009 07:36 AM
Regards
Aks

(Appreciate answers by giving KUDOS)
Hit the stars.............. sky is not the limit.
0 Kudos
Message 2 of 6
(2,763 Views)

I created two (modal) dialogs to accept user inputs.

 

When I call dialog #1 the front panel opens (as desired) and I am able to enter the data.

While the dialog is open no further entry appears in the windows taskbar. Thats what I want.

 

When i close this dialog and open dialog #2 from the main program it´s front panel opens (as desired) but  an

additional entry containing the windows title (of dialog #2) is added to the windows taskbar.

 

As I wrote before, both dialogs have the same window appearance settings and also the same structure (even based).

 

What I want is to avoid the additional entry added to the task bar by dialog #2.

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

Hi Ralbar,

 

could you post an example VI that demonstrates the issue? Try to keep it as simple as you can, while still reproducing the issue.

 

Best regards,

0 Kudos
Message 4 of 6
(2,717 Views)

Hi jtagg,

 

currently if found out what has cause the one dialog to add an taskbar entry.

 

It was the property node FP.minimizable which was set to TRUE during runtime.

 

 

Thanks anyway.

0 Kudos
Message 5 of 6
(2,715 Views)

Hi Ralbar,

 

glad you found the solution. Thanks for posting it as well for future reference!

 

Have a nice day.

 

Regards,

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