Old 22nd June 2006, 16:14   #1
glory_man
Senior Member
 
Join Date: Sep 2004
Location: Mogilev (Belarus)
Posts: 372
This is not a bug, this is problem of RadioButton macros. Try this code.
code:

!include "LogicLib.nsh"
...
SectionGroup /e "SectionGroup Test RadioButton" sg1
...
Function .onSelChange

${If} ${SectionIsSelected} ${sg1}
!insertmacro UnSelectSection ${sg1}
!insertmacro SelectSection $1
${Else}
!insertmacro StartRadioButtons $1
!insertmacro RadioButton ${g1o1}
!insertmacro RadioButton ${g1o2}
!insertmacro RadioButton ${g1o3}
!insertmacro EndRadioButtons
${EndIf}

FunctionEnd

glory_man is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump