ConsoleApplication

how i make the timer works

i add timer control to console app but i have error set no found

you need to call DoEvents in a loop on the app to make timers work.

so the timer control no works on console app

they work
but console apps have no “main event loop” so you have to provide one
See the Notes section on http://documentation.xojo.com/index.php/ConsoleApplication

Hi Alexis,

I’ve made you a small demo console app running a timer.

thanks