Go button

For general issues related to PWB v2.

Moderators: Tyler, Scott, PWB v2 Moderator

Post Reply
jfrasier
Benefactor
Benefactor
Posts: 135
Joined: Sun Jun 27, 2004 9:05 pm

Go button

Post by jfrasier »

I am beginning to use version 2.10. There is no Go button on the right end of the addressbar and I checked the .ini file and it says "ShowGoButton=True". What else do I need to do?

Thanks.

Jane

Scott
Site Admin
Site Admin
Posts: 2528
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Post by Scott »

Please send a copy of your INI file as an attachment to support@teamsoftwaresolutions.com in order for us to take a look at your configuration. Then we will post the fix here.

--Scott

Scott
Site Admin
Site Admin
Posts: 2528
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Post by Scott »

In your INI file is the following line.

Code: Select all

[Browser]
...
[thinking about the next one
...
This is creating a new section in the INI called "[thinking about the next one" in which the "ShowGoButton=True" is contained. PWB is looking for the "ShowGoButton" in the [Browser] section of the INI and not finding it so it is using the default which is "False".

--Scott

Scott
Site Admin
Site Admin
Posts: 2528
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Post by Scott »

Incidentally you can use any symbol you want to mark a comment but the "[".

Code: Select all

[Browser]
...
- thinking about the next one
...
Would work.

--Scott

jfrasier
Benefactor
Benefactor
Posts: 135
Joined: Sun Jun 27, 2004 9:05 pm

Post by jfrasier »

Thanks, Scott. That worked. :)

Post Reply