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
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
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}