![]() |
Inno Setup Help
Hola mi amigos....
I was making [basically trying] to make a new Inno Setup Script but am encountering the following problems: 1. HOw to add two slideshows on a same page...I've tried renaming the isslideshow dll into two dlls but the only problem is that only one runs while the other one is stagnant.... 2. Also, where is tio Gozarck??? :D |
ImgSetVisibility(YourImg, false);
ImgSetVisibility(YourImg, true); |
Quote:
|
wizardform.caption:="";
|
Quote:
|
Amigos....Please take a look.....
|
var
Img1, Img2: Longint;.... under initializewizard Img1:=ImgLoad(WizardForm.Handle,ExpandConstant('{t mp}')+'\frame1.png',0,0,900,540,True,True); Img2:=ImgLoad(WizardForm.Handle,ExpandConstant('{t mp}')+'\frame2.png',0,0,900,540,True,True); .... under curpagechange ImgSetVisibility(Img1, false); ImgSetVisibility(Img2, false); case CurPageID of wpWelcome: begin ImgSetVisibility(Img1, true); .... end; wpSelectDir: begin ImgSetVisibility(Img2, true); .... end; |
Quote:
|
Code:
#Define SlideShow |
Thanks Rinaldo hermano....But the ode you gave me is for a single slideshow...I'm trying to add two on the same page....:p
|
use double panel
|
Quote:
Code:
InitializeSlideShow(WizardForm.Handle, 0, 356, scaleX(200), ScaleY(112), true, 2); |
| All times are GMT -7. The time now is 18:39. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com