[udf-dlm-develop] IDL popup
Brought to you by:
esm
From: Thomas I. <im...@ss...> - 2001-02-22 19:35:31
|
Hello there, I'm trying to create loads of IMAGE plots over many days of time from the IDL command line using the UDF-DLM shared object. I find that if, at some point in the process, data are missing, a nice widget pops up telling me so, and the whole show stops until I click 'OK'. I tried to knock that off my commenting out the IDL_Message() calls in idl_barf and udf_barf in udf.c. The warning widget does not appear, but this time IDL segfaults and I'm back in tcsh. Any good way to tell IDL that there was an error but avoid the widget? It tends to slow things down when human intervention is required. Also, is there information somewhere on calls like IDL_Message, which are apparently easily called from DLMs? Maybe the call can be replaced without much hassle. Thanks, Thomas Immel ---------------------------------- -> Thomas Immel <- -> Space Science Laboratory <- -> University of California <- -> Berkeley, CA 94720-7450 <- -> Work : 510-643-3504 <- -> Fax : 510-643-2624 <- ---------------------------------- |