Dialog editor

Got a problem you cannot solve? Try here.
Stephen Ibbs
Posts: 36
Joined: Thu Oct 26, 2006 5:44 am

Dialog editor

Postby Stephen Ibbs » Wed Nov 08, 2006 4:39 am

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

Gizm0
Posts: 339
Joined: Wed Nov 09, 2005 8:47 pm

Postby Gizm0 » Wed Nov 08, 2006 1:25 pm

It is still on the editor but it's overlapped by other objects.
Panagiotis Kefalidis
Software Design Team Lead
\"In order to succeed, your desire for success should be greater than your fear of failure\"
InstallAware Software Corporation

tltaylor76
Posts: 76
Joined: Mon Nov 06, 2006 2:07 pm
Location: Texas
Contact:

Postby tltaylor76 » Wed Nov 08, 2006 5:52 pm

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.

Stephen Ibbs
Posts: 36
Joined: Thu Oct 26, 2006 5:44 am

Postby Stephen Ibbs » Wed Nov 08, 2006 6:14 pm

Many thanks. I copied the default back in, and then tried again and have got it working as I want.

Stephen


Return to “Technical Support”

Who is online

Users browsing this forum: No registered users and 171 guests