DisplayQueue
No edit summary
m ((username removed) (log details removed): Moving to Documentation namespace)
(No difference)

Revision as of 20:52, 20 December 2023

DisplayQueue is part of the coding framework for MDriven Framework. It implements the databinding updates async to avoid thrashing the UI with updates that may be passing states. For example, if you looped this command x:=x+1 - we do not want to force UI updates for each loop.

DisplayQueue polling is different on different UI implementations.

For WPF, call this early in your application:

WPFDequeuer.Active = true;
This page was edited 95 days ago on 02/10/2024. What links here