Comment #2 on issue 36 by benoit.m... at ...626...: Problem between Process and DrawingArea http://code.google.com/p/gambas/issues/detail?id=36 Note that it is useless to call DrawingArea.Clear() inside the Draw event handler. It just does a Refresh(), and so may call the Draw event handler again and again...