I want to create a windows style error popup for my Cocoa application like this one
Is there any tutorial how to do this? Or can somebody give me at least the names of a few API functions that i need to check out.
I want to create a windows style error popup for my Cocoa application like this one
Is there any tutorial how to do this? Or can somebody give me at least the names of a few API functions that i need to check out.
Take a look at MAAttachedWindow. You can configure its background and border to match.