I'm using B4j 9.3 and I have a weird issue.
My interface is working find. The moment I lock the user session and I come back after couple of seconds, my interface is not refreshing anymore.
The app is working because i'm logging some data every 5 minutes and I see it still logging correctly.
I noticed that the same thing happens in some of my applications. The program is actually running but it appears to be frozen since the form has not refreshed. When it does, I just let it sit for about a minute or move the mouse over it and the form ultimately refreshes.
But ... I sure would like to know how to prevent this from happening since one could think that the program has locked up. It probably has something to do with the JRE rather than the B4J application
Ive been doing some reading up on this. Looks to be a JavaFX issue. Ive downloaded a newer JavaFX so I will test that.
One suggestion (which I havent tried yet) was to change the monitors resolution. This may force a refresh. Its a not a real fix though but worth trying to see if it is the same issue.