Re: 3.0 help system [message #8370] |
Sat, 01 March 1997 00:00  |
Robert Moss
Messages: 74 Registered: February 1996
|
Member |
|
|
David Fanning wrote:
>
> Mark Fardal <fardal@shapley.colorado.edu> writes:
>
>> does anyone know how to pop up the old IDL 3.0 help window? I
>> miss the access to the user-library documentation and it's much
>> quicker than the new (ok, not so new now) version.
>
You can place your own documentation into the old system by using the
MK_LIBRARY_HELP procedure. Place the out put from this into the
$IDL_DIR/help directory (or make links to it there). Then access
the help from within IDL by using
idl> widget_olh
It occurs to me that MK_LIBRARY_HELP may no longer be documented...
It has similar inputs to MK_HTML_HELP, which is documented. If I recall
correctly, its something like
MK_LIBRARY_HELP, input_dir, output_file [, /VERBOSE]
Make sure output_file ends in ".help" if you want widget_olh to work
(Obviously I'm talking about Unix systems here.. not sure about things
like Windoze)
--
Robert M. Moss, Ph.D. - mossrm@texaco.com - FAX (713)954-6911
------------------------------------------------------------ -----
This does not necessarily reflect the opinions of Texaco Inc.
|
|
|