On 08/25/2010 10:51 AM, Gwenaël Casaccio wrote:
Ok I understand the problem, run message launches a new inner loop. But with our gtk event loop we should use showAll, showModalOnAnswer:, ...
Hmm, #run is overridden by GtkImpl.st to not use a new event loop. It uses a Smalltalk semaphore and the outer event loop. Since events are run in their own Process, everything should work without blocking the outer event loop.
Paolo _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
