SectionIn RO and SectionGroup
Hi
I've got the following section/sectiongroup structure:
SectionGroup /e "Products"
Section "Product 1"
SectionIn RO
SectionEnd
Section "Product 2"
SectionIn RO
SectionEnd
SectionGroupEnd
This is purely for display purposes for the user, to indicate which applications are being installed. All the sections are readonly and selected, because I don't want the user to change them; so the corresponding checkboxes appears as selected but disabled - as I want.
However, the checkbox for the Products group is appearing as selected, but enabled (i.e. not greyed out). In spite of it being not greyed out, the user can't actually toggle the selection - nothing happens when you click on it.
What I want is for the Products check box is to appear disabled, just like the other checkboxes.
So it's currently got the required behaviour, but not the required appearance.
See the attached screenshot for what I'm trying to explain above.
Thanks,
Calum