|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
|
#1 |
|
Senior Member
Join Date: Oct 2009
Location: Germany
Posts: 120
|
MUI enable and disable callback function for cancel button
Hi,
I want my installer to go to the finish page if the user clicks 'cancel' on any page. Therefore I'm using code: I need to call 'Abort' because otherwise the installer will quit while executing my function called the line above. I know, 'MUI_CUSTOMFUNCTION_ABORT' sets the function called when hitting the cancle/X button. When I've reached my finish page, I want to disable the functionality and call another function when clicking cancel/X. Can I do this using MUI_CUSTOMFUNCTION_ABORT or do I have to use NSD_OnClick on every page? Thanks! ![]() CJ |
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Oct 2006
Posts: 1,892
|
How about just making some If statements in your abort function?
|
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Oct 2009
Location: Germany
Posts: 120
|
Yeah ok, I could have thought about that. ^^'
Thank you for your brilliant idea, MSG.
|
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Oct 2009
Location: Germany
Posts: 120
|
Ok, now I remember why I've asked for another solution in first place.
If the user- abort function will be called, the exit function of the current page will never be called, but I need them to be called. Any ideas? Thanks ![]() CJ |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|