hdpi Questions
5
The jmeter UI on windows 8 with a 3200X1800 Lenovo Laptop is unusable. Fonts on the far left pane are toooo small and on the right side the line spacing is too small for the fonts. If I change my r...
5
I'm writing a Qt application that needs to run on high-dpi Windows (192dpi instead of 96dpi).
Unfortunately the Qt framework does not have support for high-dpi yet (at least on Windows), so my app...
2
Solved
I just tried out the JavaFX Hello World Example on a 4k screen on Arch Linux, but unfortunately the GUI does not scale.
The documentation says
Hi-DPI support. JavaFX 8 now supports Hi-DPI disp...
1
According to these articles:
http://news.kynosarges.org/2015/06/29/javafx-dpi-scaling-fixed
https://twitter.com/michaelsamarin/status/729234779292483584
Java 9 should support high DPI display...
2
Solved
I have an issue on hdpi with netbeans, the icon become too small when I open it.
Then I found the issue below. And someone says that jdk9 fix the resolution problem.
https://netbeans.org/bugzilla/...
2
We have HDInsight cluster in Azure running, but it doesn't allow to spin up edge/gateway node at the time of cluster creation. So I was creating this edge/gateway node by installing
echo 'deb http...
Cytotaxonomy asked 7/7, 2016 at 20:32
1
Solved
Some of my customers want to be able to scale my application manually (when Windows dpi is set to 96), so I had to implement scaling. Unfortunately these customers cannot go with setting Windows DP...
0
I have a Qt Widgets application using Qt styleSheet for the app look and feel. We want to add support for high-DPI displays, as on these, the app looks very small. The first step was thus to call:
...
Ambsace asked 20/6, 2016 at 12:10
4
Solved
Last two questions stayed unanswered, I hope "third one's the charm" works :)
I want application that is HDPI use those drawables in folder "drawable-xhdpi" and LDPI devices those in "drawable-mdp...
3
Solved
If I add a large image to xxxhdpi folder does it gets resized automatically by Android to smaller images for other screen resolutions?
And if yes from which version of Android is this supported?
...
Runge asked 8/7, 2014 at 19:59
0
This html5rocks.com article on High DPI Canvas has been recomended on several places across SO. It describes how to use the backingStoreRatio value to correctly scale bitmaps on high DPI screens (r...
Algiers asked 3/7, 2014 at 10:1
3
Solved
In Android, various devices are classified into different categories based on their density.
LDPI = 120 DPI
MDPI = 160 DPI
HDPI = 240 DPI
XHDPI = 320 DPI
XXHDPI = 480 DPI
XXXHDPI = 640DPI
Here m...
Sward asked 6/12, 2013 at 9:22
0
Is there any way to support high-resolution displays for Java custom cursors? The usual method seems to be using Toolkit:
Toolkit.getDefaultToolkit().createCustomCursor(cursorImage, new Point(), "...
Rives asked 12/12, 2013 at 16:29
4
Solved
I have a background that I need fit in all screen sizes. I have three folders, hdpi, ldpi and mdpi for drawables, but in the emulator there isn't any referense to what resolution hdpi is and ...
3
Solved
I'm developing an application for tablet 7 inch Kindle Fire HD and Nexus 7 .
These two applications are the same size and the same screen resolution. However, I run my application, it is very diffe...
Marthena asked 31/10, 2012 at 10:48
5
Solved
I want to configure an emulator to be compatible with the Kindle Fire, including its resolution. What do I have to change in the emulator settings (or elsewhere)?
Offal asked 24/11, 2011 at 7:22
2
Solved
I have a device with 800x480 res. When I create GLSurfaceView, I get an onSurfaceChanged call with 533x320 (apparently with 1.5 HDPI modifier applied) and surface is upscaled. So when I draw 1 pixe...
Loosing asked 4/2, 2012 at 19:52
1
© 2022 - 2024 — McMap. All rights reserved.