|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
Refreshing MUI InstallOptions page after NOTIFY control used
Heres my situation: I have a custom InstallOptions page with NOTIFY controls, which execute correctly when clicked or manipulated in the compiled installer, but the page doesnt refresh! I have to press "back" then "next" to see the changes that were made.
Heres my custom page code: code: |
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
You can't do it that way because the InstallOptions page is in memory and no longer read from the INI file.
You must manipulate the dialog in memory with GetDlgItem and SendMessage etc You already have the code ready to use $HWND in your leave function. -Stu |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Oct 2005
Posts: 1
|
Is there any more extensive documentation of the SendMessage and related commands? the NSIS help files that come with dont list any of the message numbers and barely glaze over what the function does.
|
|
|
|
|
|
#4 |
|
Moderator
Join Date: Nov 2002
Location: Surrey, England
Posts: 8,434
|
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|