Re: [E-devel] Update GUI inside thread

2007-02-11 Thread The Rasterman
On Sun, 11 Feb 2007 16:28:57 +0100 Andreas Volz <[EMAIL PROTECTED]> babbled: > Am Sat, 10 Feb 2007 06:19:38 +0900 schrieb Carsten Haitzler (The > Rasterman): > > > then this dispatcher needs to be threadsafe too. either way - you > > need to make something threadsafe, and pipes/fd's already are :

Re: [E-devel] Update GUI inside thread

2007-02-11 Thread Andreas Volz
Am Sat, 10 Feb 2007 06:19:38 +0900 schrieb Carsten Haitzler (The Rasterman): > then this dispatcher needs to be threadsafe too. either way - you > need to make something threadsafe, and pipes/fd's already are :) > personally i ask - why do you need threads? threads are for people > who can't sched

Re: [E-devel] Update GUI inside thread

2007-02-10 Thread The Rasterman
On Thu, 25 Jan 2007 00:53:12 +0100 Andreas Volz <[EMAIL PROTECTED]> babbled: > Hello, > > as evas isn't thread save (like Gtk) it's a problem to update the GUI correct :) > periodic from a thread. They told me in #edevelop how to solve this > with use of pipes. But I think it's complicated. The

[E-devel] Update GUI inside thread

2007-01-24 Thread Andreas Volz
Hello, as evas isn't thread save (like Gtk) it's a problem to update the GUI periodic from a thread. They told me in #edevelop how to solve this with use of pipes. But I think it's complicated. There's a nice concept in Gtk(mm) that works with an Dispatcher. You don't need to know anything about p