Its a long time since I did any MSI UI. This is my old code. Perhaps
this will shed some light on your problem.  Its wix 2 but you should be
able to convert if necessary.

>From dialog A
                <Control Id="LicenceTypeRadioGroupA"
Type="RadioButtonGroup" X="20" Y="55" Width="330" Height="45"
HasBorder="yes" Property="LicenceLocationType"
Text="$(loc.LicenceLocationDlgLicenceType)">
                    <RadioButtonGroup Property="LicenceLocationType">
                        <RadioButton Width="290" Height="15" X="5"
Y="10" Value="server" Text="$(loc.LicenceLocationDlgServerChoice)" />
                        <RadioButton Width="290" Height="15" X="5"
Y="25" Value="file" Text="$(loc.LicenceLocationDlgFileChoice)" />
                    </RadioButtonGroup>
                </Control>                                


>From dialog B
                <Control Id="LicenceTypeRadioGroup"
Type="RadioButtonGroup" X="20" Y="55" Width="330" Height="45"
HasBorder="yes" Property="LicenceLocationType"
Text="$(loc.LicenceLocationDlgLicenceType)">
                <!-- We leave out the radiobutton definitions here
because they are already defined in dialog A and we are linked to the
via the Property attribute above. Spooky but it works and avoids the
LGHT0003 error. -->
                </Control>                                

-----Original Message-----
From: Romeo S. [mailto:dfox.mxyzp...@gmail.com] 
Sent: 20 May 2010 12:21
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] UI Edit Box not updating


Hi Peter,

I'm had the same problem as Matt, I tried the twin dialog hack but most
of my dialogs has checkbox, when I clone my dialogs, it complains about
"The primary key 'PROPERTY1' is duplicated in table 'CheckBox'."

Is there a workaround for this? Btw, it's working when there's no
checkbox in the dialog.

Regards,
Romeo
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/UI-Edit-Bo
x-not-updating-tp5077648p5079181.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------
------

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
</pre>
<BR style="font-size:4px;">
<a href = "http://www.sdl.com";><img src="http://www.sdl.com/images/email 
logo_150dpi-01.png" alt="www.sdl.com" border="0"/></a>
<BR>
<font face="arial"  size="2" "><a href = "http://www.sdl.com"; 
style="color:005740; font-weight: bold">www.sdl.com</a>
<BR>
<BR>
<font face="arial"  size="1" color="#736F6E">
<b>SDL PLC confidential, all rights reserved.</b>
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.<BR>
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.<BR>
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.
</font>



------------------------------------------------------------------------------

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to