landscape Questions
2
Solved
I'm using itextsharp to join mutiple pdf documents and add a footer.
My code works fine - except for landscape pages - it isn't detecting the page rotation - the footer is not centerd for landscape...
2
Solved
I am using phonegap and jquery mobile to build an app for an android phone. Is there a possibility to lock the orientation on one page? E.g. page "map" is loaded and the orientation is lo...
Fleury asked 10/8, 2011 at 11:1
4
I'm developing an app in iPhone SDK and I want to resize the content of my tableviewcell when the device is in landscape mode.
In my tableviewcell I have an synchronous image and two labels. In po...
Unpaged asked 31/8, 2009 at 18:28
3
Solved
Is there any way that we can Forcefully change app orientation from portrait to landscape while navigating ?
I have a requirement that while pushing controller from A to B. B should be in landscap...
Rachellrachelle asked 23/7, 2012 at 10:33
3
Is it possible to let the UIImageView handle landscape images differently from portrait images?
I'll try to explain, I have ImageViewController with a UIImageView that fill the entire screen.
In ...
Interlunation asked 19/7, 2012 at 12:16
4
I am using the following embed code to embed my youtube videos on IOS
- (NSString*)embedYouTube:(NSString*)youtube_id frame:(CGRect)frame {
NSString* embedHTML = @"\
<html><head>\
...
Aristate asked 29/6, 2012 at 9:20
2
What I would like to do:
Detect the current layout orientation of the device (Portrait, Landscape-Left, Portrait(upside down), Landscape-Right)
Differentiate between the two possible landscape mo...
Dominquedominquez asked 23/2, 2011 at 9:7
1
Solved
My app has to support landscape/portrait mode only for tablets, phones will only support portrait mode. What is the best way to implement this?
Options that I am considering:
a) using two apk fil...
1
Solved
I have been working with the ActionBar and ActionBarSherlock for the last few days, and i am having some issues when filling some information in the ActionBar.
When the application runs in portrai...
Endorsement asked 5/6, 2012 at 0:32
3
Solved
I am writing an application which in portrait view has a gallery at the top and when you click a picture it will inflate and fill the entire screen.
This works however in landscape mode the galler...
Lade asked 14/4, 2012 at 21:48
3
My application is just a modified ImageViewer with the options of zooming and dragging.
Containing that modified Imageviewer there is a RelativeLayout (that I want to use as an AbsoluteLayout).
Th...
2
Solved
i'd like to handle orientation change on an iPad application with one UIViewController and two XIBs, let's say MenuView and MenuViewLandscape.
So, in the willRotateToInterfaceOrientation method of...
1
I have to ask it. Using
[[UIScreen mainScreen] applicationFrame]
Is a beautiful way to get the working area of the iphone or ipad in portrait mode. But, if I want get the same size in landscape...
Tirrell asked 3/8, 2011 at 17:4
3
Solved
I upgraded to xCode 4.2 and it's new Storyboards feature. However, could not find a way to support both portrait and landscape.
Of course, I did it programmatically, with 2 views, one for portrait...
Griffith asked 18/10, 2011 at 6:59
1
Solved
In my iPhone application i have a UIImagePickerController for take photos. I have hide all default camera controls and added UIView with Two button as a CameraOverLayView in UIImagePickerController...
Eaglewood asked 2/12, 2011 at 13:8
2
Solved
I'm looking for a solution to be able determine landscape type by a given coordinate, for example check if current position is water/forest/town/road and so on. I found google.maps.MapTypeStyleElem...
Fairminded asked 2/12, 2011 at 20:30
4
This should be a pretty common thing to do, but I haven't been able to get it to work exactly right.
I have rectangular content. It normally fits in 320x361: portrait mode minus status bar minus a...
Sofia asked 6/10, 2011 at 23:52
5
Solved
I want to run a Hello World sample application only in landscape mode on my Device.
If the device changed to portrait, I would then like to raise one toaster. For example "please change to landsca...
2
Solved
I've written my own Perlin Noise implementation and it works well. I can 'zoom' in and out by changing the frequency, but as I zoom in the noise gets smoother and smoother.
Assume I have a landsca...
Chide asked 18/7, 2010 at 0:51
1
Possible Duplicate:
How do i rotate a window in xCode 4 interface builder tool thing?
Is it possible to rotate :
to landscape mode. I want my application to just support landscape ...
1
Solved
This question is very similar to that posed here.
My problem is that I have a map, something like this:
This map is made using 2D Perlin noise, and then running through the created heightmap as...
Legofmutton asked 11/6, 2011 at 15:53
2
Solved
I have an app that can launch in portrait or landscape. I'd like the Default.png file (the splash image that appears when the app launches) to show the image in the correct orientation so I expect ...
Virgilvirgilia asked 25/4, 2011 at 18:45
2
Solved
I have an iPhone application where every view is in portrait. I have a UIWebview with some HTML in it. Amoung that there is a html5 tagged video. When I play that video, it plays in portrait only. ...
Botelho asked 23/8, 2010 at 23:42
4
Solved
I'm working with a UITableView, with UITableViewCell.
My appsupports the landscape orientation so i've created 2 UITableViewCell: one for the portraid and one for the landscape.
In my cellForRowA...
Confidence asked 14/4, 2011 at 14:37
8
Solved
Please note that this question is from 2008 and now is of only historic interest.
What's the best way to create an iPhone application that runs in landscape mode from the start, regardless of th...
Evangelin asked 2/8, 2008 at 10:47
© 2022 - 2024 — McMap. All rights reserved.