Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2001
    Posts
    92

    Main page briefly flashing before desired page shows

    I managed to get the logic to show a particular page if current date is earlier than certain date, unfortunately before this page shows you can actually see my main page flash for a moment. How can I prevent the main page from flashing?

  2. #2
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    939
    You don’t tell WHERE you have placed your Jump code. I tried the template “Multilingual” and I couldn’t notice any flashing (the Jump code is found on first page On Show).

  3. #3
    Join Date
    Apr 2001
    Posts
    92
    I have the Jump statement in Project Action on StartUp:

    Code:
    -- detect if run date is earlier than revision date, if true then show 'pre' page
    if dateiso < strrevisioniso then
            Page.Jump("pre");
    end
    I will take a look at the template you mention. Maybe I need to make my "pre" page the main page?

    Thanks

  4. #4
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Aside from that issue, if you have a gateway page and two destination pages it's better general design practice to reduce that to one gateway page which also doubles as a destination page, and one destination page. Typically you would add the gateway code check to the "most likely used" destination page and then have that as your main page.

    Corey Milner
    Creative Director, Indigo Rose Software

  5. #5
    Join Date
    Apr 2001
    Posts
    92
    Corey,

    I set my "preload" page first, then my "Main" page. It now works as intended.
    Thanks!

  6. #6
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Excellent.

    Corey Milner
    Creative Director, Indigo Rose Software

Similar Threads

  1. Inheriting Page Properties
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 10-01-2003, 02:21 PM
  2. Setting Page Transition Effects
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-24-2003, 01:08 PM
  3. HOWTO: Create a Page Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-26-2002, 05:20 AM
  4. Mp3s on a Single Page
    By Michael in forum AutoPlay Menu Studio 3.0
    Replies: 2
    Last Post: 10-15-2001, 10:59 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts