Skip to content
⌘ NSIS Forum Archive

RadioButton

6 posts

hanen.jomaa#

RadioButton

Hi,

can you help me please

could I use "! insertmacro Start RadioButton $ 1 insertmacro RadioButton" to define two groups of sections , the first contains a single section and the second group will contain 3 sections.

I want to have a custom result like the functionality of one-section.nsi.

thx.
hanen.jomaa#
hi

I want to have two groups radioButton, the irst contain only one checkBox and the second contain 3 checkBox.

If i active the first group, the second group will be disabled and vice versa.

can you help me please.
hanen.jomaa#
I found a solution with selectedSection

juste I want please to disabled section (section grayed)

How can I do it please ?
hanen.jomaa#
hi

I can't do it in a function, I use the function .onSelChange.

I want to use that to unselect section and disable it when I choose other sections.

How can I do it please ?