Back to Lesson: Using a Template to Create a Page
Up to Table of Contents

Lesson: Page Turning Lesson

In this lesson you will create a multi-page application, called a pageturning application, that lets the user move from one page to another, as if turning the pages in a book. You'll learn how to set up buttons that let the user move from page to page. These buttons will exist on a background page so that the same navigation tools will be available for each standard page that displays. The application, called Pageturn.jmb, will have three pages. One page will be a background page that contains the buttons that let the user navigate forward and backward. The other two pages will contain the content that the user can view.

Note: A completed version of this lesson, called lesn_4, is located in the \Jamba\lessons directory.

First, you'll create a new project.

The New Project dialog box appears.

This creates the new project called Pageturn.jmb.

The Background Page

You'll start by creating the background page that contains the navigation buttons. The page will use two buttons, one to let the user move to the next page and another to let the user move to the previous page. The finished page will appear similar to the following:

This creates a new Background page. Its thumbnail, called Background1, is added to the bottom of the page list in the Project window.

The Page Layout Editor appears. You'll use Picture Push Buttons to let the user move from one page to the other.

Note that if you position the cursor over a button and wait a moment, Jamba displays a tool tip to tell you the name of the button.