Search found 13 matches

by jlegree
Thu Sep 10, 2015 2:29 pm
Forum: Public Web Browser v3
Topic: Download and Save directories not working
Replies: 1
Views: 5357

Download and Save directories not working

On our PWB 3 CEL installations, I've got the default download/save directories specified, but files like pdfs are not downloaded. I also can't get the "save" button to display, even though it is specified in the PWB.ini to be enabled.
by jlegree
Tue Mar 31, 2015 12:46 pm
Forum: Public Web Browser v3
Topic: PWB v3 CEF and Gmail
Replies: 6
Views: 14152

Re: PWB v3 CEF and Gmail

That does the trick! Thanks Scott!

Jon.
by jlegree
Mon Mar 30, 2015 1:38 pm
Forum: Public Web Browser v3
Topic: PWB v3 CEF and Gmail
Replies: 6
Views: 14152

PWB v3 CEF and Gmail

Is there a way to configure PWB v3 CEF to delete cookies at closing? We're running into users logging in to Gmail and finding a previous user's name and email address in the login box. Is incognito mode an option with PWB v3?
by jlegree
Wed Mar 25, 2015 11:36 am
Forum: Public Web Browser v3
Topic: Full screen Flash movies
Replies: 1
Views: 5344

Full screen Flash movies

We're using the Chrome version of PWB3 and youtube videos cannot be played in full screen mode. Theater mode works, but clicking on the full screen button in the flash player does nothing. Is there a setting I need to enable to make this work?
by jlegree
Wed Oct 17, 2012 11:39 am
Forum: Public Web Browser v2
Topic: Hotmail crashes browser
Replies: 2
Views: 5271

Hotmail crashes browser

We're using PWB version 2.1.1.6 and we've been getting a lot of "Public Web Browser has encountered a problem and needs to close" errors on Hotmail. All of our PCs are windows 7 professional with IE 9. We clear the cache on browser close and popup blocker is disabled. Anyone have any suggestions as ...
by jlegree
Tue Sep 22, 2009 10:43 am
Forum: Public Web Browser v2
Topic: yahoo! classsic mail crashes when printing
Replies: 2
Views: 5618

Upgrading to IE 8 and PWB 2.10.7 seems to have fixed it.

thanks Scott!

We do not seem to have any problems on our test computers with PWB v2.10.7 on Windows XP using both IE7 and IE8.

The printing does come up in a pop-up window. Make sure you do not have these blocked. One quick test to ...
by jlegree
Mon Sep 21, 2009 7:51 pm
Forum: Public Web Browser v2
Topic: yahoo! classsic mail crashes when printing
Replies: 2
Views: 5618

yahoo! classsic mail crashes when printing

We're using version 2.10 and we've noticed that if users try to print a yahoo! mail message from the default display, rather than from the printable version, we get the following windows error message:

AppName: pwb.exe AppVer: 2.1.0.0 ModName: mshtml.dll
ModVer: 7.0.6000.16890 Offset: 000a2b20

The ...
by jlegree
Tue Feb 10, 2009 3:20 pm
Forum: Public Web Browser v2
Topic: access timer value?
Replies: 9
Views: 10494

Of Course!

Thanks Again!

Jon.
by jlegree
Mon Feb 09, 2009 10:24 pm
Forum: Public Web Browser v2
Topic: access timer value?
Replies: 9
Views: 10494

I'm testing the set and get activity javascript functions and I'm having some trouble. I set up a page with the following code:

<body onload="window.external.PWBSetActivity('1');>

When I navigate to this page, the activity timer goes from 1:00 to 325001:59. Does the JavaSetActivity function expect ...
by jlegree
Thu Feb 05, 2009 4:48 pm
Forum: Public Web Browser v2
Topic: access timer value?
Replies: 9
Views: 10494

Scott,

Thank you very much. I'll definitely give it a shot!

Jon.
by jlegree
Wed Feb 04, 2009 6:53 pm
Forum: Public Web Browser v2
Topic: access timer value?
Replies: 9
Views: 10494

The way we're doing it now, the first time a user logs on for the day, they are authenticated against the ILS database, and the amount of time allotted for the day is sent to the client application, which includes a timer to count down the available time. The login script on the server also records ...
by jlegree
Wed Feb 04, 2009 12:26 pm
Forum: Public Web Browser v2
Topic: access timer value?
Replies: 9
Views: 10494

I guess the text file option would be best. I would need to figure out how to save that number, along with the user's login on a server.

If the user was authenticated by a perl script, and the script returned the user's time remaining and login back to PWB, is there a way for PWB to send both ...
by jlegree
Tue Feb 03, 2009 1:42 pm
Forum: Public Web Browser v2
Topic: access timer value?
Replies: 9
Views: 10494

access timer value?

Is it possible, either through external javascript, or using a separate app, to access the value of the number of seconds remaining on the activity timer when a user closes the browser?

Right now, we use a separate timer app that counts down and writes the number of seconds remaining to a web ...