Questions tagged [resolution-independence]
38 questions
2
votes
2 answers
Finding out how many lines can be displayed in wx.richtext.RichTextCtrl without scrolling
I'm writing an e-book reader in Python + wxPython, and I'd like to find out how many lines of text can be displayed in a given RichTextCtrl with the current formatting without scrolling.
I thought of using and dividing the control's height by…

Chinmay Kanchi
- 62,729
- 22
- 87
- 114
2
votes
2 answers
I have a page that contains both Flex and HTML at the same time. How do I make it cross resolution?
In one of my pages, I use a Flex 4 app in a column on the left, and then normal HTML in a column to the right. Is there anyway I can make it so that the ratio between the two columns is the same no matter the resolution?
Thanks for reading.

ben
- 29,229
- 42
- 124
- 179
2
votes
1 answer
How to create an SVG with support of more than one Pixel Ratio?
I would like to create resolution independent SVG that uses element. Is it possible to test for actual pixel ratio of the user agent? Please look at the example:

mato
- 173
- 8
2
votes
3 answers
Flex : Cross resolution applications
What is the best way to create applications in Flex/AIR,
which look and feel the same irrespective of the screen
resolution?

simplfuzz
- 12,479
- 24
- 84
- 137
1
vote
0 answers
Android Sprite Jump Physics and screen independence
I've been writing a 2D Surfaceview game for what seems an eternity now and I simply cannot get my head around screen independence for Android.
Basically, my sprite jumps like so: Y value is decreased by an amount (I call it the 'step amount'), then…

Paul Butt
- 11
- 2
1
vote
0 answers
for error on android Studio problem occurred configuring project ':cloud_firestore
I am editing a taxi flutter, but it turns out that it gives me this error
FAILURE: Build failed with an exception.
What went wrong:
A problem occurred configuring project ':cloud_firestore'.
defaultConfig contains custom BuildConfig fields, but…

Near River
- 11
- 1
1
vote
1 answer
designing a REST api that supports multiple screensizes
Until now all my thumbnails have been 150x150. I would like to support different thumbnail sizes, in order to deal with different Android/iPhone models.
I have been considering this way of supporting multiple sizes. Always working with square…

neoneye
- 50,398
- 25
- 166
- 151
1
vote
2 answers
Different images for different resolutions in HTML resources in Android
How do you display different images for different screen resolutions (hdpi, ldpi, mdpi) in an embedded HTML resource of an Android app?
The HTML resource is located in assets, but can be changed if necessary.
If this is not possible, how do you…

hpique
- 119,096
- 131
- 338
- 476
1
vote
1 answer
My vector sprite renders in different locations in simulator and device
I'm implementing a subclass of UIView that displays a gauge dial with a sprite for the indicator. It has angle property that I can vary to make the needle point to different angles. It works, but on the same values for the position of the needle…

Steve
- 6,332
- 11
- 41
- 53
1
vote
2 answers
How to have a button only for large devices on Android?
I know you can have different UI elements by declaring different layout folders like layout-large or layout-xlarge. However, I don't want to have to update two separate files every single time I make a change to my apps interface.
Is there any other…

you786
- 3,659
- 5
- 48
- 74
0
votes
1 answer
Android DPI independence on devices with same the resolution
I Have a few general questions about Android screen / DPI / resolution indepence.
Basically, I am taking specifically about sprite-based apps, like ones based on Surfaceview for example.
Every guide I've read (including the official one) says that…

Paul Butt
- 11
- 2
0
votes
1 answer
Fixed pixel-size WinForm Custom control inside WPF full screen application
I try to insert a Winform custom control inside WindowsFormHost. This custom control only works in a fixed height & width.
I try to specify the width & height for this custom control & the WindowsFormHost, but since WPF size is…

Hoàng Long
- 10,746
- 20
- 75
- 124
0
votes
3 answers
Software Display Problem
Using VB6
My Default Software display setting as "800 x 600"
Clients having different display setting like "800 x 600", "1366 x 768", "1280 x 768"
Client using the software more than "800 x 600" display setting means software is not fitted with full…

Gopal
- 11,712
- 52
- 154
- 229
0
votes
1 answer
Circle Same Diameter on All Resolutions WPF (Resolution Independence)
I have a physical object in the shape of a circle that measures 3 inches in diameter. My application transposes this circle shape onto the screen so the user can visually check off what they see into the application from the circle object. The…

J-man
- 1,743
- 3
- 26
- 50
0
votes
2 answers
Monitor Screen Independent Forms size & Control Size?
in various case i have seen that when we run apps in various pc with different monitor size then win form behave differently. sometime the form get bigger and as a result few control on that form will not visible.so please tell me how to design win…

Thomas
- 33,544
- 126
- 357
- 626