Re: [E-devel] Events blocking the event system?

2006-12-28 Thread The Rasterman
On Mon, 18 Dec 2006 17:25:11 +0100 Joerg Plewe [EMAIL PROTECTED] babbled: Hi all! For a very special use-case, I submit some custom event using ecore_event_add(). The event handler, under some conditions, will submit a new event of the same type again. This basically works as expected

[E-devel] Events blocking the event system?

2006-12-18 Thread Joerg Plewe
Hi all! For a very special use-case, I submit some custom event using ecore_event_add(). The event handler, under some conditions, will submit a new event of the same type again. This basically works as expected (kind of a tight loop), but all other events (esp. UI events like mousemove) are no