Message Boxes

00000050.gif

Message boxes are modal dialogs whose appearance is predefined by the MS Windows or MOTIF toolkits. Their purpose is to present a message to the user requiring only acknowledgment, or to ask a question with a simple “Yes / No” or “Yes / No / Cancel” response. Alert boxes are not created from the dialog box editor, but from the SIMDRAW main window. Using the ‘Edit/Properties...’ options from the main window’s menu bar, you can define the following attributes of the message dialog:

20000000.gif Title - Text displayed in the dialog’s header bar..

20000000.gif Library Name - Name used to load the dialog into your program.

20000000.gif Message Text - Type the message you want displayed here. Any number of lines of text can be used in the message.

20000000.gif Style - This radio box determines which icon will be placed onto the alert box.

20000000.gif Responses - Determines the set of buttons on the dialog for user responses.

20000000.gif Default Button - Button that is activated when the user presses <Enter>.