05-08-2021, 08:53 AM
We solved this with an OnTimer event.
If callback routines are triggered via dialogues, then some controls could not be updated (runs asynchronously, I think).
Now we start a timer with a short interval in the callback function.
That works very well.
As a short notification is posted also, that fits quite well anyway.
If callback routines are triggered via dialogues, then some controls could not be updated (runs asynchronously, I think).
Now we start a timer with a short interval in the callback function.
That works very well.
As a short notification is posted also, that fits quite well anyway.

