-- Dr. Armin Rauthe-Schöch Max Planck Institute for Chemistry Air Chemistry Hahn-Meitner-Weg 1 D-55128 Mainz / GERMANY Tel. +49-(0)6131-305-4123 Fax +49-(0)6131-305-4009 Email: armin.raut...@mpic.de
Hi,
the DISLIN documentation says that "swghlp" can change the TEXT string displayed when activating the "Help" menu entry.
Helmut, is there a way to change the callback routine for the "Help" menu entry to point to a user defined (widget) routine which could then display image files ?
I too wanted to insert help pages into an application that I developed and this is the solution I came up with (on a windows platform in a Fortran program).
Develop help pages as html files and then create a .chm using Microsoft Help Workshop (which is free).
On the GUI I added ‘User Guide’ as a menu item along the top bar which when selected calls a callback routine that calls systemqq (in IFPORT) to display the .chm file using the command hh (which is a standard windows exec).
Instead of using a drop down menu item an alternative would be to use WGCMD to create a push button to execute the hh command directly.
On non-windows systems one could write a simple routine (or use WGCMD) to display the html file directly using Firefox (or your favourite browser).
Clive
--
You received this message because you are subscribed to the Google Groups "dislin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
dislin-users...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.