comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: User HELP files from IDL 3.6.1 to 4.0
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: User HELP files from IDL 3.6.1 to 4.0 [message #5032] Sat, 09 September 1995 00:00
rivers is currently offline  rivers
Messages: 228
Registered: March 1991
Senior Member
In article <42pgol$15u@rdsunx.crd.ge.com>, rigby@crd.ge.com (Wayne Rigby) writes:
> In article 8le@upsn2.u-psud.fr, Richard Gispert <gispert@ias.fr> () writes:
>
>> With IDL 3.6.1 it was possible to add
>> help files for our routines to help files distributed by IDL.
>> It was very convenient because developpers had just to write
>> a header beginning by ;+ and ending by ;- in each routine.
>> Then by using MK_LIBRARY_HELP it was very easy to prepare such .hlp
>> files.
>> With IDL 4.0 we got hyperhelp which is very beautiful and convenient
>> BUT we lost the previous facility for personal help files.
>> Who has the solution ?
>>
>

IDL 4.0.1 has MK_HTML_HELP which reads the standard documentation headers and
builds an HTML help file which you can view with Mosaic, Netscape, Lynx, etc. I
find this very nice.

I REALLY wish RSI would put the main IDL help in HTML format as well, then we
could all read it from any platform. That includes text based terminals, using
Lynx. Right now I can't get help on any built-in IDL stuff when I work from
home on a VT/Tektronix emulator.

____________________________________________________________
Mark Rivers (312) 702-2279 (office)
CARS (312) 702-9951 (secretary)
Univ. of Chicago (312) 702-5454 (FAX)
5640 S. Ellis Ave. (708) 922-0499 (home)
Chicago, IL 60637 rivers@cars3.uchicago.edu (Internet)
Re: User HELP files from IDL 3.6.1 to 4.0 [message #5038 is a reply to message #5032] Fri, 08 September 1995 00:00 Go to previous message
djackson is currently offline  djackson
Messages: 31
Registered: June 1993
Member
In article <42mb37$8le@upsn2.u-psud.fr>
Richard Gispert <gispert@ias.fr> writes:

> With IDL 4.0 we got hyperhelp which is very beautiful and convenient
> BUT we lost the previous facility for personal help files.
> Who has the solution ?

If you still have the help files in the same place, calling WIDGET_OLH
will bring up the help as before. IDL 4.0.1 provides a way to make
HTML files, much as MK_LIBRARY_HELP made .hlp files, which can be
browsed with an HTML browser, such as Netscape.

Hope this helps,
-Dick

Dick Jackson djackson@ibd.nrc.ca Institute for Biodiagnostics
Opinions are mine alone. National Research Council Canada, Winnipeg
"And I told him my dream was to live for all time
In some perfect refrain, like the man who wrote 'Danny Boy'."
- Joe Jackson, from the album _Night_Music_, 1994.
Re: User HELP files from IDL 3.6.1 to 4.0 [message #5045 is a reply to message #5038] Fri, 08 September 1995 00:00 Go to previous message
gurman is currently offline  gurman
Messages: 82
Registered: August 1992
Member
In article <42pgol$15u@rdsunx.crd.ge.com>, rigby@crd.ge.com wrote:

> In article 8le@upsn2.u-psud.fr, Richard Gispert <gispert@ias.fr> () writes:
>
>> With IDL 3.6.1 it was possible to add
>> help files for our routines to help files distributed by IDL.
>> It was very convenient because developpers had just to write
>> a header beginning by ;+ and ending by ;- in each routine.
>> Then by using MK_LIBRARY_HELP it was very easy to prepare such .hlp
>> files.
>> With IDL 4.0 we got hyperhelp which is very beautiful and convenient
>> BUT we lost the previous facility for personal help files.
>> Who has the solution ?
>>
>
> This was posted a while back. Hopefully RSI will see the light
> and officially restore this capability.
>
> From mcghee@astrosun.tn.cornell.edu (Colleen McGhee)
> Newsgroups: comp.lang.idl-pvwave
> Subject: Re: Tapping into IDL help??
> Date: 4 Jun 1995 22:45:23 GMT
>
> Here is a response from RSI to one user about the lack of help:
>
> A solution does exist. IDL 4.0 still includes MK_LIBRARY_HELP
> (undocumented.) It also still includes the old online help viewer,
> WIDGET_OLH (also undocumented.) If the ".help" files created with
> MK_LIBRARY_HELP are in the help path (in the "help" subdirectory,
> for example) then the call "widget_olh" will display them.
> We're looking into better ways for the user to create their
> own help files.

Salut -

MK_HTML_HELP is now "officially" in the 4.0.1 update version of IDL
and can be used to create help documents in the new format, and
ONLINE_HELP, topic can be used to call the help application.

Hope this helps,

Joe Gurman

--
J.B. Gurman / Solar Physics Branch / NASA Goddard Space Flight
Center / Greenbelt MD 20771 USA / gurman@uvsp.gsfc.nasa.gov
| Federal employees are still prohibited from holding opinions |
| while at work. Therefore, any opinions expressed herein are | |somebody else's. |
Re: User HELP files from IDL 3.6.1 to 4.0 [message #5046 is a reply to message #5038] Fri, 08 September 1995 00:00 Go to previous message
rigby is currently offline  rigby
Messages: 16
Registered: September 1995
Junior Member
In article 8le@upsn2.u-psud.fr, Richard Gispert <gispert@ias.fr> () writes:

> With IDL 3.6.1 it was possible to add
> help files for our routines to help files distributed by IDL.
> It was very convenient because developpers had just to write
> a header beginning by ;+ and ending by ;- in each routine.
> Then by using MK_LIBRARY_HELP it was very easy to prepare such .hlp
> files.
> With IDL 4.0 we got hyperhelp which is very beautiful and convenient
> BUT we lost the previous facility for personal help files.
> Who has the solution ?
>

This was posted a while back. Hopefully RSI will see the light
and officially restore this capability.

From mcghee@astrosun.tn.cornell.edu (Colleen McGhee)
Newsgroups: comp.lang.idl-pvwave
Subject: Re: Tapping into IDL help??
Date: 4 Jun 1995 22:45:23 GMT

Here is a response from RSI to one user about the lack of help:

A solution does exist. IDL 4.0 still includes MK_LIBRARY_HELP
(undocumented.) It also still includes the old online help viewer,
WIDGET_OLH (also undocumented.) If the ".help" files created with
MK_LIBRARY_HELP are in the help path (in the "help" subdirectory,
for example) then the call "widget_olh" will display them.
We're looking into better ways for the user to create their
own help files.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: 3D plots
Next Topic: WaveWidget Userdata area ---> is there a memory leak?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 19:14:43 PDT 2025

Total time taken to generate the page: 0.00651 seconds