| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <049401c0f520$9f354180$48a80241@glstnbry1.ct.home.com> |
| From: | "MarK Stucky" <mstucky5 AT home DOT com> |
| To: | "Delorenzi, Richard" <RDelorenzi AT alarismed DOT com>, <cygwin AT cygwin DOT com> |
| References: | <3B45237DC3A5D411A80A00508BF3BBBF0AE439 AT alexuk3 DOT alarismed DOT com> |
| Subject: | Re: cygwish80 |
| Date: | Thu, 14 Jun 2001 18:23:21 -0400 |
| MIME-Version: | 1.0 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-Mailer: | Microsoft Outlook Express 5.00.2615.200 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2615.200 |
----- Original Message -----
From: Delorenzi, Richard <RDelorenzi AT alarismed DOT com>
To: <cygwin AT cygwin DOT com>
Sent: Thursday, June 14, 2001 5:45 AM
Subject: cygwish80
> Hi I am writing a small tcl/tk program, and am having problems writing
to
> stdout.
> I need to write to stdout to tell the calling program which button the
user
> pressed. But cygwish seems to direct stdout to its console window, can
any
> one help.
The simplest way to do this is to add the following
to you script :
if {$tcl_platform(platform) == "windows"} {
console show
}
--Mark
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |