Re: NSAlert query

2010-01-25 Thread jonat...@mugginsoft.com
On 25 Jan 2010, at 04:27, Poonam Virupaxi Shigihalli wrote: hi all, When alert messages are displayed using runModal, it blocks the thread until the user clicks on the button. Is there anyway to avoid blocking of the thread when alert is displayed? Try displaying your alerts as

NSAlert query

2010-01-24 Thread Poonam Virupaxi Shigihalli
hi all, When alert messages are displayed using runModal, it blocks the thread until the user clicks on the button. Is there anyway to avoid blocking of the thread when alert is displayed? Regards, Poonam. ___ Cocoa-dev mailing list

Re: NSAlert query

2010-01-24 Thread Graham Cox
On 25/01/2010, at 3:27 PM, Poonam Virupaxi Shigihalli wrote: When alert messages are displayed using runModal, it blocks the thread until the user clicks on the button. Is there anyway to avoid blocking of the thread when alert is displayed? NSAlert does not block the thread, it runs