I can't get MDX to embed the @window. Here is my code.
;open picwin (@fmod_mp3)
force.init_vis.spect
;set control for mdx
mdx SetControlMDX 19 window > $+(",$scriptdir,dialog.mdx")
;grab window
did -a forcemp3 19 grab $window(@fmod_mp3).hwnd @fmod_mp3
All it does is add the text after 19, instead of embedding the window. |