Re: RunLoops and performSelectorOnMainThread problem

2009-05-06 Thread Michael Ash
On Wed, May 6, 2009 at 3:13 AM, Martin F. Carianni wrote: > Hello, i'm having some trouble with CFRunLoop, and > performSelectorOnMainThread. I've a CFFTP client (with a latter COCOA > implementation to interface with the GUI-class) which needs to pass a > directory listing array to the GUI. But w

RunLoops and performSelectorOnMainThread problem

2009-05-06 Thread Martin F. Carianni
Hello, i'm having some trouble with CFRunLoop, and performSelectorOnMainThread. I've a CFFTP client (with a latter COCOA implementation to interface with the GUI-class) which needs to pass a directory listing array to the GUI. But when I try to send the array object via an external selector