PDA

View Full Version : Two suggestions/requests



NewsArchive
10-24-2006, 02:26 AM
Two suggestions:

1. It would be very handy to be able to include dialogs which would be
displayed to the developer before the compile process begins. These could
remind the developer to perform certain tasks (Don't forget to detach the
sample SQL database) or collect input and store it in a variable (Display
debugging dialogs? Yes/No). I appreciated these in the Wise InstallBuilder.

2. Also very helpful would be the addition of a comment field to the END
statement dialog. This comment would then be displayed on the same line as the
END (END !IF %MyVariable% = 1).

Greg Fasolt

NewsArchive
10-24-2006, 02:26 AM
Greg,

As to suggestion #1...
have you tried the #msgbox function? (The one in the Compiler Directive
section, not "Display Message Box" in the User Interface)
Insert at the top of your script and tick the "Display OK/Cancel button"
box.

Jane

NewsArchive
10-24-2006, 02:26 AM
Thanks for the tip!

Make that one suggestion.