11 years ago
SOAP UI 5.0 DPIAware
when I start Soap UI 5.0 under win 8.1 with my 3200*1600 Notebook, Soap UI seems to wrongly declares to be DPI aware, and displays too small on my high DPI screen. when I configure Soap UI in Win 8...
Hi guys
I was also bothered with high dpi issues with my UHD laptop on Windows 8.1 but found a solution ( tested on eclipse and soapui but probably also with all exe).
First add a registry key (long time since i haven't launched regedit lol)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\PreferExternalManifest (DWORD) to 1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> <description>eclipse</description> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <security> <requestedPrivileges> <requestedExecutionLevel xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3" level="asInvoker" ms_asmv3:uiAccess="false"> </requestedExecutionLevel> </requestedPrivileges> </security> </trustInfo> <asmv3:application> <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> <ms_windowsSettings:dpiAware xmlns:ms_windowsSettings="http://schemas.microsoft.com/SMI/2005/WindowsSettings">false</ms_windowsSettings:dpiAware> </asmv3:windowsSettings> </asmv3:application> </assembly>
Your fix just helped me in Windows 10. I have never hated a 4K screen so much in my life. I'd like to see both the applications and the OS handle UHD and higher DPI settings better than this. But it certainly helps.
Thanks again
Some other solutions suggested exporting an J2D_D3D=false environment variable. I hope to try this in Linux (Ubuntu 18.04 LTS) as soon as I can figure out how.
Or, Windows-specific, to check the "Disable display scaling" on the icon's right-click dialog box per
https://community.smartbear.com/t5/SoapUI-Open-Source/SoapUI-editor-appearing-small-on-high-resolution-monitor/td-p/115781 and other threads.