No conditions in the radio group:
 
<Control Id="RadioButtons" Type="RadioButtonGroup" X="20" Y="130"
Width="330" Height="40" Property="IS_ACTIVE_DIRECTORY">

<RadioButtonGroup Property="IS_ACTIVE_DIRECTORY">

<RadioButton Text="!(loc.AuthenticationDlgServerText)" Value="0" X="10"
Y="0" Width="180" Height="15" />

<RadioButton Text="!(loc.AuthenticationDlgLocalText)" Value="1" X="10"
Y="20" Width="180" Height="15" />

</RadioButtonGroup>

</Control>


________________________________

From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: 18 January 2007 16:46
To: Patrick Steele
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Refresh on next button


Patrick Steele wrote: 

        If the masked edit is moved to the bottom of the screen, the
radio buttons will still disappear. I have just decided I am going to
separate this one dialog into two dialogs. This is not the answer I
would wish for, but at least it would be correct.


If it's not just happening because the balloon appears on top of the
radio buttons, there's probably another reason. Are you using any
conditions in the radio group?

-- 
sig://boB
http://bobs.org
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to