The StandardAlert stuff can't cope with that for some reason,
causing the lock-up.
Maybe because it's not thread safe? ;)
Very little of the GUI stack in carbon (or cocoa for that matter) is
truly thread safe. GUI operations should always be done from the main
thread. And ALL API usage on secondary threads should be verified as
thread safe beforehand. It's a bad idea to make any assumptions about
the thread safety of any given API. This is true on any platform with
any framework.
Bryan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden