Skip to content
⌘ NSIS Forum Archive

How to add Sections at Runtime?

4 posts

abma#

How to add Sections at Runtime?

Is it possible and how do i add (sub-)sections at runtime?

I know, that existing Sections could be unhidden and changed with SectionSetText, but is it possible to add sections at runtime?
MSG#
There was an informative thread about this some months ago... But I can't find it right now. You can't add sections at runtime, but the solution is basically to define a dozen hidden sections (or however many you think you're likely to need), and unhide them at runtime as required.
jpderuiter#
@MSG: http://forums.winamp.com/showpost.ph...60&postcount=2 😉

@abma: http://forums.winamp.com/showthread....namic+sections
MSG#
Originally Posted by jpderuiter View Post
Heh, touche. :P