Archive: Checkbox Notify problem


Checkbox Notify problem
Hi,

in my NSIS install script, i have created a custom page, with 2 Checkboxes, and one of them has a Notify flag. The problem is that, when i click the checkbox with the notify flag, the installer jumps to the next page. I have tried to disable the next button, but this was not the problem.

Is there any way to prevent this ?

Thanks in advantage!

Regards,
bltomov


That's what's suppose to happen.
You need to check if your checkbox state has changed, and if so, call abort.
See http://nsis.sourceforge.net/InstallO...of_NOTIFY_Flag

However, you should think about using nsDialogs instead.

JP