Async alert

2008-11-11 Thread Dan Birns
I need an asynchronous alert panel. My impression is that apple doesn't consider this an alert if it's aynchronous. A couple ideas occur to me for how to solve this: 1) Put the alert in a separate thread. But these seems to be a lot of effort to get around a purposeful design, and thus

Re: Async alert

2008-11-11 Thread Quincey Morris
On Nov 11, 2008, at 09:12, Dan Birns wrote: I need an asynchronous alert panel. My impression is that apple doesn't consider this an alert if it's aynchronous. A couple ideas occur to me for how to solve this: 1) Put the alert in a separate thread. But these seems to be a lot of effort