From: Robert K. <rob...@ma...> - 2008-03-10 20:37:08
|
Hello, I'm working on an application that launches a 3rd party Ruby/Cocoa application. I use NSWorkspace openFile to launch the application, and then I try to register for NSWorkspaceDidTerminateApplicationNotification from the shared workspace. It seems as if the 3rd party app is not posting this notification when it calls OSX::NSApplication.sharedApplication.terminate self. Any suggestions? I'm not too familiar with Ruby+Cocoa, I'm more of a pure Cocoa developer. Cheers Rob |