[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


idle Source code in cafe_idle.pro

idle

Name
           idle
Purpose
           Suspend command line for window event processing
Category
           cafe
SYNTAX:
           idle
Input Parameters
           none
Keyword Parameters
           general - quit only when key pressed. This keyword may be
                     to apply idle for any widget program running in
                     the cafe environment (example: xloadct).
                     If this keyword is not used the command
                     immediately stops when no wplot window is
                     present.
Explanation
           This command is related to the wplot command. If wplot is
           called with the option /idle the command line may be
           used as before. The problem is that on the other hand
           wplot buttons can not be used because cafe could not
           support processing of widget events (like button click
           etc.).
           This is the job for the idle command. When executing, the
           command line is suspended but the wplot window may be
           used.
QUITTING:
           Press any key to stop the IDLE command.
Side Effects
           Polls for widget events.
Example
             > fit
             > wplot, /idle
             > idle
              -> now wplot buttons can be used
              <q>
              -> now wplot could no more be used>
             > chpar,2,0
             > plot
             > idle ....
Revision History
           $Id: cafe_idle.pro,v 1.5 2004/01/12 08:12:23 goehler Exp $

Last modified by pro2html on 2005 January 04 at 16:05 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically