Archive: Hide a section dynamically


Hide a section dynamically
Hi,

I would like to hide some sections depending on a license code a user has entered.

The problem is that if I can set a section readonly, I didn't find any way to simply hide the checkbox line.

Is there a way to do it?

!insertmacro SetSectionFlag ${mysection} "0"
or
!insertmacro SetSectionFlag ${mysection} ""
don't work.


About 10 topics down...
http://forums.winamp.com/showthread.php?threadid=235830

-Stu


Thank you: in fact I already searched in the forums and found this thread but I have read SectionSetFlags instead of SectionSetText and of course it didn't work