Announcement

Collapse
No announcement yet.

HELP - Plugin Progress

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

  • HELP - Plugin Progress

    Hi Friends

    I need a help with the progress plugin . I need to make the follow :

    when progress plugin finished , page jumps into another page .

    Can someone help me on this ?

    Regards

    Robb

  • #2
    Reading the manual is a good start on these things.

    Code:
    Number Progress.GetCurrentPos (string ObjectName)
    
    Description
    Returns the current position of the progress meter within the progress bar.
    You might want to use a timer to check it or other means to check its done, then use Page.Jump to then jump to the page you want.
    Plugins or Sources MokoX
    BunnyHop Here

    Comment


    • #3
      Robb: you should already know when the progress is finished coz you set the script to make it work, at the end of your script or when progress = max you simply jump page :yes
      Embrace change in your life, you never know, it could all work out for the best

      Comment

      Working...
      X