Ctrl-break weirdness in Windows 95/NT IDL [message #10029] |
Wed, 24 September 1997 00:00 |
krist
Messages: 6 Registered: April 1994
|
Junior Member |
|
|
Greetings :
Recently I had to port an IDL program which we typically run under VMS and
UNIX onto Windows 95 and NT. This program iteratively fits data and takes
many minutes to hours to run. When running it under Windows 95/NT, some
odd things have been happening (this is IDL v5.0.2):
1) Under Windows 95, Control-break will not stop program execution - I have
to wait for the program to finish. Under Windows NT, Control-break does
work. The same problems occur on different machines. The same program
under VMS and UNIX stops after a Control-C.
2) If I choose to display results in a plot window at each iteration, under
Windows 95 & NT the last plot window opened remains in the foreground.
While the program is running, I cannot click on the other plot windows
or IDL program window to bring them into the foreground. Using the
Xmouse program to activate the window which the mouse pointer is in does
not help. I have no such problems on VMS & UNIX.
I can, of course, come up with workarounds, such as checking in the iteration
loop to see if a key has been hit, etc, but that's a kludge. Does anyone else
have the same problems or know of true fixes?
Thanks,
John Krist (krist@stsci.edu)
Science Software Analyst
Space Telescope Science Institute
Baltimore, MD
|
|
|