Results 1 to 2 of 2

Thread: How do I set radio group property?

  1. #1
    Join Date
    Oct 2001
    Posts
    44,727

    How do I set radio group property?



    All,

    In Developer Help it says

    "When you first specify a radio button group area in a dialog, InstallShield
    Developer prompts you for the name of a single property that will identify
    all of the buttons that will be displayed in this radio button group. The
    name you enter is used as the value for Property below, which will later
    contain the selected value from the list of radio buttons contained in this
    radio button group"\

    However, when I add a radio group to my custom dialog i get no prompt as to
    the property name and I can't edit it in the ide as it is not listed.

    So how do I do it?

    Thanks in advance,

    Scott Williams


  2. #2
    Join Date
    Oct 2001
    Posts
    44,727

    Re: How do I set radio group property?



    Hi Scott,

    This text is only valid if you have a basic MSI project type. If you are
    using a standard project, you'll have to author your script to handle the
    radio buttons and group. You'll use the CtrlGetState and CtrlSetState
    functions to do this.

    Rich Aquino
    Software Developer
    InstallShield Software Corporation

    "Scott Williams" <sjwilliam@qwest.net> wrote in message
    news:3c3f3b6d@news.installshield.com...
    > All,
    >
    > In Developer Help it says
    >
    > "When you first specify a radio button group area in a dialog,
    InstallShield
    > Developer prompts you for the name of a single property that will identify
    > all of the buttons that will be displayed in this radio button group. The
    > name you enter is used as the value for Property below, which will later
    > contain the selected value from the list of radio buttons contained in
    this
    > radio button group"\
    >
    > However, when I add a radio group to my custom dialog i get no prompt as
    to
    > the property name and I can't edit it in the ide as it is not listed.
    >
    > So how do I do it?
    >
    > Thanks in advance,
    >
    > Scott Williams
    >
    >


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •