Have a section unselected, not in bold and in read only...
Hello,
Sorry for my english.
In a case, I need to uncheck a section and don't let the user to check the checkBox.
In fact, I need a mix between :
!insertmacroSetSectionFlag${index}${SF_RO}and
!insertmacroSetSectionFlag${index}${SECTION_}because for the first, the problem is that the checkBox is checked, and for the second, it's in bold...
Do you know how I can do? I use MUI.
Thanks