PWB v2.05 revision 1 released.

TeamSoftware Solutions Announcements.

Moderators: Tyler, Scott

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

PWB v2.05 revision 1 released.

Post by Scott »

This is a minor revision of PWB v2.05 and does not require an INI change from PWB v2.05. To upgrade, copy the new EXE over the old EXE.

http://www.teamsoftwaresolutions.com/fi ... pgrade.zip

This minor revision include the following fixes.

Version 2.05 revision 1 beta

Fixed Windows fonts in menus.
Fixed second window sizing problem.
Fixed textbox within an ASP frame backspace not working when the Back button is disabled.
Fixed exit override not overriding restart on close.
Added Support for "My Computer" in the Address bar and command line.

Added support for alternate INI path specification in the Windows Registry.
If no INI is specified on the command line, PWB will look in the following locations
for the INI file or INI path. In the event all the following are specified, PWB
will use the last specified in the following order.
1. Current directory for PWB.INI
2. HKEY_LOCAL_MACHINE\Software\TeamSoftware Solutions\Public Web Browser v2\INI_Path
3. HKEY_CURRENT_USER\Software\TeamSoftware Solutions\Public Web Browser v2\INI_Path

Added support for all INI settings to be in the Windows Registry.
Each setting can be specified in any of the listed Locations.
All settings in the Windows Registry are of String type.
With settings in multiple locations, the last location will take precedence.
The "Key" and "Value" below correspond to the Section and key information in the INI file.
Example:
[Browser] HomePage=
HKEY_CURRENT_USER\Software\TeamSoftware Solutions\Public Web Browser v2\Browser\HomePage
Configuration information will be read from the following location in this order.
1. Normal PWB INI file.
2. HKEY_LOCAL_MACHINE\Software\TeamSoftware Solutions\Public Web Browser v2\"Key"\"Value"
3. HKEY_CURRENT_USER\Software\TeamSoftware Solutions\Public Web Browser v2\"key"\"Value"

The following keys have been added to the PWB INI file but will not be official until PWB v2.06.
These keys do not need to be added to the PWB v2.05 INI file for this revision to work.
Each key has been disabled by default in PWB if the key is not found in the INI file.

[Dialogs] ShowPopupMessage=True
[Dialogs] PopupOnMessageTitle=Pop-ups are on
[Dialogs] PopupOffMessageTitle=Pop-ups are off
[Files] PopupOnButtonFile=Popupon.txt
[Files] PopupOffButtonFile=Popupoff.txt
[Browser] AutoSizeButtons=False
[Browser] DisableIESubClass=False
[Security] ShowFilterStatus=False
[Security] FilterOnText=<Filter On>
[Security] FilterOffText=<Filter Off>
[Security] ShowProxyStatus=False
[Security] ProxyOnText=<Proxy On>
[Security] ProxyOffText=<Proxy Off>
[Security] ShowDenyDialogOncePerSession=False
[Overrides] DisableFilters=


Please report all bugs to Support@TeamSoftwareSolutions.com

--Scott

Locked