Disabling bottom buttoms at the same time
Hello,
In a custom page, I use nsExec to run a command and get its output. This takes a few seconds and I would like to have <Back | Install | Cancel buttons disabled while this is happening.
How can I achieve this?
Thanks,
Tieum
PS: I read the doc and am looking for a simpler solution than retrieving each button and use EnableWindow on it.