From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id E9530BC0A for ; Thu, 21 Jun 2007 02:41:56 +0200 (CEST) Received: from sys31.mail.msu.edu (sys31.mail.msu.edu [35.9.75.131]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l5L0ftYx014869 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 21 Jun 2007 02:41:56 +0200 Received: from shawjef3 by sys31.mail.msu.edu with local (Exim 4.63 #1) id 1I1AkE-0003wL-8i for caml-list@inria.fr; Wed, 20 Jun 2007 20:41:54 -0400 From: "Jeffrey Loren Shaw" To: caml-list@inria.fr Subject: Re: Interaction loop with labltk Date: Wed, 20 Jun 2007 20:41:53 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: X-Virus: None found by Clam AV X-Miltered: at concorde with ID 4679C953.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; labltk:01 labltk:01 macos:01 cmo:01 interaction:02 library:03 thread:05 basically:09 distribution:10 actually:10 might:11 i've:12 loop:13 solution:14 32.:15 Actually I've found that you can call labltk from a separate thread under win32. This might be specific to the activetcl distribution I use. Under macos I was unable to duplicate the same behavior. So basically the solution is to always use the Tkthread library. "tkthread.cmo"