Navigate through several page views within a single page

[Keep it short and simple without getting confused]

I am putting together a small publication.  (5 pages) I want to be able to navigate several pages in a single page (see Page 3).

1 cover coup next to page 2 page

Page 2 Ad shot from page3

Page 3 Story [3 sub separate page views: 3 a, 3 b, 3 c]

3 as a view-animation art [w / button that takes you to 3 b]coup next to page4

View 3 b floors with scrolling text [w / button that takes you to 3 a or 3 c]coup next to page4

Content view-Supporting 3 c [w / button that takes you to 3 a or 3 b]coup next to page4

Page 4 Directorycoup next on page5

Page 5 Ad

The document should slide only on 5 pages. I don't want the page swipe down.

3 pages can be built in the same document. Or is it possible to navigate the page without Folio Builder in the pages as files sperate

If I build them as separate pages, Folio Builder read them separately - it sends me on 7 pages.

In this case then you will need to use a MSO on page 3.

Bob

Tags: Digital Publishing Suite

Similar Questions

  • Keeping a DataModel object through several pages of QML

    Hello

    I have a simple question, but so far I have not been able to grasp the exact application. So I have a DataModel.cpp object that loads data from a JSON data file.

    On my page main qml, the data model object is charged by attaching it with the following code...

          // The model itself is a QListDataModel defined in       // mydatamodel.h and registered as a type in the       // creation of the application.
          MyDataModel
          {
            id: dataModel
    
            // The path to the JSON file with initial data, this file         // will be moved to the data folder on the first launch         // of the application (in order to be able to get write access).
            jsonAssetPath: "app/native/assets/data/mydata.json"
          }
    

    Now, from the Main.qml page, I can launch methods, get / set properties, attached signals etc...  for the dataModel object. This is perfect, but in case my application consists of several pages... ie:

    Main.QML > AddNewItem.qml
               
    On the Add QML page, I add a new object to the object MyDataModel.

    > ViewItems.qml

    On the points of view, a ListView is bound to the MyDataModel object.

    > EditItem.qml

    The edit page is called, and the user to apply changes to the MyDataModel

    > ViewGraph.qml

    On the graphic page, the data is distributed to the MyDataModel to display a graph.

    I can re-gasket the MyDataModel on every pages, but this requires a complete reading of the JSON data set, but this isn't the right approach and leads in data refresh issue when adding, editing and deleting items.

    QML, how can an object RPC be passed from one page to another qml... I quickly tried to set a property on the ViewItems.qml variant, but it generates a qml error: the value of the property Type mismatch "dataModel". Expecting DataModel and found zero.

    Page
    {
      property variant data
    
      ...
    }
    

    A simpler solution might be creating the dataModel once in the C++ code and the injection of the instance (not type) as a context for QML property. It will be accessible from all pages.

    The above code, try to declare the property as regarding:

    property alias data : listViewId.dataModel
    

    then you can assign the qml outside:
    qmlpage. Data = dataModelId

  • Portege M400 - cannot navigate through the pages of BIOS

    Hello

    I bought a M400 Tablet system and having a lot of trouble with the BIOS.

    I am able to get into the BIOS, but it seems to be limited.
    It is said there are three pages, and to use the pgup and pgdn to edit pages, it does not work.

    I tried with a USB keyboard and remove the keyboard of the Tablet, but it does not work either.
    The laptop doesn't have a SWSetup installed on it. That I download from the Web site but say that the BIOS is incorrect.

    I decided to Flash the BIOS.
    Windows downloaded BIOS flash and say is that the BIOS is incorrect.

    I would like to reinstall the OS, but for the moment, I don't then so that it can boot from the CD that I can not change the boot sequence.

    Can someone help me please.

    Hello

    That s strange.
    First of all, you can boot from the CD by pressing F12 and then you could choose ODD as a boot device.

    Secondly it s interesting to know whether certain passwords (user or supervisor password) have been defined, because this kind of password could restrict by changing BIOS options.

  • problem with "back" button when using workflow to navigate through the pages

    I use a task flow to browse my pages
    in page 2 I added the back button so I can go back to page 1 using the A2 action


    Workflow 1
    Page 1 - A1-> page 2
    Page 2 - A2-> page1

    the problem when I used page 2 in a different workflow

    Workflow 2

    page 3 - A3-> page2
    page 2 - A4-> page3


    here when I click the back button it take me to page 1

    How can I go back to the page 3?

    I created an example here http://tompeez.wordpress.com/2011/11/27/jdev-11-1-2-1-0-using-router-to-conditionally-set-navigation-target/ because it is a little difficult to show the declaratively without some photos.

    Timo

  • Browse through the pages and add the text box

    I'm trying to navigate through the pages of a document (to simplify, let's say there are 5 pages) and perform certain tasks (for simplicity, say add a text box) on each page.

    Using VBScript, my thoughts are something like:

    Define myPages = myDocument.Pages

    I have = 1

    do until I have 5 >

    myPages.Item (i). Select()

    Set myTextFrame = myDocument.ActivePage.TextFrames.Add

    myTextFrame.Contents = "Hello, World".

    i = i + 1

    loop


    should work.


    But the best I can do (when I'm not getting syntax error messages) is to get the written text several times on one page.


    I know that there is a simple solution that I'm missing.


    Any suggestions?


    Thank you.

    You should probably add () after adding

    P.

  • Browse through the pages

    Hello

    I'm creating a native application that has a list of items. When an item is selected, navigates to a particular page. I could not navigate to another page. Please help me with the code to navigate through the pages. Here is my code.

    import bb.cascades 1.0
    NavigationPane {}
    ID: head

    {Page}
    content: {container
    ImageView {}

    }
    {To ListView
    dataModel: {XmlDataModel}
    Source: "items.xml".
    }
    listItemComponents:]
    {ListItemComponent}
    type: "header.
    {To header

    Title: ListItemData.title
    subtitles: ListItemData.subtitle
    verticalAlignment: VerticalAlignment.Center
    horizontalAlignment: P

    }
    },
    {ListItemComponent}
    type: "listItem".
    {StandardListItem}
    Title: ListItemData.title
    Description: ListItemData.subtitle
    status: ListItemData.status
    imageSource: ListItemData.imagepath

    }
    }
    ]
    onTriggered: {}
    var selectedItem = dataModel.data (row);
    navigateTo (one)

    }
    }

    }
    }
    attachedObjects:]
    {Page}
    IDdon't
    {Of container
    {Label
    text: 'pineapple Honey Bee ".
    }
    ImageView {}
    imageSource: "asset:///1.jpg."
    verticalAlignment: VerticalAlignment.Center
    horizontalAlignment: P

    }
    }
    }
    ]
    }

    If you want to make a page for each ListView item then I suggest you take a look at the cookbook example that uses dynamic loading to do exactly this.

  • How to navigate to another page?

    Hello

    I want to navigate through my page to another when I click the button, here is my code:

    SerializableAttribute public class Page1 extends Sprite
    {
    public var page2age2.
    public void Page1() {}
      
    var btn:Button = new Button();
    var lab: Label = new Sun;
       
    Lab.Text = "Click";
    btn.addChild (lab);
    btn.setPosition (10.50);
    btn.addEventListener (MouseEvent.CLICK, dothis);
    addChild (btn);
    addChild (log);
    stage.nativeWindow.visible = true;
       
    }
    public void dothis(event:Event):void {}
    Page2 = new Page2();
    addChild (log);

    }
    }

    But it has not worked out. Help, please?

    OK there was some compile errors in your class page 2. but no worries, I got em. Here's the code corrected for class Page1:

    package
    {
        //Remember to import all of the classes that you
        //are using
        import flash.display.Sprite;
        import flash.events.MouseEvent;
    
        import qnx.ui.buttons.LabelButton;
    
        // The following metadata specifies the size and properties of the canvas that
        // this application should occupy on the BlackBerry PlayBook screen.
        [SWF(width="1024", height="600", backgroundColor="#FFF000", frameRate="30")]
        public class Page1 extends Sprite
        {
            private var page2:Page2;
    
            public function Page1()
            {
                //initiate new object here to use later
                page2 = new Page2();
    
                var labButton:LabelButton = new LabelButton();
    
                labButton.label = "Click";
                labButton.setPosition(10,50);
                labButton.addEventListener(MouseEvent.CLICK,dothis);
    
                addChild(labButton);
    
                //addChild(log); //dont know where you declared this so commented out
                stage.nativeWindow.visible = true;
            }
            //change the event to MouseEvent since that is what you
            //are listening for
            public function dothis(event:MouseEvent):void {
    
                addChild(page2);
                //addChild(log); //dont know where you declared this so commented out
    
            }
        }
    }
    

    and here's the code fixed to your class page 2:

    package
    {
        import flash.display.Sprite;
    
        import qnx.ui.buttons.LabelButton;
    
        public class Page2 extends Sprite
        {
            public function Page2()
            {
                var label:LabelButton = new LabelButton();
                label.label = "Welcome to Second Page";
                addChild(label);
            }
        }
    }
    

    in your first class Page1 I combined the label and the button in the class LabelButton() of QNX. This code should now work correctly (tested and it went well).

  • A single finger swipe jumps several pages

    Since the last update of Firefox, a single finger swipe was introduced. However, it seems to jump forward or backward too fast and several pages. Still, it works fine in Safari but not firefox. I used to have 2 Configuration of slip of the finger with the best contact tool, but stumbled on the fact, one finger now works. All simply TOO sensitive. Tried to reduce the sensitivity to the best contact tool, but that does not work either

    It works better in Firefox if you disable the best tactile tool?

  • When I try to scan several pages, it puts the pages as separate files instead of a single file.

    When I try to scan several pages, it puts the pages as separate files instead of a single file. For example, I may want to scan 5pages ofa patient office visit, yet, when I scan using the ADF, it separates each page in a single file.  I need to have the pages I scan have a single file. OfficeJet 6700

    prod # CV078A

    Windows 7 premium 64-bit

    Same thing for me.  I called HP about it the first time I tried I scans a document when my printer was 7 days old.  I was connected with the service to customers in India.  The technician spent about an hour with me trying to get the 6510/6515 printer to work, even to take control of my new 64 bit Windows 7 core i7 notebook.  Ultimately she essentially told me that even if it is announced to scan documents, this really means that each page is a separate document.  In other words, this printer, as well as all other issues, it is will only scan one page at a time.

  • HP Officejet 6500 a how to scan a document with several pages in a single file?

    HP Officejet 6500 a Plus e-All-in-One - E710n

    Windows 7 (64-bit)

    How to scan a document with several pages in a single file?  After each scan, my old printer (psc 2110) asked if I wanted to scan another page.  In the end, I got a PDF with multiple pages.

    This new creates a file for each page, and I can't find a way to create a PDF with multiple pages.

    Hi mpw101,

    You must press the Add/Remove button, to add pages additionla scanned to the existing file. If you do not see this button try decreasing the analysis DPI setting. Let me know if this helps you?

  • HP3545: How to scan document of several pages in a SINGLE PDF file

    Hello
    I recently bought HP3545 AIO printer. I am not able to scan document of several pages in a SINGLE PDF file.
    Help, please.
    ... Reddij

    Hello Reddij,

    Welcome to the HP Forums!

    I understand that you are unable to scan multiple documents in a single file. I'll do my best to help you and to solve this problem. First of all, I need to know what your operating system on your computer? Click here to discover: Windows or Mac?

    I would recommend performing this step of your computer, the HP software. It is much easier to achieve. Please follow this document HP How to digitize. Click on your appropriate operating system, and then click "how to scan multiple pages into a single file. You will notice indicates: (digitization of additional pages is supported at 300 dpi or less.)

    1. Place a document on the scanner glass, and then click Scan your computer.
    2. When the preview scan appears, click the Plus sign ( ) on the left side of the window to scan additional pages. If you do not use an ADF, you must load the next page of the document on the glass of the scanner to add to each additional page.

    I would like to know how your progress. Impatience on your part.

  • Scanning documents from several pages in a single file

    I have a PC HP and attempt at analysis of a document of several pages in a single file of my all-in-one HP Photosmart 5520 but had no chance.  I can't currently is scan each page separately, but not what I need.  What Miss me?  Thank you.

    Hello

    A plus sign (+), not x. Anyway, if you wish, you can use the following product:

    http://www.PDFSam.org/download/

    This free product allows you to divide a large file to many small files (such as the extraction of the chapters of a thick book) and also merge several pdf files into a pdf file.

    Kind regards.

  • Windows 7 is provided with a .tiff viewer that reads several pages?

    To display pages .tiff muliple with XP, you had Windows Picture & Fax Viewer or MS Office Document Imaging.  With Vista, you can use the Windows Photo Gallery.  Windows 7 has a .tiff viewer that will be seen in several pages?

    Thank you.

    Susan

    I am not for sure on several pages, because I don't really use Fax, but take a look at the "Windows Photo Viewer" in Windows 7.

    It can manage the extensions .tiff.

    "What types of image files can I view in Windows Photo Viewer?

    Understand the types of image files
    http://Windows.Microsoft.com/en-us/Windows7/understanding-picture-file-types

  • I use Windows 7 and I am not able to print several different images on a single page.

    When I try to print photos from the 'My pictures' library, I use the following steps:

    1. turn the photo highlight

    2. click on 'print '.

    3. in the window that says: "How do you want to print your photos? I choose the number of photos I want per page, for example 3 x 5.

    4. when I try to add a picture DIFFERENT from my library so that I can print several different photos on this page of photos of 3 x 5, it simply replaces the previous photo. How can I get there?

    Thank you.

    Original title: I use Windows 7 and I am not able to print several different images on a single page. The answer posted here from 8/11 includes a link that does not work.

    Hello

    Welcome to the community of Microsoft and thanks for posting the question. I've surely you will help find a solution on the issue.

    What program you want to use?

    We will try to print in a different way and check.
     
    Open Paint and then do a collage of different photos then save it then open it in their program and print.
     

    To print the image in Microsoft Paint, steps to follow:

    a. Click Start, in the search box, type in the paint.

    b. open the document you want to print.

    c. select print and check.

     

    With the help of paint

    http://Windows.Microsoft.com/en-us/Windows7/using-paint

     
    Hope this information helps. Please reply back with the
  • View a common report on top a dashboard with several pages

    Hello

    Is there a way to display a joint report on top a dashboard with several pages? I don't want it to be displayed in each page but it is rather a report on top and then having multiple pages/tabs under and the report should be common to all pages. Basically, a section in a dashboard that is on the top and a child Dashboard itself as another section below. Incorporation of a dashboard within a dashboard displays just the file and not pages.

    Any thoughts?

    Thank you
    Vikram

    Hi Vikram,

    Can you please try with content embedded in the dashboard page where you want embedded tabs on the dashboard.

    Please let me know if it solves your problem.

    Thank you
    Yacoub

Maybe you are looking for