Re: [Pythonmac-SIG] InstallApplicationEventHandler and/or InstallEventHandler

2006-05-16 Thread has
don bright wrote: >I'm trying to detect when a process starts/stops. I'm >contemplating this excellent example from Apple, >'observing process lifetimes without polling' > >http://developer.apple.com/technotes/tn/tn2050.html > >However, it uses a function called >InstallApplicationEventHandler. I

[Pythonmac-SIG] InstallApplicationEventHandler and/or InstallEventHandler

2006-05-15 Thread don bright
Dear Pythonians, I'm trying to detect when a process starts/stops. I'm contemplating this excellent example from Apple, 'observing process lifetimes without polling' http://developer.apple.com/technotes/tn/tn2050.html However, it uses a function called InstallApplicationEventHandler. I guess th