Newsgroups: comp.lang.tcl,comp.parallel.pvm
From: bas@leda.astro.uva.nl (Bas V. de Bakker)
Subject: Re: TCL 7.5/Tk 4.1/xpvm on WinNT 4.0
Organization: Astronomical Institute Anton Pannekoek
Date: 21 Oct 1996 09:35:58 +0200
Message-ID: <japw2csra9.fsf@leda.astro.uva.nl>

"John Novak" <john.novak@3do.com> writes:

> I have most of pvm 3.3/xpvm running on a WindowsNT 4.0 system.  However,
> when I close an xpvm window, eitherimplicitly or explicitly the entire
> application either shuts itself down or iconifies all its windows, never to
> be seen again.  Has anyone seen this symptom on the NT/Win95 versions of
> TCL/Tk ?

Unfortunately, I don't have pvm running on Windows NT, but I did see
this problem in xpvm under UNIX.

Search in the xpvm.tcl file for a line like

bind .xpvm <Unmap> unmap_all

(that's from memory) and remove it.

Bas.

