I have a thread with an endless loop collecting data from ethernet and set it into "Text" property of Labels on a Frame using Databinding.
The Problem is that the text (Label) is only repainted if the mouse is moved over the window. I tried using the repaint method with no success. I also tried using a Task with an TaskListener wrapped in a TaskAdapter. But this also didn`t work, it is furthermore only repainted on mouse movement. Is there any possibility to force the repaint of the Label(s)? Regards Lucien Pfeffer
