Re: Open OtherApp just behind MyApp
Re: Open OtherApp just behind MyApp
- Subject: Re: Open OtherApp just behind MyApp
- From: Ken Thomases <email@hidden>
- Date: Thu, 5 Feb 2009 12:21:42 -0600
On Feb 5, 2009, at 2:31 AM, Yang Meyer wrote:
Thanks for pointing out the potential cause. I read up on Obj-C
trampoline methods/objects (pretty cool, actually!) and understand
the basic idea, but honestly I'm not seeing the connection to my
problem. Why and how would such a trampoline object help in delaying
the call to -activateIgnoringOtherApps:? Could you maybe sketch out
how the trampoline might look?
Sorry. In this case I wasn't referring to any specific technique. By
"trampoline" I just meant a method that did have the appropriate
signature to be invoked by performSelector:withObject:afterDelay:.
For example, one which takes no arguments and then turns around and
invokes [self activateIgnoringOtherApps:YES].
Regards,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden