Announcement

Collapse
No announcement yet.

Define the first page on my project

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Define the first page on my project

    Hello,
    How to define a new page as the first page of my project?
    I have 2 pages on my working project ("page_1" & "page_2")
    I would like to add a new page "page_info" to display some information before the current startup page "page_1", with a button to display the "Page_1"

    thanks

    --JL

  • #2
    You can insert the new page at the beginning, when you create it:

    Click image for larger version

Name:	SCRN-2016-10-20-02.png
Views:	28
Size:	3.9 KB
ID:	297263

    You can also move existing pages, by using the move commands, Ctrl+PgUp/PgDn keys, or the Organize Pages dialog:

    Click image for larger version

Name:	SCRN-2016-10-20-03.png
Views:	15
Size:	5.0 KB
ID:	297264

    Finally, in the On Startup event script, you could define a Page.Jump() to the desired page. As you can see, there are plenty of options for defining the initial page shown to the user.

    Ulrich

    Comment


    • #3
      initial problems

      Comment


      • #4
        Hello, thanks for your answers.
        I have sorted my page i my project view and all is working as wanted
        Thanks again

        --JL

        Comment


        • #5
          Originally posted by jlmenard View Post
          Hello, thanks for your answers.
          I have sorted my page i my project view and all is working as wanted
          Thanks again

          --JL
          sounds great.. all the best

          Comment

          Working...
          X