From 8069c94842e06c536d0ef07e9e391316bc675be2 Mon Sep 17 00:00:00 2001 From: phil294 Date: Wed, 5 Jul 2023 19:03:04 +0200 Subject: [PATCH] docs: msgbox icons are always shown since we're using appimage based on ubuntu --- docs/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 4f8f2ce..cd71970 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6815,7 +6815,6 @@

The "Last Found" Window

For example, to specify a SYSTEMMODAL box with the YES/NO buttons the Options value would be 4096+4 (4100).

-

The icon options change the actual icon only on Ubuntu-based systems. On other distros, there is never any image on MsgBox.

To determine which button the user pressed in the most recent MsgBox, use the IfMsgBox command.

The text on the buttons can be changed by following this example.

The windows shown by this command are a built-in feature of Windows. As such, the X button (close) in the title bar is enabled only when certain buttons are present in the dialog: If there is only an OK button, clicking the X button is the same as pressing OK. Otherwise, the X button is disabled unless there is a Cancel button, in which case clicking the X is the same as pressing Cancel. Pressing Escape on a window without a X still closes the window as if a fictional Cancel button were pressed.