comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Zeiger in IDL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: Zeiger in IDL [message #4159] Wed, 10 May 1995 00:00
Fergus Gallagher is currently offline  Fergus Gallagher
Messages: 41
Registered: January 1995
Member
css@ipp-garching.mpg.de wrote:

> Wenn eine Widgetapplikation unter IDL abstuerzt, muss man
> IDL oft beenden und neu starten, weil sonst keine Events
> mehr verarbeitet werden. Weiss jemand, wie man den Neustart
> umgehen kann ?
>

Gruess Gott.

If you first kill all your widget window (manually, but see below)
and then type

IDL> retall
IDL> xmanager

that normally does the trick.

There is a widget command widget_control,/reset which works about half
the time to automatically kill all the widgets (this is under X). I
have a routine KILL.PRO:

widget_control,reset
retall
xmanager

which I call with @KILL when my widget apps die, gell.

Fergus

=================================================
| Fergus Gallagher |
| Remote Sensing Applications Development Unit |
| British National Space Centre |
| Monks Wood |
| Huntingdon PE17 2LS / UK |
| |
| F.Gallagher@nerc.ac.uk |
| http://uh.nmt.ac.uk/bnsc/fgg.html |
=================================================
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Trouble reading unformatted f77 (unix) integers?
Next Topic: Re: Q:assigning arrays in steps

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:40:03 PDT 2025

Total time taken to generate the page: 0.00436 seconds