Re: Daniel Kluss EU web server
- Posted by ChrisB (moderator) Aug 22, 2008
- 1165 views
and this is what I modified the callers to
--onResize[EuWeb]=routine_id("onResize_EuWeb") setHandler(EuWeb, w32HClick, {-1, routine_id("onResize_EuWeb")} ) --onOpen[EuWeb]=routine_id("onOpen_EuWeb") setHandler(EuWeb, w32HOpen, {-1, routine_id("onOpen_EuWeb")} ) --onClose[EuWeb]=routine_id("onClose_EuWeb") setHandler(EuWeb, w32HClose, {-1, routine_id("onClose_EuWeb")} ) --onEvent[EuWeb]=routine_id("onRecv_EuWeb") setHandler(EuWeb, w32HEvent, {-1, routine_id("onRecv_EuWeb")} ) --onTimer[EuWeb]=routine_id("onTimer_EuWeb") setHandler(EuWeb, w32HTimer, {-1, routine_id("onTimer_EuWeb")} ) WinMain(EuWeb,Normal)