Search found 21 matches

by TRex
Thu Jan 10, 2019 7:37 am
Forum: Public Web Browser v3
Topic: PWB 3 Chrome - window resizing
Replies: 2
Views: 6896

Re: PWB 3 Chrome - window resizing

Thanks!
by TRex
Wed Jan 09, 2019 9:40 am
Forum: Public Web Browser v3
Topic: PWB 3 Chrome - window resizing
Replies: 2
Views: 6896

PWB 3 Chrome - window resizing

Windows 10 v1809 / PWB-3-05-02-chrome In the [Browser] section I have: StartMaximized=True DisableMinimizeButton=True DisableMaximizeButton=True DisableCloseButton=True DisableMoveWindow=True DisableResizeWindow=True DisableExit=False <-- because I periodically restart PWB (using the timer) to elimi...
by TRex
Thu Oct 18, 2018 6:36 am
Forum: Public Web Browser v3
Topic: Save cookies but not history? & Windows 10 cookies
Replies: 1
Views: 3775

Save cookies but not history? & Windows 10 cookies

I have a web site for my kids games PCs which sets a cookie for login. By changing the ClearCacheOnClose line in the [Security] section to False , I'm able to then freeze the PC so there is no need to login when visiting the web site, but 1. On the Windows 7 PCs, it leaves the link on the home page ...
by TRex
Mon Oct 15, 2018 10:23 am
Forum: Public Web Browser v3
Topic: Inactivity timer not accounting for apps launched from Shellbar
Replies: 2
Views: 4438

Inactivity timer not accounting for apps launched from Shellbar

[Inactivity] InactivityTimer=True InactivitySeconds=300 InactivityMessageFile= InactivityAction=Restart InactivityStartOnOpen=True InactivityShowDialog=True ResetOnMouseMove=True ResetOnMouseButton=True ResetOnKeyboard=True Configured this way to ensure a return to local HTML page used as Home Page...
by TRex
Mon Jul 16, 2018 5:54 am
Forum: Public Web Browser v3
Topic: Spacing and ordering of buttons
Replies: 2
Views: 4868

Re: Spacing and ordering of buttons

Excellent. Just what I needed. Many thanks.
by TRex
Fri Jul 13, 2018 8:12 am
Forum: Public Web Browser v3
Topic: Spacing and ordering of buttons
Replies: 2
Views: 4868

Spacing and ordering of buttons

1. Can the order of the buttons in the top ribbon be changed? I tried changing the order in the .ini file but PWB still wants to place the Stop and Refresh buttons to the left of the Home button which was being hidden by the next section of buttons with only a » showing. And the second section of bu...
by TRex
Wed Mar 07, 2018 6:37 am
Forum: Public Web Browser v3
Topic: PWB v3 CEF - Flash
Replies: 11
Views: 18195

Re: PWB v3 CEF - Flash

Do you have "+poptropica.com" in your URL filter? Sorry for delay (putting out fires yesterday). That was it. I commented it out and placed it in the CheckOpenIEFile= file, thinking if it were in the CheckURLFile= file PWB wouldn't know to use IE. All sorted now. A very big THANKS for the...
by TRex
Tue Mar 06, 2018 7:59 am
Forum: Public Web Browser v3
Topic: PWB v3 CEF - Flash
Replies: 11
Views: 18195

Re: PWB v3 CEF - Flash

Almost got it. The BookFLIX site (http://bkflix.grolier.com) is working, but the Poptropica site (http://www.poptropica.com/play-poptropica.php) continues to frustrate me. For the CheckOpenIEFile= I'm using <useIE.txt> For the CheckURLFile= I'm using <URL-ysgames.txt> When clicking the link for Popt...
by TRex
Mon Mar 05, 2018 11:02 am
Forum: Public Web Browser v3
Topic: PWB v3 CEF - Flash
Replies: 11
Views: 18195

Re: PWB v3 CEF - Flash

You could use the following settings to have PWB open the sites in Internet Explorer instead of Chrome. [Browser] CheckOpenIE=True [Files] CheckOpenIEFile=C:\path to filter\file.txt I've verified those sites work with PWB v3 IE. If I could use that *only* for those two sites (because the IE renderi...
by TRex
Thu Mar 01, 2018 6:28 am
Forum: Public Web Browser v3
Topic: PWB v3 CEF - Flash
Replies: 11
Views: 18195

PWB v3 CEF - Flash

Windows 7 x64 Apps installed include: Chrome, Firefox, Flash (for Firefox), Flash (PPAPI) Using PWB v3 CEF Using a CheckURLFile with -all before listing allowed sites (but changing to +all does not help). Having problems with two sites: http://www.poptropica.com/play-poptropica.php http://bkflix.gro...
by TRex
Thu Jan 18, 2018 12:27 pm
Forum: Public Web Browser v3
Topic: CSS property: font-size
Replies: 7
Views: 11839

Re: CSS property: font-size

Does version 3.05.1 still use

Code: Select all

IniFileVersion=3.05
?
by TRex
Wed Jan 17, 2018 2:09 pm
Forum: Public Web Browser v3
Topic: CSS property: font-size
Replies: 7
Views: 11839

Re: CSS property: font-size

The link is for updating a version 2 PWB.INI to version 3, but that isn't my issue. The current download is for version 3.05 — but you asked if I were 'using 3.05.0, 3.05.1, or 3.05.2?' The download link says 'PWB v3.05.1 basic (CEF) Chrome Rendering Engine', but the link is pointing to version 3.05...
by TRex
Thu Jan 11, 2018 11:39 am
Forum: Public Web Browser v3
Topic: CSS property: font-size
Replies: 7
Views: 11839

Re: CSS property: font-size

Apparently, I'm using 3.05 — I just downloaded from https://www.teamsoftwaresolutions.com/download.php and got PWBv3cef.zip which has its PWB,INI file set to 3.05. Changing it to anything else produces an error.

So, how do I get a later version?
by TRex
Wed Jan 10, 2018 2:48 pm
Forum: Public Web Browser v3
Topic: CSS property: font-size
Replies: 7
Views: 11839

CSS property: font-size

Working on a local server-based web page, it seems PWB v 3.05 CEF ignores any setting for font-size other than numeric values in either 'em' or 'pt' in 'body'. If using em in 'body', the value has to be ridiculously high to be readable. An web-based example can be seen at http://css3test.com/ which ...