07-06-2009 06:56 AM
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?
07-06-2009 07:36 AM - edited 07-06-2009 07:36 AM
Hello Ralbar,
Can you expalin little bit clearly.
07-06-2009 08:26 AM
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.
07-07-2009 02:51 AM
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,
07-07-2009 03:09 AM
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.
07-07-2009 03:16 AM
Hi Ralbar,
glad you found the solution. Thanks for posting it as well for future reference!
Have a nice day.
Regards,