[wxEuphoria] how put Media control into a window?
- Posted by DanM Feb 09, 2009
- 865 views
Why doesn't the following work to create a window with the media player in it,
so I can put OTHER additional controls into the same window as the media player?
What should it be to do that?
include wxeud.e without warning constant main = create( wxFrame, {0, -1, "Media Demo"}), win = create( wxPanel, main), player = create( wxMediaCtrl, win )
Dan