We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm submitting a…
Short description of the issue/suggestion:
Setting the property prism.allowhidpi is ignored in final build
Steps to reproduce the issue/enhancement:
check the target directory and run "demo.exe" Window will be scaled so the EXE is not seeing the System property
What is the expected behavior?
Window should not be scaled since we set System.setProperty("prism.allowhidpi", "false");
What is the current behavior?
Window scales.
Do you have outputs, screenshots, demos or samples which demonstrate the problem or enhancement?
What is the motivation / use case for changing the behavior?
It doesn't work.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered:
Additional: It works fine with Launch4j option. It might just be a documentation task.
Sorry, something went wrong.
Hi @sproket! Do you mean that if we set -Dprism.allowhidpi=false in ${exeName}.l4j.ini as explained here it works?
-Dprism.allowhidpi=false
${exeName}.l4j.ini
I didn't have to do that. All I changed was changing winrun4j to launch4j and it worked. :)
Oh, sorry, I missed that you were using WinRun4J instead of Launch4J 😅
So, the problem is in WinRun4J ... VM arguments are not working as expected.
No branches or pull requests
I'm submitting a…
Short description of the issue/suggestion:
Setting the property prism.allowhidpi is ignored in final build
Steps to reproduce the issue/enhancement:
check the target directory and run "demo.exe"
Window will be scaled so the EXE is not seeing the System property
What is the expected behavior?
Window should not be scaled since we set System.setProperty("prism.allowhidpi", "false");
What is the current behavior?
Window scales.
Do you have outputs, screenshots, demos or samples which demonstrate the problem or enhancement?
What is the motivation / use case for changing the behavior?
It doesn't work.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: