B4J Question Requesters wrong height in Win7

MikeH

Well-Known Member
Licensed User
Longtime User
I have these requesters in a little app I use in both Win7 and WinXP. As you can see, in WinXP they display correctly, but in Win7 they are too tall. Does anyone know whats going wrong?

WinXP:
53389-807e4a97c2ffd287a92c973f9872c383.jpg


Win7:
53390-fa786ead3a2f277bc7fcea7c2f0bcbb4.jpg
 

Attachments

  • ScreenXP.png
    ScreenXP.png
    55.5 KB · Views: 167
  • Screen7.PNG
    Screen7.PNG
    25.1 KB · Views: 172

MikeH

Well-Known Member
Licensed User
Longtime User
How are you creating these dialogs?

B4X:
Dim res As Int = fx.InputList(MainForm, items, "", "Choose IP (192.168.0.?)", 0)
 
Upvote 0

MikeH

Well-Known Member
Licensed User
Longtime User
Are you testing it on a real computer?
Yes, a real computer. Im suspecting Java, no reason just a hunch. I'll try other WIn7 computers.
 
Upvote 0

MikeH

Well-Known Member
Licensed User
Longtime User
Might be related to the set DPI.
Wouldn't that also affect the width? Its as if extra CRLF are being inserted after every line.
 
Upvote 0

MikeH

Well-Known Member
Licensed User
Longtime User
It is just something that you can check. I don't know whether it is related or not.
Yes, DPI is affecting it. Thanks Erel.
 
Upvote 0
Top