PSA: Don't freakout if you can't click buttons on Catalina 10.15.5 Beta

I upgrade to the latest Catalina beta and most of my non default buttons in all my Xojo apps stopped working! I documented the problem, created example apps, notarized them, prepared a post and… Tried restarting my machine. That fixed it. :stuck_out_tongue:

You made my day, thanks for making me laugh.

Make sure you’ve added the code in your application to crash on a NSException (which can cause an application’s buttons, menu and everything to become unresponsive).

https://forum.xojo.com/58302-crash-an-application-on-nsexception

Thanks, Sam. Handy!