On Jul 3, 2012, at 10:16 AM, Eric Matecki wrote:

> everything is in the subject, what's the equivalent for 
> CheckEventQueueForUserCancel() in Cocoa ?

There are multiple ways to implement a user cancel operation, depending on your 
design. Probably the easiest way to do it is to put your worker-thread code in 
a subclass of NSOperation, and call -cancel on it if the user clicks on your 
Cancel button or does something else that should cancel the operation. You can 
then check the isCancelled property of the NSOperation in your worker code to 
determine if the operation is cancelled or not.

> Keep intel OUTSIDE my Mac !
> Hiii !!! I can see Intel chips creeping around my G5 !

A little late for that, don’t you think?

Charles

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to