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
Go button
Moderators: Tyler, Scott, PWB v2 Moderator
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
In your INI file is the following line.
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
Code: Select all
[Browser]
...
[thinking about the next one
...
--Scott
Incidentally you can use any symbol you want to mark a comment but the "[".
Would work.
--Scott
Code: Select all
[Browser]
...
- thinking about the next one
...
--Scott