Archive: How to get status of that checkbox on that custom page itself.


How to get status of that checkbox on that custom page itself.
Hi Everyone,

In a custom page I have added a check box

On the checkchange event i want to enable Combo box
i.e. if checkbox is checked then i want to enable that combobox
if checkbox is unchecked then i want to hide that combox.

I have a code to hide that combobox, but i will not get the status of checkbox on that custom page.

i have get the status of checkbox from ini file, I have written a messagebox to check the status of checkbox, it will correctly give me the state of combobox when i go to next page .

but the problem is that i will not able to get status of that checkbox on that custom page itself.

Please suggest solution for it,

Thanks,
Dhiraj


This functionality is not possible with InstallOptions. Use nsDialogs instead.