MsgBox bug related to timeout.

Issue #47 closed
Winter Laite created an issue

Specifying a timeout in Options causes a small GUI window to appear.

Code to duplicate behavior:

MsgBox("Stuff done", "PostMessage", "16 T2")

With this code no small GUI appears.

MsgBox("Stuff done", "PostMessage", "16")

It appears to the reporter that it is the Timeout that causes the small GUI window to appear.

Comments (4)

  1. Log in to comment