B4J Question Resolution zoomed

LucianoB

Member
Licensed User
Longtime User
I created a b4j app and working with it in the designer I accidentally deleted a variant which was good for me. Now I'm trying to create a variant with the same resolution parameters but for every variant resolution I set, when I run the app the resolution looks zoomed.
But if I use the WYSIWYG designer the resolution is ok (not zoomed).
If I run it in debug or release mode the resolution is ok (not zoomed).
If I go to the "Object" folder with windows file explorer and run the app directly from there the resolution is zoomed.
I also tried to delete the current layout and created a new one from scratch and the result is the same.
I run it also on another computer with the same result.
Attached are shots of my problem.
Please do you have any advice? thank you
 

Attachments

  • NotZoomed.JPG
    NotZoomed.JPG
    100.9 KB · Views: 237
  • Zoomed.JPG
    Zoomed.JPG
    119 KB · Views: 249
Last edited:

LucianoB

Member
Licensed User
Longtime User
this is the result from command line:

java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) Client VM (build 25.60-b23, mixed mode, sharing)
 
Upvote 0

LucianoB

Member
Licensed User
Longtime User
If I run Java from control panel, "General" tab => About
I see Version 8 Update 51 (build 1.8.0_51-b16)
 
Upvote 0

LucianoB

Member
Licensed User
Longtime User
thank you for the suggestion. I'll improve my project based on it.
Anyway I could say, based just on my small knowledge, that I didn't see any problem till now on the server.
I don't think anyway that it is related to my problem just because I used the app since two weeks ago and it had no problems about the zoom. It started happening just after I accidentally delete the variant in the designer.
Just a question. Did you have the same zoom issue at your side with my project?
 
Upvote 0

LucianoB

Member
Licensed User
Longtime User
Yes, you're right. It still has some issues that I'm currently working on.
Then, if it is not zoomed at your side means the problem is on my two computers. I'll try to find the cause.
Thank you very much Erel.
 
Upvote 0
Top