Just thought I'd shared this with you as I'm not
sure if it's expected behaviour or not.

I've been setting up a RadioButton on a UI...
<Control Id="Radio" Type="RadioButtonGroup" X="10" Y="50" Width="310"
Height="45" TabSkip="no" Text="Hello" Property="REF">      
  <RadioButtonGroup Property="REF">
    <RadioButton Value="ipc"
      X="10" Y="0"
      Width="295" Height="15"
      Text="{\WixUI_Font_Bold}&amp;IPC" />
    <RadioButton Value="tcp"
      X="10" Y="20"
      Width="295" Height="15"
      Text="{\WixUI_Font_Bold}&amp;TCP port" />
  </RadioButtonGroup>
</Control>

So far so good however if I try to use Indirect="yes" for
the <Control> I always get the error trying to display
the UI...

<Error Id="2855">The radio button group [3] on dialog [2] has fewer than
2 buttons.</Error>

What say the panel? Should it behave in this unseemly
manner or am I simply being a dumb brit?

-- 
Richard Mitchell
Project Manager
Red Gate Software Ltd 

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to