From: Jouke V. <jo...@pv...> - 2006-06-30 07:10:49
|
Hi Mattia, Like I mentioned the other day, there are a few things missing regarding the Wx::MediaCtrl: If I do use Wx qw(:allclasses) it doesn't include Wx::Media, so I have to explicitly use that. I think that shouldn't be necessary. Besides that, I couldn't discover where (if at all) the following constants are defined: wxMEDIASTATE_STOPPED wxMEDIASTATE_PAUSED wxMEDIASTATE_PLAYING wxMEDIABACKEND_DIRECTSHOW wxMEDIABACKEND_QUICKTIME wxMEDIABACKEND_MCI wxMEDIABACKEND_GSTREAMER wxMEDIACTRLPLAYERCONTROLS_NONE wxMEDIACTRLPLAYERCONTROLS_DEFAULT I've tried using Wx with :everything, explicitly importing these constants, and doing the same for Wx::Media, but it seems they haven't been defined (yet). Could you include these before the 0.51 release? Thanks! Jouke |