Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2006
    Posts
    39

    Reload the current screen

    i need to reload the current screen. is there anyway to do it?

    im using Screen.Jump("Progress Bars"); but is not working as spected

  2. #2
    Join Date
    Jun 2005
    Posts
    470
    try something like Screen.Next(), and in the On Preload script of the next screen use Screen.Jump("the name of the previous screen") or Screen.Back()

    Indeed you'll have to do the second part conditionally, set some variable to some value to remember you did it once, otherwise the installer may loop and never continue past second screen.

    But there is surely a better solution than reloading the screen to achieve the same result.

Posting Permissions

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