Archive: How to set an nsDialogs-RadioButton disabled?


How to set an nsDialogs-RadioButton disabled?
Hello,

im using ${NSD_CreateRadioButton} in nsDialogs with NSIS 2.42.

How can i set this RadioButton disabled? It should be visible but not clickable.



Many thanks,
Tom


EnableWindow <hwnd you popped after the NSD_Create* command> 0

should do the trick?

Many thanks! It works.