Skip to content
⌘ NSIS Forum Archive

creating panel

4 posts

aj kwak#

creating panel

How can i create such a white (panel?) as background for those checkboxes?
Yathosho#
you have to add the components page to your script.

Page Components or !insertmacro MUI_PAGE_COMPONENTS (Modern UI)
aj kwak#
Sorry.
I have made a own page and i'm searching for the name of the white component.
I do not find them in NSIS/Contrib/InstallOptions/Readme.html

in the atachement, you see what i have
kichik#
InstallOptions has no such control. ListBox is the closest you can get. InstallOptionsEx might have such a control, or a closer one.