[wxEuphoria] how put Media control into a window?

new topic     » topic index » view thread      » older message » newer message

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

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu