Equinox Online Help - Language Reference - A to Z

Home

PopupFont

Applies to
SyntaxPopupFont FontExpression
Action[Statement] Sets the popup dialog font.
ScopeUsable anywhere.
Notes

This statement sets the font of popup dialogs. The new font is supplied as the argument, FontExpression, which is the Equinox font name from the Font Styles selector in the Property window. If you omit FontExpression, the initial default font is used.

Note that after the popup dialog has been displayed, it reverts to its original default font. You must set the dialog's font on each occasion that you want it to be different.

CategoryUser dialogs
See Also Alert, AlertBitmaps, AlertButtons, Beep, Edit, HelpAbout, Input, InputPassword, Message, PopupColour_PopupColor, PopupFlags, PopupJustification, PopupSize, PopupTitle
Example

The following example sets a font for an Alert dialog.

PopupFont "Times Roman"
Alert "The last database call returned " & SysError & " contact your department manager"