i have see VLC in MiniGUI c:\hmg.3.4.4\0\VLC\ and want to use it under HMG
so i change "MiniGUI.CH" to "HMG.ch" but there are some "different" ...
Code: Select all
DEFINE ACTIVEX Activex1
...
EVENTMAP { { E_MediaPlayerTimeChanged, "VLC_OnTimeChanged" } }
Code: Select all
SLIDER Slider1 ... ON SCROLL
i understand
Code: Select all
oActivex := _HMG_aControlIds[..] -> _HMG_SYSDATA[...]
MiniGUI
Code: Select all
oVlc := TVlc():New( Win1.Activex1.XObject )
Code: Select all
oVlc := TVlc():New( Win1.Activex1.Object )
so how to get VLC running under HMG