Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

radio button - creating a condition


1 reply to this topic

erez

erez
  • Members
  • 24 posts

Posted 05 December 2001 - 13:14

Hi,

I have a radio button group on a dialog. I want to create a condition for a
specific radio button in the group. When viewing the controls in the dialog
behavior, I see only the group. How can I create a condition for a single
radio button???

   Thanks
           Erez


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 December 2001 - 17:56

There is no way to disable a single radio button within a group in a basic msi project. (It should be possible in a standard project). The workaround would be to creat an additional radio group (with one button less) on top of the other, and make one of the groups invisible conditionally.