Questions tagged [adjustment]
136 questions
0
votes
4 answers
trouble with responsive website and height
When you open my website its responsive (not done).
when resizing from the width everything is working right.
but when starting to move the height everything starts looking wrong.
its becouse ive set height 100% on the divs.
When looking on a…

Kappa
- 193
- 1
- 2
- 13
0
votes
1 answer
How to adjust font color for xterm in Linux application in c
I have an intel based embedded target system and Linux is running.
I saw that kernel commands' font color of screen output (in telnet-console) is adjusted automatically. For example, if xterm console background is light color, texts are black, and…

windflow
- 3
- 5
0
votes
1 answer
Altenative [UIScreen mainScreen].nativeScale for iOS 7 support?
does anyone know an alternative to the following code? I want to support iOS 7 and below in my app and .nativeScale does not work on these firmwares. I could not find a solution on the internet that's why I am asking here. (normally letting…

LinusGeffarth
- 27,197
- 29
- 120
- 174
0
votes
1 answer
nativeScale -> crash on 3.5 inch iPhone 4S
I have an app I designed for 3.5 and 4 inch. I adjusted the items on screen with the following method:
CGRect screenBounds = [[UIScreen mainScreen] bounds];
if (screenBounds.size.height == 568) {
//4 inch code
} else {
//3.5 inch…

LinusGeffarth
- 27,197
- 29
- 120
- 174
0
votes
1 answer
Scrolling a scrollbar to the bottom when its at the bottom
I am trying to make a chatbox application, im trying to code the side bar so that it will stay at the bottom but can also scroll up to view history. Is there any way i can do this?
pane.getVerticalScrollBar().addAdjustmentListener(new…

Jdbener
- 5
- 2
0
votes
2 answers
Is [UIScreen mainScreen].brightness Key Value Observable?
This is what I am truing to do on this iO7 or later app:
When the user opens my app, I want to get the screen brightness value and turn up the brightness all the way. When the user leaves the app, I want the brightness to go back to previous…

Gizmodo
- 3,151
- 7
- 45
- 92
0
votes
1 answer
adjtime(x) adjusts time very slowly
I'm trying to do adjtime to adjust the clock (which is, for example, 15 mins in future) supplying correct offset to adjtime function. But as I understand adjtime does it very slowly. So when I actually call the function and then check the time it…

maverik
- 5,508
- 3
- 35
- 55
0
votes
3 answers
How to push the layout up once the ad banner is shown?
I have a relative layout which contains:
adView which is aligned at the parent layout's bottom. another
Relative layout containing the app view like buttons and others.
As known, ads are sometimes not available or the wifi is off hence it is not…

Moayad Hani Abu Rmilah
- 800
- 2
- 8
- 17
0
votes
1 answer
Adjust width of textbox according to page width
I am trying to get the textbox to fill up the entire width but I do not know how to do it. I am attaching a screenshot below I want the text box to fill up the entire container and be responsive as well(I mean adjust the width of the textbox…

nishantvodoo
- 835
- 3
- 17
- 32
0
votes
0 answers
How can I specify specific comparisons in the Lifetest Procedure in SAS?
I would like to make sure I have properly adjusted for multiple testing, which I am doing through permutation. I do not want to over-adjust, so I only want to include comparisons that were specified a priori. Here is a dataset that is similar in…

Sam Dickson
- 5,082
- 1
- 27
- 45
0
votes
1 answer
What language can alter a programs volume continuously?
I'm running Windows 7 and I was playing some Frederic Chopin through my speakers and got tired of adjusting the volume to parts of the song that would be pretty quiet. I was wondering what language would allow me to listen to a program's audio…

Bobby Strickland
- 175
- 4
- 14
0
votes
1 answer
Linear Layout Adjustment is Not Happening
I am creating one app.I am facing a piquliear problem.I have run my app in all samsung devices,htc deivces,sony devices,tablet also.But in few of them the layout is not coming as it should be.
I am posting one screen shot over here.
Now u can see…

Chiradeep
- 973
- 12
- 32
0
votes
5 answers
Span in h2 tag. Auto adjust width
Here is the HTML part:
CSS for the elements:
.container {
width: 533px;
}
.container h2 {
color: #ec1c24;
font-size: 48px;
text-transform: uppercase;
font-family: "Open Sans…
Some text

user1410644
- 351
- 4
- 6
- 15
0
votes
2 answers
How to adjust image on certain point of website
I am trying to place a wooden display board on the top of menu bar at http://offbeatdestination.com. I have successfully done this by using the following code:
0
votes
1 answer
Adjust size of Dialogue Box with Apple Script
So I have been using Automator and the built in actions are pretty limited so I am trying to use AppleScript but I don't know how to resize the dialogue box to display all of my text .
I looked it up but couldn't find how to adjust the parameters…

O.rka
- 29,847
- 68
- 194
- 309