Ctrl-click links in notes in Logos 4 open Logos 3

I'm running 4.0a B2, and have been for several days. Suddenly hyperlinks to Logos 4 resources that I embedded in notes (using the MS Word workaround) open Logos 3 when I Ctrl-click them. I think this might have occurred after using the script posted on the blog to download the Logos 4 resources into Logos 3 (Gold LE). BTW, though Logos 3 is called by Ctrl-clicking the hyperlink, the linked resource does not open in either Logos 3 or 4.
This is the jump: libronixdls:jump%7Cpos=LLS-AOL:0%3cHOMESANDDWELLINGS.HOUSESINNTTIMES%3e.0.0%7Cres=LLS:14.0.40
Dudley
Comments
-
I've noticed the same behaviour. I didn't think to tie it with that script, though.
0 -
What happens if you type that into the command bar in Logos 4?
And what happens if you click this link?
This is my personal Faithlife account. On 1 March 2022, I started working for Faithlife, and have a new 'official' user account. Posts on this account shouldn't be taken as official Faithlife views!
0 -
Mark Barnes said:
What happens if you type that into the command bar in Logos 4?
opens it in L4. When it opens L3 i Hit CTRL ALT C, then paste it into the command bar.
Mark Barnes said:And what happens if you click this link?
Opened in L3
0 -
OK. The likelihood is that updating Logos 3 partially reinstalled it, which updated the information in the registry that tells Windows what to do with libronixdls links. I'm not sure if this will entirely fix it, but check out HKEY_CLASSES_ROOT\libronixdls\shell\open\command
It should be the following (including quotes)
"C:\Users\YOURUSERNAME\AppData\Local\Logos4\Logos4.exe" "%1"
You may also want to change the defaulticon to the path to the Logos4.exe file.
Assuming this fixes the problem, and it's the update script that caused it, you should probably report it as a bug with the update script.
This is my personal Faithlife account. On 1 March 2022, I started working for Faithlife, and have a new 'official' user account. Posts on this account shouldn't be taken as official Faithlife views!
0 -
Mark,
Thank you. Replacing the registry value w/ "C:\Documents and Settings\drose\Local Settings\Application Data\Logos4" "%1" worked and did not break Logos 3 hyperlinks, either.
Dudley
0 -
I've just run the updates on my system, and can confirm that the problem does not occur during resource updates, but occurs during the program update to 3.0g.
This is my personal Faithlife account. On 1 March 2022, I started working for Faithlife, and have a new 'official' user account. Posts on this account shouldn't be taken as official Faithlife views!
0 -
Mark Barnes said:
OK. The likelihood is that updating Logos 3 partially reinstalled it, which updated the information in the registry that tells Windows what to do with libronixdls links. I'm not sure if this will entirely fix it, but check out HKEY_CLASSES_ROOT\libronixdls\shell\open\command
It should be the following (including quotes)
"C:\Users\YOURUSERNAME\AppData\Local\Logos4\Logos4.exe" "%1"
You may also want to change the defaulticon to the path to the Logos4.exe file.
Assuming this fixes the problem, and it's the update script that caused it, you should probably report it as a bug with the update script.
Your analysis is correct; it does appear to be a problem with the 3.0g update script. (See also http://community.logos.com/forums/p/6539/51378.aspx#51378)
0 -
Mark Barnes said:
It should be the following (including quotes)
"C:\Users\YOURUSERNAME\AppData\Local\Logos4\Logos4.exe" "%1"
The quotes are not required around the %1. See http://community.logos.com/forums/t/9019.aspx and http://wiki.logos.com/Hyperlinks. I've got mine working now finally. I had two extraneous ""s after the %1. Removed them and all is well.
0