FROM : Nick Rogers
DATE : Thu Mar 13 02:27:38 2008
Hi,
In my secondary thread I'm doing:
[self performSelectorOnMainThread:@selector(updateProgress)
withObject:data waitUntilDone:YES];
with the error that self does not recognize the selector updateProgress.
I have imported the main AppController.h into this secondary class
file. still the problem.
Regards,
Nick
DATE : Thu Mar 13 02:27:38 2008
Hi,
In my secondary thread I'm doing:
[self performSelectorOnMainThread:@selector(updateProgress)
withObject:data waitUntilDone:YES];
with the error that self does not recognize the selector updateProgress.
I have imported the main AppController.h into this secondary class
file. still the problem.
Regards,
Nick
| Related mails | Author | Date |
|---|---|---|
| Nick Rogers | Mar 13, 02:27 | |
| John Stiles | Mar 13, 02:30 | |
| Nick Rogers | Mar 13, 02:32 | |
| John Stiles | Mar 13, 02:44 | |
| Nick Rogers | Mar 13, 03:00 | |
| Dave Hersey | Mar 13, 03:03 | |
| Thomas Engelmeier | Mar 13, 10:16 |






Cocoa mail archive

