Tagged Questions

0
votes
2answers
105 views

Question about using landscape mode with custom images on the iPhone/iPad

Hey I just had a simple question about implementing landscape mode for an app, particularly running on the iPad (but I am sure the concept holds true for the iPhone). I have a custom background image …
3
votes
2answers
166 views

How do I specify different layouts for portrait and landscape orientations?

I've seen references to being able to specify two separate layout xml files for an activity, one for Portrait and one for Landscape. I've not been to find any information on how to do that though. …
0
votes
1answer
124 views

presentModalViewController in landscape after portrait viewController

Hi, I have a main viewController that is in portrait mode all the time. I want then to presentModalViewController, but it will come from the left (not from bottom of the screen) in landscape. Is it …
0
votes
0answers
63 views

How can change the Portrait mode to Landscape mode and vice versa in Tab Bar view controller?

In my application, I am using Tab bar controller.How to change from Portrait mode to Landscape mode and vice versa? I can change mode with out Tab bar controller by just returning YES in …
0
votes
3answers
237 views

Rotation Portrait Landscape with 2 XIB

Hello, i have got 2 GUIs and 2 Controllers 1 is called landscapeguicontroller and the second is called highguicontroller. Now generally i call the highguicontroller, and when i rotate my iphone it …
0
votes
1answer
48 views

Temporarily non-rotatable Android Activities?

Is it possible to make an Activity temporarily not rotatable (like, turning it on/off in code, not in the manifest)? One of my old apps crashes if you rotate while it's doing an HTTP lookup as the …
1
vote
2answers
32 views

.Net Winform Apps with Portrait Monitor

I have noticed an undesirable behavior with .net winforms applications. I have a wide screen monitor rotated 90 degrees to the portrait orientation. When .net winforms applications display on it, the …
0
votes
2answers
112 views

Modding Sonos Desktop Controller to Landscape view

Hi Forum ! I think ive found the right place and people to ask this question. Im using Sonos Desktop Controller App, which is free from Appstore. For a long time ive waited for them to come up with …
0
votes
1answer
388 views

Restrict images in scroll view to stretch when iPhone moved to landscape orientation

I have imageViews as content for in the UIScrollView. If a user is viewing a potrait picture (320x480) and moves the iPhone in landscape orientation - the image stretches to occupy full screen. I want …
0
votes
0answers
23 views

How to print page 1 in portrait and page 2 in landscape in CRXI

I made a report in CR11. I want to print it as follows. Page 1 in portrait orientation and page 2 in landscape orientation. Is this possible? If it is, how do I do that. kind regards André
6
votes
4answers
1k views

How do I make an HTML page print in landscape when the user selects ‘print’?

We generate web pages that should always be printed in landscape mode. Web browser print dialogs default to portrait, so for every print job the user has to manually select landscape. It's minor, but …
0
votes
1answer
138 views

How do I develop for both Portriat and Landscape display formats?

I'm currently developing for a handheld device running Windows XP Professional (not Tablet PC edition). The device allows users to switch from the standard widescreen landscape display format to a …