Example: I open XY help (Main Topic > Address Bar page) > Right click > Properties
Here's what I get:
\XYplorer.chm::/idh_addressbar.htm
Is there any #anchorname inside? How to get?
Some XY's help topic is quite lengthy, it's hard to navigate without #anchorname
P.S \XYplorer.chm::/idh_scripting_comref.htm#idh_sc_rtfm should have more document on how to get the value of help pages
How to get #anchorname in XYplorer.chm help file?
-
binocular222
- Posts: 1423
- Joined: 04 Nov 2008 05:35
- Location: Win11, Win10, 100% Scaling
How to get #anchorname in XYplorer.chm help file?
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
-
TheQwerty
- Posts: 4373
- Joined: 03 Aug 2007 22:30
Re: How to get #anchorname in XYplorer.chm help file?
Option 1) Right-click within the content pane and select View Source. Then look for any instances of <a name="idh_ and then use the value of name as you normally would.
Option 2) Search for the topic header in the index, if found go there, and then right-click the contents, Properties and it should be part of the address field.
Option 3) I'm not positive but I believe you could just use highend's Show Help Topic script.
Option 2) Search for the topic header in the index, if found go there, and then right-click the contents, Properties and it should be part of the address field.
Option 3) I'm not positive but I believe you could just use highend's Show Help Topic script.
-
binocular222
- Posts: 1423
- Joined: 04 Nov 2008 05:35
- Location: Win11, Win10, 100% Scaling
Re: How to get #anchorname in XYplorer.chm help file?
Thanks, that works
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
XYplorer Beta Club