Wix v4 Custom Theme RadioButtons #7230
-
I'm trying to create a custom theme for a <?xml version="1.0" encoding="utf-8"?>
<Theme xmlns="http://wixtoolset.org/schemas/v4/thmutil">
<Font Id="0" Height="-12" Weight="500" Foreground="windowtext" Background="window">Segoe UI</Font>
<Window Width="485" Height="300" HexStyle="100a0000" FontId="0" Caption="Installer">
<Page Name="Install">
<RadioButtons Name="CHOICE" >
<RadioButton Height="30" Width="30" X="33" Y="100" Value="1" />
<RadioButton Height="30" Width="30" X="33" Y="130" Value="2" />
</RadioButtons>
</Page>
</Window>
</Theme> Versions: WixToolset.Bal.wixext 4.0.0-rc.2 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Start with an existing theme, then add your radio buttons, and only when that works, start removing stuff you don't need. WixStdBA assumes you have certain pages in your theme. |
Beta Was this translation helpful? Give feedback.
-
It's a bug - #7231. Also, you should add text to the radio buttons so the user knows what they're selecting. |
Beta Was this translation helpful? Give feedback.
It's a bug - #7231. Also, you should add text to the radio buttons so the user knows what they're selecting.