Reply to Thread

Post a reply to the thread: how to Disable a checkbox

Your Message

Click here to log in

What's the name of our main installation product (in uppercase letters), directly followed by the current year?

 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Topic Review (Newest First)

  • 11-10-2023, 02:02 PM
    lmodern1878

    Re: how to Disable a checkbox

    Hi Everyone:

    I found a previous post from Linder who mentioned an undocumented feature for doing this.

    Note I think that all dialog box control IDs should be documented in common definitions or at least documented in the help files relevant to their dialog box.

    Since I found a solution, I figured I'd post an update here to make sure it's accessible to the next person who needs this solution.
  • 11-10-2023, 12:45 PM
    lmodern1878

    how to Disable a checkbox

    Hello:

    I would like to disable a checkbox based on conditions set in my script. I've got the conditional logic down, but I don't know what the control ID is for the check boxes using the standard check boxes dialog and they are not listed in the Common Definitions.sbi. As such, I am curious as to the control IDs for the check boxes.

    If feature x is not selected then
    Set Variable %optionsel% to 10
    disable control ID Y
    End

    any idea how to figure that out?

Posting Permissions

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