ok_only;


Display an OK button.     DCL Error Handler Tile


This error handler tile displays a button with the OK label. This tile has a pre-assigned key of "accept." This tile is most useful when displaying a message or alert that doesn't offer alternative actions. The user clicks the button to confirm having read the message or alert and to close the dialog box.

Notice that the format of this tile differs from most other tiles: there is no : (colon) prefix nor { ... } (brace) suffix.

NOTE For most dialog boxes, you'll want to use the ok_cancel tile instead of this tile.

Valid Attributes

none

Example

ok_only;

Related DCL Tiles

errtile

ok_cancel

ok_cancel_help

ok_cancel_help_errtile

ok_cancel_help_info

Tell me about...

Programming Overview of DCL (Dialog Control Language)

About Predefined Attributes