Installaware Studio edition
Standard theme tempaltes - Finish dialog
I did not want the checkbox to run the application so I set Visible to False in the Properties window.
When I build and run the project the checkbox is still there. However when I then go back to the dialog editor it is NOT there - I had expected it to be still visible in the editor because I did not delete the object.
I tried deleting the build directory and rebuilding but always with the same result.
What I want is for it to be visible in the Dialog editor so I can choose the visible/not visible property, and then for my choice to be reflected when the installation runs.
How do I get it back in the editor with all its original properties and settings, and how do I stop it showing when the installation is run?
Many thanks
Stephen
Dialog editor
-
- Posts: 76
- Joined: Mon Nov 06, 2006 2:07 pm
- Location: Texas
- Contact:
You can either delete the object (which only removes it from the dialog in your setup and will be available the next time you create another setup or reload the theme dialogs)...or you can remove the object rules in the $SUCCESS$ label on the form. You will have to remove the object rule:
IF (checkSucess.Caption = COMPLETE) THEN RunRow.Visible := True;
Otherwise it does not matter what you set the property to on the form...it will keep showing up.
IF (checkSucess.Caption = COMPLETE) THEN RunRow.Visible := True;
Otherwise it does not matter what you set the property to on the form...it will keep showing up.
-
- Posts: 36
- Joined: Thu Oct 26, 2006 5:44 am
Who is online
Users browsing this forum: No registered users and 229 guests