|
|
#1 |
|
Junior Member
Join Date: Jul 2017
Posts: 29
|
stop 'back' message in plugin
Hello!
I'm doing a plugin for NSIS with a several forms (!), which are changing by clicking on 'Next' or 'Back' buttons. My plugin work via Page Custom at this steps-condition: !insertmacro MUI_PAGE_WELCOME Page Custom MyPlugShow !insertmacro MULTIUSER_PAGE_INSTALLMODE Also, I try to change 'Cancel' button to Skip-functionality. So, if I try to click on 'Skip' ('Cancel') button, after click on the 'Next' button - all work fine - plugin go to MULTIUSER_PAGE_INSTALLMODE. But, if I try to click on 'Skip', after click on the 'Back' button - plugin page go to MUI_PAGE_WELCOME. Please help me fix this. Catching 'Skip' from plugin CurrentParentProc (Delphi): PHP Code:
Boolean bStopPlugin - it is a "flag" for translate messages: PHP Code:
PHP Code:
Sorry for my English. Help me, please. |
|
|
|
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|