Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2002
    Location
    Just South of Reality
    Posts
    778

    Page Preload not making 'Paragraph' object invisible

    I'm having a issue with Paragraph.Setvisible("Paragraph1", false) issued on page Preload and causing the paragraph to briefly show during page 'On Show'. It only happens the first time the page is displayed. The script is correct because I can Jump to this page from a different page and it works okay. I'm using this on several pages it it works okay; however this one page is giving me a 'fit'. I've placed the Paragraph.Setvisible("Paragraph1", false) on both preload and show without success, "still get the flicker".

    I see in a help file note 'On Preload' that this may not work all the time. Has anyone found a work-around for this?

    Any help anyone can share is appreciated.

  2. #2
    Join Date
    Oct 2005
    Location
    MI
    Posts
    524
    In your page design, go to the Attributes tab in the Paragraph Properties and uncheck the Visible box. This way when you run the project, the paragraph will initialize as invisible... should eliminate the flicker.

    I haven't personally experienced it, but I too have read and heard that On PreLoad will sometimes fail as some objects are not initialize when that event occurs.
    Yeah right. Who's the only one here who knows the illegal ninja moves from the government?

    ()))))))))o)))))))==============================================

  3. #3
    Join Date
    Mar 2005
    Posts
    222
    you cannot set visible properties in the preload page, 'cos the object is not even created.

  4. #4
    Join Date
    Oct 2005
    Location
    MI
    Posts
    524
    Quote Originally Posted by Josué Alba
    you cannot set visible properties in the preload page, 'cos the object is not even created.
    That is consistent with what the documentation says, but in fact you can...
    Attached Files
    Yeah right. Who's the only one here who knows the illegal ninja moves from the government?

    ()))))))))o)))))))==============================================

  5. #5
    Join Date
    May 2005
    Posts
    1,115
    Documentation is evil!!!
    Never know what life is gonna throw at you.
    (Based on a true story.)

  6. #6
    Join Date
    Jul 2002
    Location
    Just South of Reality
    Posts
    778
    Thanks. Unchecking the Visible Box worked perfectly. It was pretty obvious after you pointed that out.

Similar Threads

  1. How can I know the FS Command name of a movie???
    By yoske in forum AutoPlay Media Studio 5.0
    Replies: 27
    Last Post: 01-01-2005, 10:39 PM
  2. Example: Loading Paragraph Text Using a Timer
    By Jonas DK in forum AutoPlay Media Studio 5.0 Examples
    Replies: 7
    Last Post: 11-25-2004, 05:10 PM
  3. HOW TO: Return a Web Browser Object to the Original URL after a Page Jump
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 02-03-2003, 09:18 AM
  4. INFO: Difference between the Media Player Object and the AVI Object
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-29-2002, 02:15 PM
  5. 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

Posting Permissions

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