List entries squished first time

Hi,

When running a Clarion app in terminal server, the first time a list window opens, the text in the list box is squished. The second and going forward never has the problem. Anyone run into this?

Ron

Do you have a picture of “Squished” or can describe more ?

Does it appear as if the Line Height is reduced to the point the characters are clipped? Like below is normal and 2/3

Carl, yes, it looks the image on the right. Only happens the first time the window is opened.

Seems like this is a DPI problem. It happens on a lot of lists when first started when it goes away, but then it also is permanent when dynamically creating screen controls after using:

GetWindowHeightWidth ROUTINE
  WindowWidth = TARGET{PROP:Width}
  WindowHeight = TARGET{PROP:Height}