Script: Call specific help topics

Discuss and share scripts and script files...
klownboy
Posts: 4089
Joined: 28 Feb 2012 19:27

Re: Script: Call specific help topics

Post 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
Scripting Commands blank.jpg (41.03 KiB) Viewed 715 times
Windows 11, 22H2 Build 22621.1555 at 100% 2560x1440

highend
Posts: 13260
Joined: 06 Feb 2011 00:33

Re: Script: Call specific help topics

Post 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 :)
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de

klownboy
Posts: 4089
Joined: 28 Feb 2012 19:27

Re: Script: Call specific help topics

Post by klownboy »

Thanks highend, that did it. :tup:
Windows 11, 22H2 Build 22621.1555 at 100% 2560x1440

highend
Posts: 13260
Joined: 06 Feb 2011 00:33

Re: Script: Call specific help topics

Post by highend »

New version released...

Code: Select all

v1.1.6
  Fixed: Since v24.00.0104 'get()' has its own html file
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de

eil
Posts: 1609
Joined: 13 Jan 2011 19:44

Re: Script: Call specific help topics

Post 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?
Win 7 SP1 x64 100% 1366x768

highend
Posts: 13260
Joined: 06 Feb 2011 00:33

Re: Script: Call specific help topics

Post 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...
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de

eil
Posts: 1609
Joined: 13 Jan 2011 19:44

Re: Script: Call specific help topics

Post by eil »

That helped, thank you! Guess info about positioning/size should be mentioned in first post.
Win 7 SP1 x64 100% 1366x768

highend
Posts: 13260
Joined: 06 Feb 2011 00:33

Re: Script: Call specific help topics

Post by highend »

Done...
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de

Post Reply