Archive: SectionGroup and read only


SectionGroup and read only
How I can set SectionGroup to read only? SectionIn RO doesn't work and the SectionSetFlags doesn't work either. I know that this probably should be automated so that if all Sections in SectionGroup are read only, then the group checkbox also appear as read only, but it doesn't seem to be so.

http://img261.imageshack.us/img261/6...this7nz.th.png
Is there anything I can do about this?

I attached the scripts as well, but it is very complex and I doubt that anyone actually bothers to check the scripts out. I will write a simpler script with same method later.

Edit: Ok the SectionSetFlags seems to work after all, but why SectionIn RO doesn't work for SectionGroups?


Now I know that SectionGroups aren't just meant to be read only. Read only SectionGroup would require a new checkbox state (read only partially selected) and there are no such checkbox in the check bitmaps. I attached a script what demonstrate the problem (note that all the SectionGroups are set to read only in the script).

So there really isn't much anyone can do about this problem.