Page 4 of 4

Re: Script: Call specific help topics

Posted: 06 Dec 2022 20:02
by klownboy
Hey highend, I hope all is well. I installed your latest version (1.1.4) as of today (and using latest beta of XYplorer) and updated the paths to the files as shown below, but I noticed the scripting commands section only has an # as seen in the screen save. I thought the main screen in the past listed them all of the commands there. Is that no longer true or is there a problem somewhere? When I double click on the single # (by itself), it sends me to the standard listing of scripting command in the help file. When I click on the "# Advanced Topics - Scripting Command Reference #" line, I receive an error in the status bar "A caption with no real content was selected, aborted!"

Code: Select all

[General]
LastVersion=23.80.0105
; Use false if you want to use the rtfm command instead
UseExtViewer=true
RunAsUser=D:\Tools\XYplorer\Scripts\Run as user_x64.exe
ExtViewer=D:\Tools\XYplorer\Scripts\ShowHelpFile.exe

; The exclamation mark is NOT allowed as a value!
; A divider can only be ONE character
; AdvTopicsScripting AND AdvTopicsScriptingCR
; MUST BOTH HAVE a character that IS NOT used by any of the others
[Dividers]
GettingStarted=@
Configuration=-
MainMenu=@
MainTopics=@
AdvancedTopics=@
Registration=@
Support=@
LegalStuff=@
AdvTopicsScripting=+
; CR = Command reference
AdvTopicsScriptingCR=#
Scripting Commands blank.jpg

Re: Script: Call specific help topics

Posted: 06 Dec 2022 20:24
by highend
Hi Ken,

everything's fine :tup:

Try v1.1.5, please.

You need to set:
LastVersion=23.80.0105

to an older value, e.g. 23.80.0104

to trigger the extraction again with that version :)

Re: Script: Call specific help topics

Posted: 06 Dec 2022 20:40
by klownboy
Thanks highend, that did it. :tup:

Re: Script: Call specific help topics

Posted: 10 Feb 2023 17:43
by highend
New version released...

Code: Select all

v1.1.6
  Fixed: Since v24.00.0104 'get()' has its own html file

Re: Script: Call specific help topics

Posted: 07 Jun 2023 10:13
by eil
I wonder why help topic window opens in right side of screen(half of window actually gets out of view), and if there is some way to change that?

Re: Script: Call specific help topics

Posted: 18 Jun 2023 19:25
by highend
In Show help topics.ini, does ExtViewer= have a value?
If yes, go to the folder of that .exe and change the Left= and Top= values in the .ini file there...

Re: Script: Call specific help topics

Posted: 20 Jun 2023 09:58
by eil
That helped, thank you! Guess info about positioning/size should be mentioned in first post.

Re: Script: Call specific help topics

Posted: 20 Jun 2023 10:43
by highend
Done...

Re: Script: Call specific help topics

Posted: 10 Jul 2025 04:26
by WirlyWirly
Just a heads up, with the renaming to Xyplorer64.chm in the TB edition, it would seem this script needs updating.

I looked through the source files and updated them as I found them, but it still threw an error...

Code: Select all

The system cannot find the file specified. (C:\Users\WirlyWirly\AppData\Local\Temp\~XY_CHM\XYplorer.hhc)

Re: Script: Call specific help topics

Posted: 10 Jul 2025 05:43
by highend
Should be fixed with v1.1.8 (first post for download)

Re: Script: Call specific help topics

Posted: 10 Jul 2025 06:16
by WirlyWirly
Yup, working beautifully, I've been using it since day 1 and had almost forgotten it wasn't a built-in function.

Thanks a bunch :biggrin:

Re: Script: Call specific help topics

Posted: 10 Jul 2025 09:07
by highend
Another small change for v1.1.9: Extraction path is now bitness dependent as well

Re: Script: Call specific help topics

Posted: 18 Oct 2025 02:19
by WirlyWirly
Looks like this script needs updating again after the help file was renamed.

Re: Script: Call specific help topics

Posted: 18 Oct 2025 04:15
by highend
When I'm back from holidays...

Re: Script: Call specific help topics

Posted: 22 Oct 2025 08:54
by highend
Ok, updated again