PDA

View Full Version : Multiple Checkboxes.



bagofgloom
07-01-2009, 04:19 PM
I have two check boxes (Install Desktop Shortcut and Add Quick Launch Icon). Is it possible to add this the ready to install dialog or at least create a custom dialog that contains both check boxes instead of having two dialog screens that simply have one check box on it. The screen shots are obviously not finished but used to give the general idea of what I am trying to do.

linder
07-02-2009, 12:01 AM
Hello,

Did you check the SB6 Examples package? There are several dialog source code examples.

http://www.lindersoft.com/downloads_licensed.htm

For example, the "Additional Tasks.sb6" source code project (see attached screenshot).

And in SB7 (RC), provides a "Visual Dialog Editor" (VDE) for quickly customizing the user interface. You can use the VDE 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 powerful SetupScript scripting language provides built-in interactivity to custom dialogs in SetupBuilder 7. 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.

SB7 comes with a "Learning SetupBuilder Part I (by Jane Fleming)". "Everything you ever wanted to know about SetupBuilder but were afraid to ask" introductory materials for learning to use the powerful SetupBuilder system.

http://lindersoft.com/sb7_Examples.exe

Does this help?

Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

SetupBuilder is Windows installation -- "point. click. ship"

-- Official Comodo Code Signing and SSL Certificate Partner

bagofgloom
07-02-2009, 01:33 PM
My bad those examples will help me with many of my questions.