PDA

View Full Version : Dialog question



NewsArchive
03-26-2011, 03:14 AM
Hi,

is the following dialog possible in setupbuilder (see screen picture)?

-Andy

NewsArchive
03-26-2011, 03:15 AM
Andy,

>
> is the following dialog possible in setupbuilder (see screen picture)?
>

Yes, SetupBuilder Developer Edition can handle this (see attached
SetupBuilder created installer dialog screenshot). It provides a Visual
Dialog Editor to create new dialogs from scratch for your SetupBuilder
application. You can visually design dialogs and add items such as static
text, text edit fields, graphics, checkboxes, radio buttons, push buttons,
combo boxes, list boxes, and more.

The best thing is that the powerful SetupScript scripting language provides
built-in interactivity to custom dialogs ("Custom Dialog Script Processing")
in SetupBuilder. Custom dialogs can exhibit different behaviors based on
end user input. Each custom dialog lets you perform script actions in
response to certain events inside a dialog. You can manipulate controls in
the custom dialog programmatically.

Just let me know if you have any question.

Friedrich

NewsArchive
03-26-2011, 03:16 AM
Cool example, SB rocks!

Peter

NewsArchive
03-26-2011, 03:16 AM
>
> Cool example, SB rocks!
>

:-) Thank you!

Friedrich

NewsArchive
03-26-2011, 03:16 AM
Note: you need SB7 "Developer Edition" in order to compile the
"MySQLServerInstance.sb7" project.

Friedrich