Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GoFish doesn't scroll to matching line
Message
From
12/01/2023 06:48:53
Lutz Scheffler (Online)
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
11/01/2023 16:25:31
General information
Forum:
Visual FoxPro
Category:
VFPX/Sedna
Miscellaneous
Thread ID:
01685788
Message ID:
01685796
Views:
44
>Wondering if anyone else is seeing this?
>
>Using the latest GoFish (5.1.008), the code view pane doesn't scroll to show me the right line. That is, when I click on a match in the grid, what I see below doesn't always include the line containing the match. Specifically, I only see the matched line in Code View if it's close enough to the top that scrolling isn't necessary.
>
>This used to work for me. It broke recently, but when the bug that broke it got fixed for others, it didn't fix it for me. I've reported this on GitHub, but Lutz, who's working on changes to GoFish lately, can't replicate it.
>
>FWIW, I've tried uninstalling (well, renaming relevant files and folders, since there's no way to uninstall a Thor tool) and reinstalling and it doesn't fix it.
>
>Am I the only one?
>
>Tamar

Hi Tamar,
For the version I linked you on github, you can just unpack in any folder and run GoFish circumventing Thor with a
DO PathToTestInstall\gofish5.app
.
Also try to rename / move the Addbs(Home(7)) + 'GoFish_*.*' files and the storage folder in the same directory.
There is nothing in use of Foxuser with this version.

The problem is somehow browser related. The Microsoft whatever browser used in the browser control. The movement in the browser window is done by some JavaScript. You can insulate this, store to a HTML file and run in your browser, it should scroll. This is the end-value of var lcHTML in gofishui.vcx:gf_resultsform.ShowHtmlCodeView
There is nothing VFP related in the scroll, GoFish just concatenate the strings and load the resulting html into the browsercontrol. Scroll is intern to this.

I can send an HTML file out of GoFish working for me to test with your browser on several comps/browser, but I have no idea how to do this through this forum.

The real oddness is, that I had this problem from start, checked several times what was wrong to no solution and one day it was working without touching anything.
Even the old versions.

Do you remember if the problem occured first with the LF / CRLF problem a while ago?
Lutz
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform