Re: Messaging across threads using NSThread

2009-04-06 Thread Nicolas Roard
On Mon, Apr 6, 2009 at 8:48 PM, Riccardo Mottola mul...@ngi.it wrote: Hello, in FTP (available in GAP, http://gap.nongnu.org) I do inter-thread messaging with the precise goal to have threads perform operations on the main thread GUI operations. I set up DO between the app itself this way:

Re: Messaging across threads using NSThread

2009-04-06 Thread Fred Kiefer
Nicolas Roard wrote: On Mon, Apr 6, 2009 at 8:48 PM, Riccardo Mottola mul...@ngi.it wrote: Hello, in FTP (available in GAP, http://gap.nongnu.org) I do inter-thread messaging with the precise goal to have threads perform operations on the main thread GUI operations. I set up DO between the

Re: Messaging across threads using NSThread

2009-04-06 Thread Nicolas Roard
On Mon, Apr 6, 2009 at 11:09 PM, Fred Kiefer fredkie...@gmx.de wrote: Nicolas Roard wrote: On Mon, Apr 6, 2009 at 8:48 PM, Riccardo Mottola mul...@ngi.it wrote: Hello, in FTP (available in GAP, http://gap.nongnu.org) I do inter-thread messaging with the precise goal to have threads perform