Hi,
I am a newbie using Wix 3 in VS2005 and having trouble using RadioButtons...
Error 1 Unresolved reference to symbol 'Property:URadioButtonGroup2' in section
'Fragment:'. E:\Developments\WixTest\WixProject\WixProject.wxs 78 1 WixProject
What have I missed out? Any hints appreciated thanks. Tris
<Fragment>
<UI>
<Dialog Id="CustomDlg" Width="370" Height="270" Title="Custom Dialog">
<Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234"
TabSkip="no" Text="!(loc.WelcomeDlgBitmap)" />
<Control Id="UText1" Type="Text" Text="Select the installation environment
type:" X="24" Y="12" Width="162" Height="17" />
<Control Id="UEdit1" Type="Edit" Text="Edit text" X="123" Y="153" Width="138"
Height="15" Disabled="yes" />
<Control Id="UText2" Type="Text" Text="Virtual Directory Name:" X="24" Y="156"
Width="96" Height="12" />
<Control Id="URadioButtonGroup2" Type="RadioButtonGroup"
Property="URadioButtonGroup2" X="24" Y="30" Width="252" Height="96" />
</Dialog>
<RadioButtonGroup Property="URadioButtonGroup2">
<RadioButton Value="URadioButton1" Text="URadioButton1" X="24" Y="18"
Width="78" Height="18" />
</RadioButtonGroup>
</UI>
</Fragment>
_________________________________________________________________
Share what Santa brought you
https://www.mycooluncool.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