Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detach process #1

Open
mickaelmonsieur opened this issue Feb 6, 2018 · 1 comment
Open

Detach process #1

mickaelmonsieur opened this issue Feb 6, 2018 · 1 comment

Comments

@mickaelmonsieur
Copy link

mickaelmonsieur commented Feb 6, 2018

Hi,
I already worked with bass.dll, but under Delphi 7 on Win2K, +10 years ago.
I have a problem today with Python, I start on this language.
I created a wx GUI, and when I press a button, an mp3 file is played. Nice!
The problem is that as long as the file is not finished, the button remains pressed and the program freezes (I'm on Mac OS and the OS tells me "This program does not answer")
I must definitely detach the process, but how? with a Thread?
Thanks,
Mickael

@alexandruradovici
Copy link
Contributor

Yes, a thread would be good idea. You can download WyliodrinSTUDIO, create a new Visual project and drag the blocks for multimedia. That should show you the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants