Vertical & Horizontal layouts

Hi All,
Need some advice if possible? We have been give the task to covert a printed magazine into a digital iPad format. The client has sent us only the PDF's that are sent to the printers! we have cut and added them into a Vertical layout but we need to add them to a Horizontal layout - which we have done - problem is we are seeing double the horizontal spreads...
We are new to DPS and folio builder and can’t seem to figure this out.
This is how we see it - that is if its possible at all?
Page 1_v   (veritcal)
Page 1 & 2 (stitched together) for _h  (horizontal) mode
So when they turn the iPad they can see it in landscape view... simple!
Problem is we have when we come to “Page 2_v” we need to have “Page 1 & 2_h” again? so when the user reads it in Horizontal mode it will show “Page 1 & 2 twice” we cant have a blank missing page as the folio will say error.
Hope that make sense...

This is the workflow... but this is at the end off all the Horizontal pages and we still need to add verticals only after this..
1) Set up duel layout v and h
2) design... (this is the last horizontal page) we still have to add vertical pages only)
3) Add in articles both V and H (as last H page)
4) now we need to add only the vertical pages going forward..
We add the name in  - turn off landscape layout as we have done all the H ones and wehen uploaded we get the below error...

Similar Messages

  • UIX: horizontal layout for messageRadioGroup

    Hello,
    We use UIX 2.1.7.
    In our application we have a few UIX xml pages that create a (dynamic) list of screen items based on database
    content. These screen items can be text items, date items, choise fields, checkboxes or radio groups, depending on what got queried from the database. In the UIX xml, we have implemented this by a table iterating over a DataObjectList with fields, and a switcher bean to render the corresponding UI widget for each field in the list.
    This all works very well, there is only one layout shortcoming we can't seem to fix. When rendering a field as a radio group, we use the messageRadioGroup tag, and use the childdata attribute to create the individial radio buttons. Unfortunately, these buttons are stacked vertically, while we would really like to have them horizontally because of the huge amount of screen space this would save (we sometimes have dozens of radio groups, all with 4 radio buttons. There does not seem to be a way to do that using the messageRadioGroup.
    I am aware of the possibility using the radioButton tag, but due to some issues with our (already very complex, conditional and nested) databinding and the code responsible for handling the screen when the user presses 'save', we REALLY prefer having just a single UI widget in the UIX page for a radio group, just as for all the other widget types as described above.
    Is there anything we overlooked in the messageRadioGroup tag, and if not will it be possible to include this functionality in a future release?
    Thanks!

    Peter -
    We would much prefer to avoid introducing new layout behaviors into the radioGroup - and encourage clients that require different types of layouts to use the radioButton component. In your case, it sounds like you might benefit from putting your "horizontal" radioGroup layout into a UIX template, so that it can be easily accessed from your uiXML pages. For example, here is a sample template which implements a horizontal layout for radio buttons:
    <?xml version="1.0" encoding="UTF-8"?>
    <templateDefinition xmlns="http://xmlns.oracle.com/uix/ui"
    xmlns:ui="http://xmlns.oracle.com/uix/ui"
    xmlns:data="http://xmlns.oracle.com/uix/ui"
    targetNamespace="http://www.example.org/demo/templates"
    localName="horizontalMessageRadioGroup">
    <!-- define the template's type information -->
    <type base="ui:inlineMessage">
    <attribute name="childData" javaType="oracle.cabo.ui.data.DataObjectList"/>
    </type>
    <!-- define the content of the page -->
    <content>
    <inlineMessage data:prompt="prompt@ui:rootAttr">
    <contents>
    <flowLayout>
    <contents data:childData="childData@ui:rootAttr">
    <radioButton data:name="name@ui:rootAttr"
    data:text="txt"
    data:selected="selected"
    data:value="val"/>
    </contents>
    </flowLayout>
    </contents>
    </inlineMessage>
    </content>
    </templateDefinition>
    And here is a sample UIX page which uses both a standard messageRadioGroup as well as a horizontalMessageRadioGroup to render the same set of inline data:
    <?xml version="1.0" encoding="UTF-8"?>
    <page xmlns="http://xmlns.oracle.com/uix/controller"
    xmlns:ui="http://xmlns.oracle.com/uix/ui"
    xmlns:data="http://xmlns.oracle.com/uix/ui"
    xmlns:ctrl="http://xmlns.oracle.com/uix/controller"
    xmlns:demoTmps="http://www.example.org/demo/templates">
    <templates xmlns="http://xmlns.oracle.com/uix/ui">
    <templateImport source="horizontalMessageRadioGroup.uit"/>
    </templates>
    <content>
    <dataScope xmlns="http://xmlns.oracle.com/uix/ui">
    <provider>
    <data name="RGData">
    <inline>
    <btn txt="Longer name" val="Val0"/>
    <btn txt="Name2" val="Val1" selected="true"/>
    <btn txt="Name3" val="Val2"/>
    </inline>
    </data>
    </provider>
    <contents>
    <labeledFieldLayout>
    <contents>
    <!-- First, a vertical group of radio buttons -->
    <messageRadioGroup name="group1"
    data:text="txt"
    data:value="val"
    selectedValue="Val2"
    type="radio"
    prompt="Verical Group"
    data:childData="btn@RGData"/>
    <!-- Now, a horizontal group -->
    <demoTmps:horizontalMessageRadioGroup name="group2"
    prompt="Horizontal Group"
    data:childData="btn@RGData"/>
    </contents>
    </labeledFieldLayout>
    </contents>
    </dataScope>
    </content>
    </page>
    Please give this solution a try and let us know the results.
    Andy

  • Horizontal layout for images or video

    Hi, Sir
    May Check with you how coldfusion can layout for images or
    video in horizontal way? the default is vertical when we use
    cfoutput. what founction and tag support, or we had to design a
    horizontal looper for the purpose?
    The example web page horizontal layout is the youtube.com,
    like URL:
    http://youtube.com/browse?s=mp,
    All the video were layout in horizontal.
    Thanks and Regards
    David

    See
    this
    link
    Ken

  • Mso vertical & horizontal orientation error

    I made an mso (zoom in and zoom out of a photo in indesign) it works fine without error in indesign, it also work well when viewed in adobe content viewer.
    The problem is when I uploaded the file to the ipad, the overlay effect does not work together on both vertical and horizontal.
    If i browse the vertical first, it works fine, but when rotated to horizontal layout, it doest work.  It happens vice-versa.  It depends on what orientation i will view first, and when rotated, it does not work anymore.
    I need to go back and press the home button and go back to when i last visited to make it work.
    I checked on the other project i made and the mso (photo zoom in/out) works well on both orientation.
    pls help... thanks a lot

    Does the MSO have the same name in the Object States panel in both layouts? If so, make sure the state names are also the same in the two layouts.

  • How to make Canvas on a JSCrollPane Vertical/Horizontal splittable

    I have a JScrollPane on which i placed a JTree(Vertical/Horizontal Scrollable)
    I have a ScrollPane on which i placed a Canvas(Vertical/Horizontal Scrollable)
    I was able to do it but, its splitting towards the JScrollPane area only.
    So i tried to make a JScrollPane and tried to add a Canvas to it setting the options as JScrollPane.VERTICAL_SCROLLBAR_ALWAYS, JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS.
    But the problem is its showing the Scrollable bars but not able to Scroll when more images are there on the Canvas.
    My problem will be solved if i was able to add a Canvas to the JScrollPane with Vertical/Horizontal Scrollable.

    Don't mix Swing and AWT components. Don't use a Canvas. Use a JPanel instead.
    If you need further help then you need to create a [url http://homepage1.nifty.com/algafield/sscce.html]Short, Self Contained, Compilable and Executable, Example Program that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.
    And don't forget to use the [url http://forum.java.sun.com/help.jspa?sec=formatting]Code Formatting Tags so the code retains its original formatting.

  • Rotate view, but keep guides vertical/horizontal?

    hi all
    curious if there's any way to keep guides vertical / horizontal when using the rotate view feature?
    thanks for your tips!
    LML

    "Non-destructive" is really a "term of art" used as shorthand for "without affecting the original pxels of the image".  The opposite doesn't really or necessarily imply that the pixels get destroyed or damaged, simply transformed in some way.  That can be beneficial to the image, of course.

  • How to switch display of label for SelectOneRadio in horizontal layout

    Using selectOneRadio with the horizontal layout and it displays the label and then the radio buttons to the right of the label.
    LABEL RADIO1 RADIO2 RADIO 3
    Is there a way to display the radio buttons to the LEFT of the label instead?
    RADIO1 RADIO2 RADIO3 LABEL
    Another question .... instead of radio buttons, we'd like to use check boxes instead, with the same functionality as the selectOneRadio ... just checkboxes instead of radio buttons.
    Can't find anything like selectOneCheckbox though, just a SelectBooleanCheckbox or SelectManyCheckbox, which won't work.
    Thanks for any help.

    Hi,
    you can use combination of selectOneRadio and outputLabel so in selectOneRadio leave label blank and put this text in outputLabel component, which you store to the right of selectOneRadio
            <af:panelGroupLayout id="pgl1" layout="horizontal">
              <af:selectOneRadio id="sor1" layout="horizontal">
                <af:selectItem label="label1" value="1" id="si1"/>
                <af:selectItem label="label2" value="2" id="si2"/>
              </af:selectOneRadio>
              <af:outputLabel value="outputLabel1" id="ol1"/>
            </af:panelGroupLayout>regards,
    Branislav

  • N8: no horizontal layout for calls?

    I have a horizontal mounting for my N8 in the car. I like OVI maps much more in horizontal layout. But incoming calls seems to be displayed always in vertikal layout !?
    Same for the dialing field if you click on "Make call" on the main window. There seems to be no horizonzal version.
    Greetings,
    HaPe
    N8-00 with orange case, loving it
    If my post was helpfull, click on the white star and give me an KuDo ;-)

    Yes it is very hard to turn it around if it is mounted in a car kit in landscape view to be able to use OVI maps in landscape, which is great and much more better in landscape.
    And it is a big lack that it is not possible to see the caller number and picture in  a correct way. 
    And it is quite impossible to dial a number because the digit buttons are arranged in portrait mode.
    (Nokia N8 is used with bluetooth car kit)
    N8-00 with orange case, loving it
    If my post was helpfull, click on the white star and give me an KuDo ;-)

  • TS3274 How do I lock and unlock the vertical/horizontal screen positions?

    How do I lock and unlock the vertical/horizontal screen positions?

    Use the Side Switch or Rotation Lock in Control Center.

  • Bug in Studio 10.3 - Automatic Handler disappears in horizontal layout

    In process model, clicking on "Layout" button causes "Automatic Handler" swimlane to disappear.
    I've observed this only when using horizontal layout.
    1. Create process
    2. add automatic activity to automaic handler swimlane
    3. add new swimlane "clerk"
    4. Create global ctearion into swimlane clerk
    5. Click "Layout" button
    6. Done: all stuff is now in swimlane clerk, which is the only swimlane left.
    Looks like a bug to me.

    KelVarnson wrote:
    Darryl.Burke wrote:
    Nothing wrong, unless the OP has a custom class named GridBagLayout in the same package, one that either isn't a LayoutManager or doesn't have a default constructor.My guess as well.
    Note that I don't expect that to be the case, it's just a possibility that comes to mind.I think this very likely IS the case, since the error goes on to say:
    2 quick fixes available:
    - Cast argument 1 to 'LayoutManager'
    - Let 'GridBagLayout' implement 'LayoutManager'
    his screenshot shows a "GridBagLayout.java" open in Eclipse, so he probably has created one in his project indeed.
    Kel, either rename that class you created or (worse option) explicitly import the correct one from java.awt.<whatever>.

  • Request: vertical / horizontal option for "swipe to change image" in the Image Sequence tab

    vertical / horizontal option for "swipe to change image" in the Image Sequence tab

    It should work with a mouse click+drag. What version of the viewer are you using?

  • Horizontal Layout scrolling vertically

    Has anyone worked with the HorizontalLayout for a List?
    When you touch scroll, it lets you scroll up and down. Whereas the vertical layout won't scroll horizontally.
    Can anyone else confirm this?

    You'll need to set verticalScrollPolicy="auto" and horizontalScrollPolicy="on" styles on your List.

  • Convert Numbers spreadsheet to vertical vs horizontal layout

    for example, caligrapher wants names and addresses for invite list to be vertical as she would address envelopes, not spreadsheet style that was created in Numbers.

    Your use of "caligrapher" implies that the addresses will be hand written/hand printed on the envelopes, and the change from a row to a column is needed only to ease the task of the person doing that hand writing/printing.
    A second table, using the formula shown should be sufficient to the task:
    Enter the formula into A2 of the second table, then fill down.
    Column D of the 'Data' table contains a single space in each cell. This text in necessary to produce the 'empty' line after each address. Left empty, the value of these cells would be interpreted as 'zero', as seen in row 10, containing the value transferred from Data::A4, an empty cell.
    Functions used are described in the iWork Formulas and Functions User Guide, which also provides further examples of using these functions. The guide may be downloaded via the Help menu in Numbers '09.
    Regards,
    Barry

  • Turn horizontal layout to vertical when you place vertical photograph

    Hi
    I am Sathya Murthy
    Basically I am photographer
    I want to place photos in layers in a single psd file
    for  this i have found a scripting from the website
    http://www.mouseprints.net/old/dpr/PhotoCollageToolkit.html
    which is working fine.
    But the problem is I have both vertical and horizantal photographs
    I have marked certain place in my psd file which is in layers for horizantal photographs using rectangle tool
    but suddenly when i want to insert vertical photos in horizantal layer the horizantal layer should change into vertical layer as photograph
    for eg if i have rectangle layer which is 4 X 6 where 4 is length and 6 is width
    and i have a vertical photo 6 X 4
    the rectangle layer 4 X 6 should change 6 X 4 or in other words when it finds a vertical photo the rectangle layer marked for photo insertion
    should change to vertical position.
    I hope you understood
    for this i need the scripting which should work fine with
    InteractivePopulateCollage.jsx and
    PopulateCollageTemplate.jsx
    for the scripting files please visit this site where you can download
    http://www.mouseprints.net/old/dpr/PhotoCollageToolkit.html
    Please help me in this regard
    Sathya Murthy
    Thanks in Advance

    The problem is you did not read the documentation.  What is happening is your images are being fitted to the openings.   You have created a template with a 3:2 landscale opening and your images is a 2:3 portrait. So the portrait is sized to fill the landscape opening. This will look like a center landscape crop of your portrait.   Placing portraits into landscape and landscape into portrait openings will work however the composition will not be optiimal. You can use the move tool to change the composition in the final collage no croping has been done just masking.
    Also this is not a perfect world many cameras have been produced that do not have an orintation sensor.  So as far as Photoshop knows all image shot are Landscape portrait images will open on one side or the other and if you shoot with the camera inverted landscape image will open upside down. These script expect images files to be right side up when they a placed in.  Photoshop is also not without bugs. I have seen some camera with orintation sensors where files will open in Photoshop right side up put when the ones that are protraits are placed into a document they are on side.  There is code in the scripts that code around some bugs in different versions of Photoshop. They should work in CS2, CS3, CS4, and CS5. The only version of Photoshop scripting that didn't seem to have a scripting bug these scripts needed to code around is CS3.
    Image File naming and placement order
    Images are placed into collages from folders by the batching scripts in filename sort order. To allow you to control the order of image placement, you can prefix the Image Name you want stamped into the collage with a prefix sequence number followed by a "#" character. File Systems file name may be up to 255 characters in length and can not contain the special characters <>:"/\|?* So I could do something like this for file name (Sequence number,Collage Title,Image annotation#Image Name) in the future. You should also not expect a long name stamp to fit with the collage. As of now I just strip off everything up to and including the "#" before stamping the remaining part of the file name into the collage. This is also true in the interactive script. So right now you can use the prefix area anyway you want. However that may change in the future. The Collages templates themselves are populated in the order of the alpha channels "Image 1, Image 2, ..., Image "n" with the lower image number layers below higher number layers in the layers stack.
    From the documentation More example
    Note: Look at how Landscape images are fitted to Portrait cutouts and how Portrait Images are fitted to Landscape cutouts. For best results when you batch populate Photo Collage Templates Images and Cutout should have the same orientation.
    Message was edited by: JJMack

  • Can we make horizontal / vertical swipe layouts with the package "CS 6 Design & Web Premium" ?

    At this moment I'm testing the package "CS6 Design & web premium" to check whether this package could be useful for me.
    In the trial version of "creative suite 6 design & web premium", it's not possible to use the menu "Folio builder"  > you need to get the required software first by clicking on "updates" in the menu "Help".
    Unfortunately, I can't click on "updates". Is it because I'm using the trial version ?

    The trial certainly allows updates. If it’s grayed out give it a few minutes.
    And please post any DPS related questions in the DPS forum, not the InDesign forum.
    Bob

Maybe you are looking for

  • Overlapping Scripts?

    Hi so I have a webpage i'm trying to fiddle around with and so far I've added both a sprymenu (for navigation throughout the site) and an easy rotator. both are javascript functions but when I go to load the page i see my sprymenu for a brief second

  • Data Warehousing Tutor

    Hi Frens, is there any link from where i can learn n n practise Data warehousing concepts/a warehousing tutor..

  • Quicktime codec not found - can't open in FCP

    I have the FCP:Beyond the Basics book. The media files are largely HD quality. Upon trying to open them, FCP gives me the following error,"Codec not found. You may be using compressor type without the corresponding hardware card." This is followed by

  • Call Merge

    I can add a contact to an existing call however, when I have both calls on the line I am unable to merge the calls on my iPhone 5.  Is there a setting that prevents this from happening?

  • What is CRP and UAT test

    Hi, What is CRP and UAT tests in the upgradation of R12