[BR] NativeMessageBox broken on macOS?

Since (i guess) the recent change to allow associatedComponent in native message box on macOS…

NativeMessageBox::showYesNoCancelBox doesn’t work anymore.

The results are wrong (1001 1002 1003 / yes no cancel).

Am i the only one?

macOS BigSur / Xcode 12.5

Am i doing something wrong?

Sorry, I think this is a bug in the new code. I’ve put together a fix which should be on develop shortly.

1 Like

Thanks ; will associated component be enable in NativeMessageBox::showYesNoBox and such?

Yes, this was an oversight in the previous change.

1 Like

Thanks for your patience. The following changes should fix the issues you were seeing:

1 Like