Landscape vs Portrait

When I create a book in iBA the pages look exactly as I want them in landscape but when I go to portrait everything dissappears and I'm left with a blank page with the title at the top. I am doing a dry run with a few images and text boxes under a basic template. When I Cut/Paste items things look good until I go to portrait.
What is happening, and how do I work with the program to make the book work both ways.
BB

Do your editing in portrait, and formatting in landscape. Media will always be sidebar thumbnails in landscape, when you click on them, however, they become full screen. You do have control over the placement. There is a thing in the toolbar to change between floating, inline, and anchored; floating allows you to move them around where you want them to be. With anchored, there is a target-looking anchor in the text. Change it to floating, move it, then anchor it if you want. You might have to change orientations to change to floating.

Similar Messages

  • My iPad 2 home button has stopped working I have tried the swivel from landscape to portrait whilst holding the button, I have tried holding the off button then the home button and I was told I could create my own home button in the settings but I can't!

    My iPad 2 home button has stopped working all together, I have tried the swivel from landscape to portrait whilst holding the home button, I've tried pressing the off switch then pressing the home button, the other thing I was advised to do was create a home button in the settings under the accessibility option but I don't have the option I was advised to use under there! Help! It's really frustrating having to turn the device off everytim I want to switch apps and I really can't afford to send it away to be mended! Many thanks in advance

    The accessibilty setting that was mentioned is:
    * Enable AssistiveTouch
    Enable AssistiveTouch which floats a virtual button on-screen which can mimic all hardware buttons on the device:
    Settings>General>Accessibility>AssistiveTouch: turn ON
    *Note* If you power off the device using the AssistiveTouch panel (tap the on-screen AssistiveTouch button, Device>Lock Screen (tap and hold to power off)), you will NOT be able to power on the device *if your Sleep/Wake (power) button is not functioning*. You will need to connect the powered off device either to a PC's USB port or an external charger to power the device back on.

  • I need to make Landscape and portrait in the same file ? plz I don't want to go back to word

    Hi there I am trying to have page in landscape and portrait in the same file, but I couldn't, however, if there is a way where we can perform it please advise me as I need to do that for my thesis. Am happy to work only in pages if this feature is not in pages, please find us a solution.
    Regards
    Mohammed

    Export te document to PDf. Open it in Preview. Here you can rotate the a page to horisontal.

  • Print SSRS Server Report in landscape or portrait mode directly(without report viewer control)

    Hello,
    .Net 4.0\VS2010\C#\ssrs 2008 on Sql Server 2008R2
    Having a problem printing a Server report while controlling the orientation and the size of the emf rendered to the physical page.
    I have the report cutting off in both landscape and portrait modes. I'm passing the following deviceinfo to the render function:
    string DeviceInfo =
    @"<DeviceInfo>
    <OutputFormat>EMF</OutputFormat>
    <PageWidth>8.5in</PageWidth>
    <PageHeight>11in</PageHeight>
    <MarginTop>0.25in</MarginTop>
    <MarginLeft>0.25in</MarginLeft>
    <MarginRight>0.25in</MarginRight>
    <MarginBottom>0.25in</MarginBottom>
    </DeviceInfo>";
    return DeviceInfo;
    string mimeType;            string fileExtension;            Stream pageStream = serverReport.Render("IMAGE",  deviceInfo, firstPageParameters, out mimeType, out fileExtension);
    No other settings seem to have an affect on controlling the output to printer or pdf.  i.e. The deviceinfo params fed to server report's render function are all you get.  I think my original code comes from an MSDN or CodeProject example. I'm not
    inventing anything new here.
    Links below indicate similar problems but they are looking at the issue from just landscape mode. Seems like I ought to be able to squash or expand the image to whatever size I specify, separate from the 'page' size.  Please let me know what i need
    to know to make these reports print without bleeding onto 2 pages or slicing off the right side of the document image.
    http://stackoverflow.com/questions/25652415/cant-print-ssrs-rdlc-report-in-landscape-mode-directly-to-printer-using-suggest
    https://social.technet.microsoft.com/Forums/sqlserver/en-US/06a9b432-c8a5-4952-a07c-867742a26c47/print-rdlc-without-report-viewer-either-in-portrait-or-landscape?forum=sqlreportingservices
    print ssrs rdlc report in landscape mode directly
    Thanks!

     Hi
    FraterJoanni,
    Thanks for posting in MSDN forum.
    I am not expert in SSRS. You should get better response in SQL Server > SQL
    Server Reporting Services, Power View forum.
    After take a look at the similar threads links as you posted above.
    The conclusion is we needn’t tell the program o this report is landscape not portrait. If the width is larger than the height, the report will be printed in landscape; otherwise, it will be printed in portrait.
    >>Links below indicate similar problems but they are looking at the issue from just landscape mode.
    But in C# forum, we only from the point of code, code looks OK to me.
    A similar blog talking about this
    Controlling Page Size in a Reporting Services Report
    And  I have got the default page size in the US is Letter, 8.5in x 11in.  In other parts of the world A4 (8.3in x 11.7in) is the standard. 
    65: //build the device settings (A4 8.3 × 11.7)
    66: string deviceInfo = string.Format("<DeviceInfo><PageHeight>{0}</PageHeight><PageWidth>{1}</PageWidth></DeviceInfo>", "11.7in", "8.3in");
    67:
    68: //get report bytes
    69: result = rs.Render(format, deviceInfo, out extension, out encoding, out mimeType, out warnings, out streamIDs);
    70:
    Best regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Mix landscape and portrait in one report

    Is it possible to have a container report have a mix of subreports that are portrait and some landscape?   Is it possible to embedd the printer portrait/landscape control characters on each subreport so it prints properly?   ...or something to print sideways for landscape subreports.
    I am using VS 2008, Crystal 2008, Vista Business ...this is a windows application - not a web app.
    When I mention container report, this is just a report that I use as a container for subreports.
    Thanks,
    Jeff

    Jeff, thinking about how to do this I realize that there will not be a way to get this done, not for subreports. For individual sections without subreports, yes. E.G.; this can not be done in the designer and typically, if it can not be done in the designer, it can not be done at runtime.
    While there is a way of setting a particular section to print a different orientation than the rest of the report, if there is a subreport in the section, the section's orientation property will not be passed on to the subreport.
    Alternatively, if a main report is set to portrait orientation and the subreport is set to landscape, the subreport will print landscape, on a portrait oriented page, thus resulting in data being cut off. In the reverse scenario, main report is landscape, subreport portrait, the subreport will print portrait on a landscape oriented paper and as above, data will be cut off.
    Ludek

  • Landscape and portrait mode

    My iPad is slow between rotating from landscape o portrait mode at the home screen. In apps though it is very fast. Anybody know why? It hasn't always been like this

    Hi,
    Try restarting your iPad.
    Press and hold the Sleep/Wake button until the red slider appears. Slide your finger across the slider to turn off iPad. To turn iPad back on, press and hold the Sleep/Wake until the Apple logo appears.
    See if that made a difference.
    If not, you may have an app that needs "force quitting" ...
    Try this... Press and hold the Sleep/Wake button on top of iPad for a few seconds until a red slider appears, then press and hold the Home button until the application quits.
    Try again. If it's still slow, connect your iPad to your computer, launch iTunes. Check available storage at the bottom of the iTunes window. Might be a good idea to have at least 10% free space available.
    Carolyn

  • Landscape and portrait phots?

    Hi
    I want to use some phots to make a youtube video the photos are both landscape and portrait , but when i add the media it only shows the photos in one orientation (landscape) any advice gratefully recieved

    Before you import the photos into your project, go to your preferences (under the Edit menu on a PC) and uncheck Scale Stills to Frame Size.
    Also make sure your photos are sized to no larger than 1000x750 pixels or they are going to be way to large to work with. You may need to resize them once youv'e added them.
    Unless your concern is that the portrait photos are coming in sideways. If that's the case, you'll need to open them in Photoshop Elements, rotate them 90 degrees and then resave them. Note that, although many photos will appear to be oriented correctly in the Organizer or in Windows, they still may not actually be oriented correctly until you open them in Photoshop.

  • Landscape and portrait mode in Epub

    Hey!
    When I export from Indesign to .epub with a fixed layout - is there a way to use it in landscape and portrait mode on an Ipad or Iphone? Mine stays in landscape.

    @Steve – don't think so…
    @Kaz Till – do you mean the following:
    1. Without setting "auto":
    2. After setting "auto":
    Don't think, that this is to the advantage of the reader…
    Uwe

  • Landscape and Portrait Orientation Problems

    Hello everyone,
    I am working on my first iBook using iBook Author. I am having a heck of a time understanding how to make something look good in both Landscape and Portrait orientation.
    For example, I am curious how to make the spaces between paragraphs disappear in portrait view, if I had to use them in order to make the landscape view look proper in terms of formatting. In depth, if I have a text for a section in the book that I need to have at the top of the next column, I am putting my cursor before the text and pressing enter a few times in order to move it along and onto the next column so it is at the top of the page.
    Here is a picture of what I am talking about:
    The highlighted text has been shifted down so it will be at the top of the next page.
    Now this is what it looks like in Portrait orientation:
    There are way too many empty lines between them. Also, you will notice at the top that Not Getting In the Way is also too close to the text above it. Correcting that by putting a space between the lines will screw up the Landscape formatting.
    Also, adding pictures makes it even MORE difficult to keep both formatted properly and clean.
    Any advice would be INCREDIBLE.
    Thank you everyone!

    Layout in landscape. Edit in portrait....assuming you've not disabled support for it.
    Preview/check in both.
    See the tips in this forum and
    Publishing With iBooks Author
    http://shop.oreilly.com/product/0636920025597.do 

  • Change landscape-and-portrait-folio to landscape-only

    Is it possible after mistakenly having produced a folio with landscape-and-portrait-mode setting it back to landscape-only?
    In the new content viewer, if a folio is set for both landscpae and folio, but only one layout exists, it shows a grey empty page in the second alignment (before it didn't change the alignment and the picture wasn't changed when turning the iPad).
    Now, when you create a new folio, you are asked if this is landscape-and-portrait or portrait-only respectively landscpae-only. We mistakenly have chosen both-alignments and are now having the problem of the empty grey mode in portrait.
    Can this be changed after upload the layouts? Is this also happening within the app itself?

    Hi Bhaskar,
    thanks for your help. My intention is to create a single-orientation layout, but I created a both-orientations-layouts. Before v20 (or 19?) when just uploading one of the orientation into that folio, content viewer and the branded app just showed one orientation and fixed the layout within the iPad. Now, if you choose both-orientations and just upload a single one, you are getting a grey screen in the missing orientation.
    I wasn't aware of this fact (maybe because german customers weren't invited to sprint v20 presentation) but I'm afraid that you are right an  have to created the folio completely from the ground (which is a lot of more work with import function not running )
    Maybe this solves my push notification error with one of my folios I have
    Richard

  • How do i have landscape and portrait slides in the same keynote file?

    how do i create landscape and portrait slides in the same keynote file?

    You cant, its one or the other not both, the slide size setting is for the whole presentation, not for individual slides.
    The slide format is chosen to match the display the presentation is shown on. I have presentations showing on vertical, horizontal, square, circular and iregular shaped screens with rear projection, but a single format must still be set.

  • Why are my apps changing when i change the orientation from landscape to portrait

    Recently, on my ipad mini retina, when i change the orientation from landscape to portrait, the apps change. For example, when i enter a game like impossible and change to landscape to play it and then exit the screen has shifted to either the right or left and shows the first line of the next pages apps. Its kind of like when im in the middle of changing from one page to another but it only changes back to normal when i tough the screen. Im not sure if this has anything to do with the new 7.1 ios but it is becoming really annoying

    I know it is not a specific app problem because it happens when i come out of some of my apps, it doesnt happen all of the time, only sometimes. Also if any of you could help me with another issue with the same device, when i connect to wifi/hotspot i get static on the screen, it is very noticable when i show a dark picture or a large amount of the screen is a dark colour but i wanted to know if this was normal with the ipad mini retina. I have seen discussions about this device having problems connecting to wifi but i havent found any discussions on this. Does anyone know could cause this?

  • Landscape orientation = portrait orientation?

    I'd like my landscape and portrait orientations to look the exact same. I want the user to simply switch to landscape mode if she or he wants the book to be bigger. This is proving harder then it should be. Any help is well appreciated.

    I was under the impression that "locking" keeps the user from entering landscape orientation (if locked in portrait mode).
    How can I make sure the user may switch between? Is there a template that does this?
    Thanks - just trying to get as much specifics before I start testing.

  • IPhone 5 with updated ios8 won't change orientations (landscape vs portrait).

    My iPhone five with updated ios8 won't change orientation between landscape and portrait. Does anybody have any suggestions?

    Hi lmilesfromnowhere, 
    Welcome to the Apple Support Communities!
    There may be a couple of different things I would suggest here. The first thing I would do would be to check and make sure the orientation lock is off. 
    iOS: Screen does not rotate
    If the lock is off and the issue continues, I would recommend restarting your device. If the issue continues after the restart, reset the device. 
    Turn your iOS device off and on (restart) and reset
    Have a great day, 
    Joe

  • Navigation based on screen orientation (landscape or portrait) in Flash CS6

    I'm creating an app that will have a different menu if the phone is held landscape, or portrait.
    I figure I have to tell flash to move to a new frame when the phone moves from landscape to portrait or vice versa, but I'm not sure the exact code to after creating the orientation event listener.

    your orientation listener should call a function that executes a gotoAndStop.
    the stage has an Stage.OrientationEvent.ORIENTATION_CHANGE event you can use:
    stage.addEventListener(StageOrientationEvent.ORIENTATION_CHANGE,changeF);
    function changeF(e:StageOrientationEvent):void{
    trace(e.afterOrientation.toString());

  • LANDSCAPE or PORTRAIT ?

    Dears,
    After book was submitted, I got following msg from Apple:
    "All vital content (images, text, etc) now needs to be available in both landscape and portrait mode. Currently, all content is missing in portrait mode.
    Surely some of you already experienced this issue."
    It is clear to me what it means but my question is: IS IT MANDATORY TO HAVE IT AVAILABLE IN BOTH MODE?
    If so, is there a clever way or I have to past and copy the text and widgets from every pages? 
    Thanks in advance for help!!
    Ugo

    It is mandatory for your book to be seen in both orientations.  I received a similar message last week.  My book has many images and only 1 was displaying in portrait mode.  After much trial and error, I discovered that the image was Inline, the rest were not.  I spent about 24 hours total re-formatting my entire book so that it was viewable in both formats.  Keep switching back and forth between the two orientations as you work on your mac.  Save both versions.  You cannot edit in portrait, only landscape.

Maybe you are looking for

  • Equivalent of MS Access First Function in SQL for Group By

    We previously had an Access database performing operations. We are now converting it over to SQL. There are queries in Access that use the "First" function to insert data, which I have not been able to find the equivalent to in SQL. Below is an examp

  • How to Force mac Thunderbolt External Display with Integrated GPU for Macbook Pro 2012?

    I have been getting GPU Panic whenever I use external Thunderbolt Display. Not sure whether this is software after(Mavericks) or hardware, if anybody could shed some light I would appreciate it. The Current Discrete GPU will only work for few seconds

  • Buffer Overrun error when playing MPEG4 video files

    Recently i upgraded to the newer version of itunes with quicktime 7.0.2. I am not able to play my MPEG4 video which i have in my itunes library for my ipod anymore. The video plays for a few seconds but with artifact type glitches in the video and th

  • Project def. description & WBS description in multiple language

    Hi Guru's, In my current project client want to maintain Project def. description & WBS description in English and Arabic simultaneously( but not as long text). Is it possible to maintain two description together( 1st in English and other 2nd in Arab

  • Address book missing in New Message Window

    Although I can append the Address Book icon to the toolbar in the main Mail window, this is not acessable from the New Message Window.  I have several email accounts and prefer to not use the auto-complete tool in Mail.  However, I'd rather not have