|
|
|
#1
|
||||
|
||||
|
I do not know the codex script, post the setup in order to understand
__________________
if you understand read more |
| Sponsored Links |
|
#2
|
||||
|
||||
|
exit in full page
Code:
procedure CancelButtonClick(CurPageID: Integer; var Cancel, Confirm: Boolean); begin Confirm:=False; end; exit to selectdir Code:
Procedure CancelButtonClick(CurPageID: Integer; var Cancel, Confirm: Boolean); Begin if CurPageID = wpSelectDir then Confirm:=False; end; codex use fade type: Code:
[ CODE] const AW_FADE_OUT = $00090000; function AnimateWindow(hWnd: HWND; dwTime: DWORD; dwFlags: DWORD): Boolean; external 'AnimateWindow@user32 stdcall'; Procedure CancelButtonClick(CurPageID: Integer; var Cancel, Confirm: Boolean); Begin Confirm:=False; AnimateWindow(WizardForm.Handle,300,AW_FADE_OUT); end;
__________________
if you understand read more Last edited by rinaldo; 28-02-2016 at 13:12. |
| The Following User Says Thank You to rinaldo For This Useful Post: | ||
audiofeel (28-02-2016) | ||
|
#3
|
||||
|
||||
|
has nothing to do the custom form ... you have to control the structure and you'll see that it works ... I have no time for this script
__________________
if you understand read more |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Conversion Designer/Installer Creator | Razor12911 | Conversion Tutorials | 1613 | 03-10-2024 01:24 |
| altef_4's installer | altef_4 | Conversion Tutorials | 244 | 24-05-2024 22:20 |
| Game Installer Designer by altef_4 | altef_4 | Conversion Tutorials | 236 | 28-05-2021 02:54 |
| Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 07:19 |
| Tutorial using CI 8.0.0 | yener90 | Conversion Tutorials | 424 | 21-10-2014 09:49 |