Discussion:
problem opening a chm file
Amir Sabbagh
2012-10-26 14:11:08 UTC
Permalink
Hi you all,
upgrading from gnuplot 4.4.0 to gnuplot 4.6.0 the help file has changed
from a .hlp file to a .chm file.

i tried to modify my already existing lpeg properties but I had little luck
to get the gnuplot help showing when I press F1.

this is what I tried:

wgnuplot.hlp=C:\Documents and Settings\amir.sabbagh\My
Documents\Programmi\gnuplot460win32\gnuplot\bin\wgnuplot.chm
command.help.subsystem.$(file.patterns.gnuplot)=2
command.help.$(file.patterns.gnuplot)=$(CurrentWord) ! $(wgnuplot.hlp)

a shell appears but immediately disappears giving no error.

i tried also
command.help.subsystem.$(file.patterns.gnuplot)=1

but I receive an "Access Denied" error. But I checked the file path and it
is correct


Can someone of you help me?

Thank you
Amir
--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-***@googlegroups.com.
To unsubscribe from this group, send email to scite-interest+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.
Philippe Lhoste
2012-10-29 12:00:08 UTC
Permalink
Post by Amir Sabbagh
Hi you all,
upgrading from gnuplot 4.4.0 to gnuplot 4.6.0 the help file has changed from a .hlp file
to a .chm file.
i tried to modify my already existing lpeg properties but I had little luck to get the
gnuplot help showing when I press F1.
wgnuplot.hlp=C:\Documents and Settings\amir.sabbagh\My
Documents\Programmi\gnuplot460win32\gnuplot\bin\wgnuplot.chm
command.help.subsystem.$(file.patterns.gnuplot)=2
command.help.$(file.patterns.gnuplot)=$(CurrentWord) ! $(wgnuplot.hlp)
a shell appears but immediately disappears giving no error.
i tried also
command.help.subsystem.$(file.patterns.gnuplot)=1
but I receive an "Access Denied" error. But I checked the file path and it is correct
Try:
command.help.subsystem.$(file.patterns.gnuplot)=4
command.help.$(file.patterns.gnuplot)=$(CurrentWord)!$(wgnuplot.hlp)

htmlhelp subsystem, and no spaces.
--
Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr
-- -- -- -- -- -- -- -- -- -- -- -- -- --
--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-***@googlegroups.com.
To unsubscribe from this group, send email to scite-interest+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.
Amir Sabbagh
2012-11-05 08:56:19 UTC
Permalink
Thank you so much Philippe!
it worked flawlessly

Amir
Post by Amir Sabbagh
Hi you all,
upgrading from gnuplot 4.4.0 to gnuplot 4.6.0 the help file has changed from a .hlp file
to a .chm file.
i tried to modify my already existing lpeg properties but I had little luck to get the
gnuplot help showing when I press F1.
wgnuplot.hlp=C:\Documents and Settings\amir.sabbagh\My
Documents\Programmi\**gnuplot460win32\gnuplot\bin\**wgnuplot.chm
command.help.subsystem.$(file.**patterns.gnuplot)=2
command.help.$(file.patterns.**gnuplot)=$(CurrentWord) ! $(wgnuplot.hlp)
a shell appears but immediately disappears giving no error.
i tried also
command.help.subsystem.$(file.**patterns.gnuplot)=1
but I receive an "Access Denied" error. But I checked the file path and it is correct
command.help.subsystem.$(file.**patterns.gnuplot)=4
command.help.$(file.patterns.**gnuplot)=$(CurrentWord)!$(**wgnuplot.hlp)
htmlhelp subsystem, and no spaces.
--
Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr
-- -- -- -- -- -- -- -- -- -- -- -- -- --
--
You received this message because you are subscribed to the Google Groups
"scite-interest" group.
.
For more options, visit this group at http://groups.google.com/**
group/scite-interest?hl=en<http://groups.google.com/group/scite-interest?hl=en>
.
--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-***@googlegroups.com.
To unsubscribe from this group, send email to scite-interest+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.
Loading...