Re: Daniel Kluss EU web server

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

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) 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu