MsgBoxEx
Description: |
baMsgBoxEx displays a custom MessageBox. |
Platforms: |
Windows and Macintosh |
Usage: |
Result = baMsgBoxEx( Message, Caption, Button1, Button2, Button3, Icon, DefButton, Alignment, FontName, FontSize, FontWeight, xPos, yPos ) |
Arguments: |
String, string, string, string, string, string, integer, string, string, integer, integer, integer, integer. |
Returns: |
String. |
Examples: |
Director: Authorware: |
Notes: |
If you do not want to show all buttons, then make the button text for the button you don't want to appear an empty string. On Windows, ff you want to add a keyboard shortcut to a button, then place a & in front of the letter you want it to use. eg "&Later". On Macintosh, you can not assign a keyboard shortcut. The size of the buttons does not change - you are limited to about 12 characters for the buttons. The font weight is in a range from 1 - 9; 4 is normal, 7 is bold. Not all fonts have all weights. Use 0 if you want to use the standard weight of the font. Under Macintosh, any number greater than 5 will be bold. The values of the xPos and yPos are relative to the screen. Use -1 to center the dialog on the screen, -2 to center on the Director/Authorware window. |
See also: |
MsgBox baTaskDialog |