LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VLC opens a window when running a LabVIEW EXE

Solved!
Go to solution

Dear all,

 

I am trying to play a video in LabVIEW using VLC following these examples:

https://forums.ni.com/t5/Example-Program-Drafts/VLC-scripting-in-LabVIEW/ta-p/3515450

 

Everything works perfectly fine when I run my application on LabVIEW. When I compile an EXE and run my application, the video is not displayed on my front panel anymore but in an external VLC window.

 

Everything works fine when I run an EXE of the compiled examples.

 

I didn't do any change to the example code in my application and I cannot see any difference.

Unfortunately, I cannot share the whole code but I can still can some parts if needed (just ask).

 

Does anyone have any idea about what can cause that inconsistent behavior?

 

Thank you in advance.

 

 

CLAMaxime -- Kudos are a great way to say thank you
0 Kudos
Message 1 of 2
(2,194 Views)
Solution
Accepted by topic author ML927

Solution : it seems that resetting the default values for all front panel controls was the cause. I am not quite sure why but removing the invoke node solved the problem.

CLAMaxime -- Kudos are a great way to say thank you
0 Kudos
Message 2 of 2
(2,147 Views)