Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2008
    Posts
    10

    activate Progress bar.

    Hello !

    the question is:

    let us have 20 pages in the project.
    how can I make progress bar get increased (fullfilled ) by jumping to next pages so it ll be completelly used till the last page ( no 20).

    "the gress color will be increased and the last page will be full"

    thanks alot
    Last edited by Mr.Said; 02-03-2008 at 01:30 PM.

  2. #2
    Join Date
    Aug 2003
    Posts
    2,427
    Just off the top of my head, I'd say set a global variable in the on close event of each page. Have your progress bar on each page and in the on show or pre load set the position by reference to that variable.

  3. #3
    Join Date
    May 2006
    Posts
    5,380
    Heres a easy way:

    put a prograss bar on each page and set its min value to 1 and its max value to 20 (for each prograss bar)

    now on page show of each page you put "Progress.SetCurrentPos("ObjectName",1-20);" where "1-20" would be the number of the page

    now as you step through the pages the progress bar will go up/down according to what page is shown
    Open your eyes to Narcissism, Don't let her destroy your life!!

Similar Threads

  1. only this please - progress bar start when the file start deleting .
    By melissa in forum AutoPlay Media Studio 7.5
    Replies: 4
    Last Post: 07-15-2010, 05:16 AM
  2. Progress Bar help
    By TimeSurfer in forum AutoPlay Media Studio 7.5
    Replies: 6
    Last Post: 01-02-2008, 01:59 PM
  3. Tutorial request for flash progress bar.
    By 4thstar in forum AutoPlay Media Studio 6.0
    Replies: 17
    Last Post: 12-06-2005, 11:44 AM
  4. Progress bar while executing batch file
    By StealthShadow in forum Setup Factory 7.0
    Replies: 3
    Last Post: 10-25-2005, 09:59 PM
  5. Progress Bar...
    By tealmad in forum Setup Factory 7.0
    Replies: 14
    Last Post: 02-05-2005, 12:51 PM

Posting Permissions

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