05-16-2024, 04:02 PM
using latest nuget-package LibreAutomate 1.2.0
Infotext showing seconds until window is autoclosed is not redrawn after dragging window to new position.
var result = dialog.showInfo(
text1: $"Confirmation triggered correct?",
text2: $"Yes={c2.ControlText} No={c3.ControlText} Message={c1.ControlText}",
buttons: "Ja|Nein",
title: $"DEBUG Trigger #32770",
secondsTimeout: 60);
Infotext showing seconds until window is autoclosed is not redrawn after dragging window to new position.
var result = dialog.showInfo(
text1: $"Confirmation triggered correct?",
text2: $"Yes={c2.ControlText} No={c3.ControlText} Message={c1.ControlText}",
buttons: "Ja|Nein",
title: $"DEBUG Trigger #32770",
secondsTimeout: 60);