Re: Zeiger in IDL [message #4159] |
Wed, 10 May 1995 00:00 |
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 |
=================================================
|
|
|