Re: using performSelectorInBackground

2009-06-16 Thread Rick C.
thank you very much i believe i got it working ok now. rick From: Nick Zitzmann To: Rick C. Cc: cocoa-dev@lists.apple.com Sent: Wednesday, June 17, 2009 12:59:22 AM Subject: Re: using performSelectorInBackground On Jun 16, 2009, at 10:53 AM, Rick C. wrote

Re: using performSelectorInBackground

2009-06-16 Thread Nick Zitzmann
On Jun 16, 2009, at 10:53 AM, Rick C. wrote: + (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)seconds target:(id)target selector:(SEL)aSelectoruserInfo:(id)userInfo repeats:(BOOL)repeats however i need to use a separate thread for other reasons and i have now placed a call to

using performSelectorInBackground

2009-06-16 Thread Rick C.
hello, i have the following nstimer method which works fine in my project: + (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)seconds target:(id)target selector:(SEL)aSelectoruserInfo:(id)userInfo repeats:(BOOL)repeats however i need to use a separate thread for other reasons and i ha