On 03/07/12 22:23, Charles Srstka wrote:
> 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.
Thanks. That won't be easy because our software is multiplatform and that may 
need big changes.
Anyway, I will look at it to see if it is doable without disrupting all the 
crossplatform stuff.

>> Keep intel OUTSIDE my Mac !
>> Hiii !!! I can see Intel chips creeping around my G5 !
>
> A little late for that, don’t you think?
Yes, unfortunaely... I prefer reading numbers from left to right :)
Good old trusty G5 is now only fired up before release to check if the app 
still runs on it.

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

Eric M.
_______________________________________________

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