Classification: Public
Gary 

You set them to 0 which makes them unselected, change one or both values to 1

Also, you need to use overridable in your variable name in the bundle.wxs i.e.:

<Variable Name="InstallClient" Type="numeric" bal:Overridable="yes" Value="1" 
/> <Variable Name="InstallServer" Type="numeric" bal:Overridable="yes" 
Value="0" />

Cheers,

Steve

-----Original Message-----
From: garymonk [mailto:g...@gurudental.com]
Sent: December-12-14 11:19 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Unable to select radio buttons in Hyperlink Theme

I added the following statements to the bundle...

<Variable Name="InstallClient" Type="numeric" Value="0" /> <Variable 
Name="InstallServer" Type="numeric" Value="0" />

and modified the button statements as follows...

<Button Name="ClientInstall" X="160" Y="130" Width="-11" Height="17"
TabStop="yes" FontId="3" HexStyle="0x000009">Guru Teach Client Only</Button> 
<Button Name="ServerInstall" X="160" Y="155" Width="-11" Height="17"
TabStop="yes" FontId="3" HexStyle="0x000009">Guru Teach Client and 
Server</Button>

and the buttons are disabled when the dialog is displayed.

How do I make the buttons enabled?

Thanks,
Gary 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unable-to-select-radio-buttons-in-Hyperlink-Theme-tp7598537p7598543.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! 
Instantly Supercharge Your Business Reports and Dashboards with Interactivity, 
Sharing, Native Excel Exports, App Integration & more Get technology previously 
reserved for billion-dollar corporations, FREE 
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

 
This message has been marked as Public by Steven Ogilvie on December-12-14 
11:28:32 AM.

The above classification labels were added to the message by TITUS Message 
Classification. 
For more information visit www.titus.com.

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to