Hello.
I need your help with this
I’m trying to controling a playback with wx.media
everything is ok but when I tryed to use wx.media.EVT_MEDIA_FINISH to reset the playPauseBtn label to “Play”
after the playback finished playing, so I can replay the playback it don’t work .
and how can I make and controling a playlist
Any help please .
test.py (1.52 KB)
Hi,
Which versions of wxPython and Python are you using and under which
operating system?
Might make answering easier.
···
On 04/06/2017 15:50, pythonist12@gmail.com wrote:
Hello.
I need your help with this
I'm trying to controling a playback with wx.media
everything is ok but when I tryed to use wx.media.EVT_MEDIA_FINISH to
reset the playPauseBtn label to "Play"
after the playback finished playing, so I can replay the playback it
don't work .
and how can I make and controling a playlist
Any help please .
--
You received this message because you are subscribed to the Google
Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to wxpython-users+unsubscribe@googlegroups.com
<mailto:wxpython-users+unsubscribe@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.
--
Steve (Gadget) Barnes
Any opinions in this message are my personal opinions and do not reflect
those of my employer.
wxTrac has been migrated to GitHub Issues - wxWidgets looks relevant.
···
On 04/06/2017 16:38, Steve Barnes wrote:
On 04/06/2017 15:50, pythonist12@gmail.com wrote:
Hello.
I need your help with this
I'm trying to controling a playback with wx.media
everything is ok but when I tryed to use wx.media.EVT_MEDIA_FINISH to
reset the playPauseBtn label to "Play"
after the playback finished playing, so I can replay the playback it
don't work .
and how can I make and controling a playlist
Any help please .
--
You received this message because you are subscribed to the Google
Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to wxpython-users+unsubscribe@googlegroups.com
<mailto:wxpython-users+unsubscribe@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.
Hi,
Which versions of wxPython and Python are you using and under which
operating system?
Might make answering easier.
--
Steve (Gadget) Barnes
Any opinions in this message are my personal opinions and do not reflect
those of my employer.
I’m using python 2.7 and wx 3.0.2.0on windows 8.1 64 bit
بتاريخ الأحد، 4 يونيو، 2017 6:42:00 م UTC+1، كتب Gadget Steve:
···
On 04/06/2017 16:38, Steve Barnes wrote:
On 04/06/2017 15:50, pytho...@gmail.com wrote:
Hello.
I need your help with this
I’m trying to controling a playback with wx.media
everything is ok but when I tryed to use wx.media.EVT_MEDIA_FINISH to
reset the playPauseBtn label to “Play”
after the playback finished playing, so I can replay the playback it
don’t work .
and how can I make and controling a playlist
Any help please .
–
You received this message because you are subscribed to the Google
Groups “wxPython-users” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to wxpython-user...@googlegroups.com
mailto:wxpython-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
Which versions of wxPython and Python are you using and under which
operating system?
Might make answering easier.
http://trac.wxwidgets.org/ticket/10957 looks relevant.
–
Steve (Gadget) Barnes
Any opinions in this message are my personal opinions and do not reflect
those of my employer.
I had the same problem and I solved it by using EVT_MEDIA_STOP instead of EVT_MEDIA_FINISHED.
Patrick