Hi! Does anyone know how to get a callback from NSWindow when it's ordered front? A normal NSWindow can sometimes have key/main status, but at the same time be obscured by other windows in the application. And if you click on it, it will be raised to front (without any key/main changes). And I need to get a callback when that happens.
-Richard (I tried to override orderFront, makeKeyAndOrderFront, orderFrontRegardless, as well as listening to the notifications in NSWindowDelegate... nothing seems to help)_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com