Where does the Profiler Window Go?

I just noticed this - under 18r3, the app is exiting properly with the terminate hack removed.

Also, I used an old trick - saved as binary, exited the IDE, relaunched the IDE and reloaded the binary and NOW the Profiler result appears!

… but, I now need a version of 2018r3 that will build apps compatible with 10.7. So, the hack goes back in and I return to 17r3 …

At least I found the cause of the runaway Paint event :slight_smile:

[quote=413950:@Tim Jones]… but, I now need a version of 2018r3 that will build apps compatible with 10.7. So, the hack goes back in and I return to 17r3 …

At least I found the cause of the runaway Paint event :)[/quote]
You could wrap your hack in…

[code]#if XojoVersion <= 2017.03

#EndIf[/code]

Good tip, but no need since I must build these under 17r3 for the older macOS support. K-12, researchers, government, and M&E shops living with Final Cut 7 don’t move forward when what they have works (our might break existing workflows).