In my example i have to exit the script and start it again if i need to show another similar dialog where it changes the Width,Height,Labels and Images.
Code: Select all
gosub>d3
srt>d2
Dialog>SplashScreen
Caption=SplashScreen
Width=600
Height=75
Top=up
Left=CENTER
Max=0
Min=0
Close=1
Resize=0
Label=var1,60,0,true
Label=var2,60,20,true
Image=%Capture%,0,0,100,100,name
Image=%Capture2%,0,20,100,100,name2
EndDialog>SplashScreen
END>d2
srt>d3
Dialog>SplashScreen
Caption=SplashScreen
Width=600
Height=95
Top=up
Left=CENTER
Max=0
Min=0
Close=1
Resize=0
Label=var1,60,0,true
Label=var2,60,20,true
Label=var3,60,40,true
Image=%Capture%,0,0,100,100,name
Image=%Capture2%,0,20,100,100,name2
Image=%Capture3%,0,40,100,100,name3
EndDialog>SplashScreen
END>d3