|
|
|
|
#1 | |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,442
|
The steps
Quote:
Are you eating the WM_COMMAND message in your subclass? Post the WM_NOTIFY_OUTER_NEXT message to hwndParent with wParam=1 to go to the next page. IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
|
#2 | ||
|
Junior Member
Join Date: Jul 2017
Posts: 29
|
Quote:
PHP Code:
PHP Code:
Quote:
But, plugin go to the next Delphi-form (9 forms now in plugin), not next page installer (I need to skip all plugin work). My code work normal, if I clicked on the 'Next' before clicking on 'Skip' (we go to the next NSIS-page). But, if I clicked on the 'Back' (it need to navigate between Delphi-forms) before clicking on 'Skip' - skipping go to previous NSIS-page. So, if I send SendMessage(g_hWndParent, WM_NOTIFY_OUTER_NEXT, 1, 0); - I stay on same form (if I click 'Back' before 'Skip'). If I send SendMessage(g_hWndParent, WM_NOTIFY_OUTER_NEXT, 2, 0); - I goto second plugin-form, etc. IMHO, it's not normal. Sorry, maybe I doing something wrong, but normal Delphi-source for plugin with GUI and more than one form, I can't find. =( If such a plugin-source exists, maybe someone send me link. =) |
||
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|