Atozed Forums
progress message - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: progress message (/thread-2236.html)



progress message - tobenschain - 01-13-2021

I am trying to use an IWTimer to asynchronously update a label. I set Timer.Enabled RenderAsyncEnabled are true but TimerAsyncTimer is not getting called.


RE: progress message - Alexandre Machado - 01-21-2021

RenderAsyncEnable doesn't have any influence on this, so you can ignore its setting.

What happens if you create a new blank project, put a timer on it, double-click on the OnAsyncTimer event, put a breakpoint in it, and run the application?

I just tested here and it works as expected (in 1 second it will hit the breakpoint)


RE: progress message - tobenschain - 01-21-2021

(01-21-2021, 11:36 AM)Alexandre Machado Wrote: RenderAsyncEnable doesn't have any influence on this, so you can ignore its setting.

What happens if you create a new blank project, put a timer on it, double-click on the OnAsyncTimer event, put a breakpoint in it, and run the application?

I just tested here and it works as expected (in 1 second it will hit the breakpoint)

I got it working using Features demo.