Apple Events and Modal Sessions

2009-01-28 Thread Seth Willits
I'm fiddling with a URL handler in my app and I noticed that if a modal session was running, the handler - registered with my NSApp's delegate - was not being called, even after the dialog closed. I looked around the docs for a bit to find a reason/workaround and discovered by chance

Re: Apple Events and Modal Sessions

2009-01-28 Thread Seth Willits
On Jan 28, 2009, at 9:50 PM, Seth Willits wrote: Does anyone know what's really going on here? Should AppleEvents always be firing during a modal session? Call me a fool on this one. I didn't realize my AppleEvent handler was being set up after the call to runModal, thus it never would