0
votes
2answers
70 views
+100
Landscape printing in Rave Reports Delphi 7
I have create report designs in Rave (Delphi 7). However they are in portrait mode. When user selects landscape printing from Print Setup, it is printer in portrait again anyway. H …
0
votes
0answers
2 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 …
0
votes
3answers
316 views
iPhone camera can’t open from landscape application
hi all
I am creating a landscape only application using sdk 3.0 that uses mapkit. I need to use iphone camera in my application. But I am getting following warning when I try to o …
0
votes
1answer
228 views
Weird landscape UITabBarController Application startup
Hi there. My application is quite simple, but I have some problems when it starts. I setted in the Info.plist to be landscaped, but it seems to ignore the order. In fact, when the …
0
votes
2answers
72 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 t …
0
votes
1answer
44 views
openUrl in landscape mode in iphone
Hi Fellas,
I am trying to open the url through safari in landscape mode. But still not able to do it.
Following is the code.
[[UIApplication sharedApplication] openURL:[NSURL URL …
3
votes
8answers
2k views
UIPicker sizing in landscape mode
I am trying to develop an app with a UIPicker in landscape mode, taking up (almost) the entire width of the screen (with 5 or 6 components). Can you please tell me how to set the s …
0
votes
0answers
72 views
iphone UIWebView, Landscape, Zoom!
I have a UIWebView in my app and I am having trouble making it work correctly simultaneously with landscape and the viewport zoom.
If I load pages in portrait and then rotate the …
0
votes
1answer
51 views
Has anyone attempted and succeeded in getting Apple’s iPhone PageControl demo to render correctly in Landscape mode?
I have had many successes programming the iPhone in Landscape mode, but I have been unable to get the Apple PageControl demo to run in Landscape mode and render the content correct …
0
votes
2answers
32 views
Rotate Address Book Controller
Hi Everyone:
I am wondering if there is some way to rotate a created ABPeoplePickerNavigationController. I am creating the ABPeoplePickerNavigationController like this:
ABPeople …
1
vote
6answers
872 views
Iphone Landscape mode switching to Portraite mode on loading new controller
My app launches in landscape mode correctly and works great:
- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
if(interfaceOrient …
0
votes
1answer
62 views
Monotouch iPhone Landscape Mode
How do I keep a Monotouch iPhone app in landscape mode when loading a new view controller from an xib?
To switch to landscape mode when the app loads I use:
app.StatusBarOrient …
0
votes
2answers
97 views
iPhone: In landscape-only, after first addSubview, UITableViewController doesn’t rotate properly
A minimal illustrative xCode project for this is available on github.
On my UIWindow, when I add second (and subsequent) UITableView's as subviews, they do not rotate properly, a …
0
votes
2answers
184 views
Why is my toolbar not visible when in landscape mode?
My aim was to get the application functioning in both landscape and portrait mode, and all I could figure out to do it was this code below. The app was working fine in portrait, bu …
0
votes
0answers
18 views
IE printing landscape vs. portrait screwed up
We have a html/CSS page we're using a print style sheet for to make it print out nicely.
Looks fine in PRINT PREVIEW in Firefox and IE.
However, in IE, when you get to PRINT PREV …
