Archive: Enable/Disable Dialog Controls


Enable/Disable Dialog Controls
Hi,

I am creating a simple installer using nsdialogs. The Custom Page which I am creating has a checkbox, textbox and a button. These 3 controls I have created using nsdialog. My requirement is that when I select the checkbox the textbox and button should be enabled (initially the textbox and button are disabled) and when I de-select the checkbox, the textbox and button should be disabled.

I know this involves GetDlgItem, FindWindow, SendMessage etc..(if i am not wrong!), but since I am new to this part of NSIS I am unable to figure it out. Can somebody help me out please? Please dont give 'InstallOptions' as a solution. I don't want to use that.

Cheers!


EnableWindow.

Stu