[Gambas-user] Anyone else facing issues with offline help

Bruce adamnt42 at gmail.com
Mon Oct 5 15:53:02 CEST 2020


On 6/10/20 12:11 am, Bruce wrote:
> On 5/10/20 11:42 pm, Bruce Steers wrote:
>> Excellent stuff thank you :)
>>
>> I'm still getting nothing on the GUI Classes "/comp/gb.qt4" page though.
>> It just lists needing gb.image but shows no Control list.
>>
>>
> 
> Odd! It works fine here.
> b

p.s.

(I some times forget to check before posting...)

In my local version of the IDE Helpview.class I have a difference to the 
official version

diff --git a/app/src/gambas3/.src/Help/HelpView.class 
b/app/src/gambas3/.src/Help/HelpView.class
index e1e9ba691..8c9934aa1 100644
--- a/app/src/gambas3/.src/Help/HelpView.class
+++ b/app/src/gambas3/.src/Help/HelpView.class
@@ -137,7 +137,7 @@ Public Sub WebView_Progress()

    ShowWaiting(Me.Progress < 1)

-  If Me.Progress = 0 Then
+  If Me.Progress < 1 Then

      sLastUrl = $sLastUrl
      If $sLastUrl Then


I don't know whether that is involved in your issue, but it certainly 
helped a lot of "help" here.

b


More information about the User mailing list