DialogSetMessage

Parameters
whichDialog dialog

Target dialog.

messageText string

New title.

comment

Sets the menu title.

note

If the dialog is not set (empty string), then no vertical space is reserved for it. The buttons start at the very top.

note

The new message shows up instantly, even when the menu is already open.

note

Unlike with buttons, if the message is too long it overflows to the left and right beyond the screen edges (it is centered).

patch

1.00

Source
common.j
return type
nothing
Source code
native DialogSetMessage             takes dialog whichDialog, string messageText returns nothing