Hello, I am a programmer in Japan.
I have openFrameworks create applications for exhibition there,
but it is not know how to display Always on Top window, I’m having problems very.
For example, alerts when the app crashed will appear at the front than the app.
It is likely to be resolved, if possible Always on Top window.
You’ll probably want to do a clean (Cmd+Shift+K) and then build. If you get errors on the NSWindow line, you might not be in Objective-C++. Let me know if you get errors.
Also, watch out! If the app crashes as you’re working on it it’ll cover up everything, even when Xcode tries to show you the error. Use Cmd+. (command period) to get Xcode to force-quit the app in that case.