|
#1
|
||||
|
||||
|
Problem with installing
I got a problem while install with my script. If i chose "no" during cancel option in installing the cancel button disappears.
![]() ![]() ![]() Help Me.! |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Look at
procedure SetStateNewButtons; you have this with WizardForm.CancelButton do begin BtnSetText(CancelBtn,PAnsiChar(WizardForm.CancelBu tton.Caption)); BtnSetVisibility(CancelBtn,Visible); end; with WizardForm.CancelButton do begin BtnSetText(CancelBtn,PAnsiChar(WizardForm.CancelBu tton.Caption)); BtnSetVisibility(CancelBtn,Visible); end; look at the bold part, this procedure gets used each and everytime and it depends on cancel button's visibility and when you check CurpageChanged procedure under wpInstalling you have WizardForm.CancelButton.Hide; which is why the buttons get's hidden, I think. Also under CurStepChanged, there is HideControls; just find a way to deal with those procedure and the button visibility problem will be dealt with. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
Bilawal (27-03-2015) | ||
|
#3
|
||||
|
||||
|
Can't find anything about this. Please do something if you have time.
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with starting RCT3 after installing RCT Wild! | LordoftheGames | PC Games | 1 | 30-10-2005 09:40 |
| Xpand Rally and problem with installation | PanJan | PC Games | 4 | 05-10-2005 04:17 |
| Battlefield 1942 3.1 CTD problem | 0Stealth0 | PC Games | 1 | 15-05-2003 22:11 |
| Moto Cross Madness 2 crack problem Beware & help if you can | stu | PC Games | 0 | 30-12-2000 08:15 |
| Problem installing Baldur's Gate II | beerbloke | PC Games | 2 | 11-12-2000 04:59 |