sst wrote: > Is there a limitation on the number of RadioButtons in a RadioButtonGroup? > > i've tried several variations of the following code in dialogs, and it > always gives me a runtime error 2878 when trying to show that page and > kills the installer : > > <RadioButtonGroup Property="PickOptions~"> > <RadioButton Text="Option 1" Value="Yes" X="5" Y="0" > Width="250" Height="15" /> > <RadioButton Text="Option 2" Value="No" X="5" Y="20" > Width="250" Height="15" /> > <RadioButton Text="Option 3" Value="No" X="5" Y="40" > Width="250" Height="15" /> > </RadioButtonGroup>
You have two radio buttons with the same value. That's not legal, hence error 2878. -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users