B4J Question app freeze when lock user windows session

alizeti

Member
Licensed User
Hi,

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.

Any idea?
before locking windows user
1641584186725.png


After locking the screen
1641584279155.png

Thanks
 
Last edited:

aminoacid

Active Member
Licensed User
Longtime User
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
 
Last edited:
Upvote 0

tchart

Well-Known Member
Licensed User
Longtime User
I’ve seen this for some of my apps that I leave running but I’ve also seen in it other apps written in Java eg DBeaver.

So it’s not a B4J thing.
 
Upvote 0

tchart

Well-Known Member
Licensed User
Longtime User
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.
 
Upvote 0
Top