Changeset 487 for trunk/SRC/Postscript


Ignore:
Timestamp:
09/30/13 11:45:39 (11 years ago)
Author:
smasson
Message:

bugfix to be used in batch mode

Location:
trunk/SRC/Postscript
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Postscript/closeps.pro

    r479 r487  
    100100   set_default_device 
    101101;------------------------------------------------------------ 
    102    if keyword_set(infowidget) then $ 
     102   if keyword_set(infowidget) AND NOT keyword_set(batch) then $ 
    103103    widget_control, long(infowidget), bad_id = toto, /destroy 
    104104;------------------------------------------------------------ 
  • trunk/SRC/Postscript/openps.pro

    r371 r487  
    9999            file_basename(nameps, '.ps') + '.ps' 
    100100; add path (psdir) and check that nameps is ok 
    101    nameps = isafile(nameps, iodir = psdir, /new) 
    102101;------------------------------------------------------------ 
    103102; we define xsize, ysize, xoffset and yoffset 
  • trunk/SRC/Postscript/printps.pro

    r401 r487  
    306306;------------------------------------------------------------ 
    307307    ELSE:BEGIN  
     308      IF keyword_set(key_batch) THEN return  
    308309      base = widget_base(/row, title = 'Postscript file: ' $ 
    309310                         + file_basename(nameps)) 
Note: See TracChangeset for help on using the changeset viewer.