Questions tagged [screen-positioning]
22 questions
0
votes
0 answers
percentage positioning (google example)
I have a website which is very basic. A header bar at the top of the page - a bit like this website or Facebook, a textbox and a submit button at the bottom of the page.
The problem I'm having is to do with the positioning of both the textbox and…

cja
- 47
- 1
- 11
0
votes
2 answers
Scattered unordered list
I have an unordered list that I'm hoping to add the effect that when something is appended to it, it appears in a random position on the screen every time. However, since it's text in the list, I can't have each random position overlap. The text…

cja
- 47
- 1
- 11
0
votes
1 answer
ioS change button images to fill up the screen for iphone 3.5 inch and iphone 4 inch
I've just started writing iOs apps for work and I came across this problem which has to do with resizing my buttons on a screen to suit both the iPhone 3.5 inch and 4 inch. If you look at the screenshots below you will probably get the majority of…

koramaiku
- 358
- 2
- 5
- 22
0
votes
1 answer
Why does this not draw on the top 20 or so pixels of a full screen window?
Making a full screen checkers game for learning/practicing drawings/swing in java but can't get it to draw on the upper portion of the screen (position [0,0] is about 20px below the top of my screen.)
Here's code for an example (I'm just using…

Orion
- 90
- 1
- 7
0
votes
0 answers
How do I keep keep my view from displaying off screen in iOS7?
We are updating our app to work with iOS7 and have had a lot of trouble with orientation and the placement of our views.
We are using views that display a list that goes from
Categories->Location->Location Information.
The Location and Location…

user3099926
- 26
- 3
0
votes
2 answers
gmap c# point lat long to screen position/location
I'm working with GMap in c#. When I click on the map I whant to get the location on the screen from where I'm clicking.
I have a map controller that is called myMap. When I click on the map an event is triggered called myMap_Click(object sender,…

Dave
- 341
- 1
- 4
- 13
-1
votes
2 answers
Multiple canvas layers positioning HTML5
I have 2 canvas layers that are positioned on top of each other.
However I need to position them relative to the page.
The width of the layers is 800 and the height 300.
I want to have it center no matter what size screen it is on, and have the…

Shane
- 1
- 1
- 1