Christian Lyra wrote:
> Hi there,
> 
> While using vfd plugin I notice that after playing a movie/music, the
> display always shows the last item played, even if you go back to main
> menu. Debug shows that vfd doesnt get back to the "menu" widget, and
> get stucked with the last played item/widget. While debuging, vfd
> plugin complains about "MENU_PROCESS_END" not being handled. well..
> adding this:
> 
> elif event == 'MENU_PROCESS_END':
>             self.set_running(0)
>             self.playitem = None
>             update_bits = 1

Thanks for this, MENU_PROCESS_END seems to be a new event, one that came
after I wrote the plug-in.

The start/pause and stop were always a bit flaky as there wasn't a
reliable way of detecting when these events occurred.

> 
> to the eventhandler function seems to do the trick.
> 
> Next step: discover why volume doesnt show correctly.
> 

Duncan


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to