Xojo.Core.Timer in Web Framework

I am not finding Xojo.Core.Timer to be functioning properly in the Web Framework. Is it not fully implemented yet? I don’t get compile errors but things don’t seem to work. For example, using Xojo.Core.Timer.CallLater doesn’t work.

Is this a bug? I would assume that if the new framework is not fully implemented that you should at least get a compile error…

I think Xojo.Core.Timer doesn’t work in console projects. I ran into this yesterday, it simply would never fire. I think DoEvents doesn’t yield to the new timer, but that’s just a guess.

No, I have not yet filed a case. I had to create a workaround to use old timer on desktop and web, and new timer on ios.

Thanks. Xojo.Core.Timer is working in Desktop projects. I’ll have to file the bug report for this.

Is this still the case? I just tried the following in web, and it doesn’t fire…

Xojo.Core.Timer.CallLater( 250, AddressOf myMethod )