From owner-freebsd-questions Mon Jul 9 17:51: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web9404.mail.yahoo.com (web9404.mail.yahoo.com [216.136.129.110]) by hub.freebsd.org (Postfix) with SMTP id 8558337B401 for ; Mon, 9 Jul 2001 17:51:04 -0700 (PDT) (envelope-from eric_boucher60@yahoo.com) Message-ID: <20010710005104.70202.qmail@web9404.mail.yahoo.com> Received: from [207.164.184.163] by web9404.mail.yahoo.com via HTTP; Mon, 09 Jul 2001 17:51:04 PDT Date: Mon, 9 Jul 2001 17:51:04 -0700 (PDT) From: Eric Boucher Subject: TCL/TK:How to pop-up a windows before end of prog To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi everyone, I wanted to know how to do this trick: I want to make a little tcl/tk program that will ping some machine and show the result (if the machine is there or not) in a graphical window so that I can show the machine which are there in a certain color and a certain set of caractere. But I want to see them appear in that windows immediately when the ping command is done. But the way I do it, the program ping all the machine and the result appear only when the progam is done. Is there a way to make the window appear immediately when the first machine is found and that the user can see the line appear in the screen of that window. In one word, I want to make it in real-time and see the output immediately on a newline each time a ping is done, not to see all the ping at the end when the program have tried them all. (Presently, I'm doing a "$t insert end "result of the ping = $var_ping" to make the result appear in my graphical window). Thanks Eric Boucher __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message