You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: