Results 1 to 4 of 4

Thread: Hide/disable controls

  1. #1

    Default Hide/disable controls

    Is there a way to get/know the control ID of controls on the standard
    dialogs so they can be hidden/disabled?

    For example if I pass my installer the program folder on the command
    line I would like to disable the select folder control and button. I
    still want to show the dialog just not allow any changes to the install
    folder.

    Thanks

    Eddie Sizemore

  2. #2

    Default Re: Hide/disable controls

    Eddie,

    > Is there a way to get/know the control ID of controls on the standard
    > dialogs so they can be hidden/disabled?
    >
    > For example if I pass my installer the program folder on the command
    > line I would like to disable the select folder control and button. I
    > still want to show the dialog just not allow any changes to the install
    > folder.

    You should use the Custom Wizard Dialog model to handle this. It gives you
    so much power and flexibility.

    Doing this in a standard dialog is *not* recommended, but the attached
    project demo should work.

    Friedrich
    Attached Images Attached Images  
    Attached Files Attached Files

  3. #3

    Default Re: Hide/disable controls

    Ho Friedrich,

    and how can I change / hide / disable /remove the
    "previous/next/cancel"-panel in the lower section of a custom dialog?

    This would give me the possibillity to use SetupBuilder as ToolBuilder.

    Markus

  4. #4

    Default Re: Hide/disable controls

    Hi Markus,

    > and how can I change / hide / disable /remove the
    > "previous/next/cancel"-panel in the lower section of a custom dialog?
    >
    > This would give me the possibillity to use SetupBuilder as ToolBuilder.

    Good question. Try something similar this (see attached screenshot and .sb7
    project).

    Friedrich
    Attached Images Attached Images   
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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