DisplayQueue
(Adding message template to the top of the page)
(Replacing message template with parser tag)
 
Line 1: Line 1:
{{message|Write the content here to display this box}}
<message>Write the content here to display this box</message>
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 <code>x:=x+1</code> - we do not want to force UI updates for each loop.
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 <code>x:=x+1</code> - we do not want to force UI updates for each loop.



Latest revision as of 07:41, 17 June 2024

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 06/17/2024. What links here