B4J Question Use multiple Monitors with different Scale

ilan

Expert
Licensed User
Longtime User
hi i have 3 monitors on my desk that are connected to my pc. and when i move my b4j app from 1 monitor to another monitor that has different scale settings (windows settings 125%) what happens is that the layout is reloaded again. is that the correct behavior?

so i have 2 panes. 1 is a login form and the other has different views. so now when i open the app and login the login pane disappear and the second pane appears. now when i move the app to the monitor with different scale settings the app reloads the layout like it is restarting. can i avoid that?

thanx
 

ilan

Expert
Licensed User
Longtime User
This is handled by the JavaFX engine. Test it with Java 11 as it better handles non-standard scales.

ok thanx, so just install Java 11? but if someone does not have java 11 on his pc will he get the same behavior? if yes i will need to think how to fix that issue.
 
Upvote 0
Top