Can someone confirm for me that DialogReturn
is not working in Mathematica 11.3 on macOS? It is working in Windows.
The basic example in the documentation won't work: ref/DialogReturn
res = DialogInput[Button["text", DialogReturn[123]]];
In Windows, clicking the button closes the dialog box and sets res
to 123. In macOS, the dialog box stays open; I have to click close (red circle) and res
is set to $Canceled