cocoa - How to get notified when window order or position on Mac has changed? -


My program needs to be changed to window order and status. Just like when some window moves above the other or moves somewhere. Can this be done with Cocoa (Window Service, Notification API)?

Are these windows related to your app?

If this is the case, just register for the following notifications: NSWDDIDI IDBIBMINNotification NSWDDIDI IDRSignManificationNsWWWWWind NotificationNSSWandDODIEdisationNotification

If Windows is not related to your app, you may have to use a timer .


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -