![]() |
|
TIWMonitor.OnAsyncEvent is triggered on every Interval - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (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: TIWMonitor.OnAsyncEvent is triggered on every Interval (/thread-3430.html) |
TIWMonitor.OnAsyncEvent is triggered on every Interval - jeroen.rottink - 08-29-2023 Hi, Last time I used TIWMonitor was with IW15.2. 69. The behaviour back then was that TIWMonitor.OnAsyncEvent would be called when WebApplication.Status.Value == TIWMonitor.TargetValue. Now in IW15.3.12 it is called on every TIWMonitor.Interval. See it by running demo IWMonitor2. BUT Demo IWMonitorProgress is working correct... It seems to go wrong when no ProgressIndicator is used and using TargetComparison = tcEqual like in demo IWMonitor2. Changing IWMonitor2 demo so TargetComparison = tcEqualOrGreater then it works again. Update JR20230901: It's in the IW Javascript library _isTarget(aValue) RE: TIWMonitor.OnAsyncEvent is triggered on every Interval - Alexandre Machado - 09-16-2023 Hi Jeroen This also has been fixed for the next release. Cheers, |