Autodismissable native dialog box?

Hi Jules,

Just wondering if there’s a possibility to dismiss a native dialog box programmatically ?

Regards,
/Rob

Good question… I’ve not added anything to do that, and am not even sure how you’d do it with native boxes…

Hmm… on Windows I guess you could find the HWND of the OK or Cancel button and post some message to them, I suspect something similar would be feasible on Mac too.