View Full Version : Reload the current screen
manolete111
06-05-2009, 11:49 AM
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
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.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.