From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id B1827BC8C for ; Sun, 16 Jan 2005 11:10:48 +0100 (CET) Received: from smtp.leledy.org (trudaine-3-82-67-204-75.fbx.proxad.net [82.67.204.75]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j0GAAmKS016510 for ; Sun, 16 Jan 2005 11:10:48 +0100 Received: from [192.168.2.207] (dom7.leledy.org [192.168.2.207]) by smtp.leledy.org (Postfix) with ESMTP id 753DE5ECF for ; Sun, 16 Jan 2005 11:12:52 +0100 (CET) Message-ID: <41EA3DB3.3000909@leledy.org> Date: Sun, 16 Jan 2005 11:10:59 +0100 From: =?ISO-8859-1?Q?Philippe_Lel=E9dy?= User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: fr, en MIME-Version: 1.0 To: Caml-list@yquem.inria.fr Subject: Re: [Caml-list] using Graphics wit more than one window Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Miltered: at concorde with ID 41EA3DA8.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 wrote:01 ocaml:01 ocaml:01 graph:01 graph:01 graphics:02 graphics:02 perhaps:03 i'd:05 replicate:05 rather:07 previous:09 instance:09 instance:09 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on yquem.inria.fr X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.0 X-Spam-Level: *Richard Jones wrote: * > You might want to migrate to a "proper" solution sooner rather than later. As a teacher I'd like to be able to open an Ocaml Graphics window on each of my students display. It's not possible with one instance of Ocaml, because Graphics.open_graph does 2 actions, opening a socket with an X11 server and opening a window on this server -- further instance of open_graph will only do the second action with the previous opened socket. Perhaps will I have to rely on another mechanism to replicate windows over displays. Ph. L