Hi all,
While viewing an embedded PDF in PWB (v.2.11.7, Winxp, SP3), the inactivity timer counts down, despite clicking into it, moving the mouse, or filling out PDF forms (tax season, y'know...)
This will happen until the user clicks into the PWB toolbar, so they have to remember to do this every minute or so.
Is there a solution or workaround for this?
TIA
- john
Inactivity Timeout with PDFs
Moderators: Tyler, Scott, PWB v2 Moderator
Re: Inactivity Timeout with PDFs
Because the Adobe Acrobat application runs in its own space and essentially takes over the input PWB does not see the keyboard presses, mouse movements or mouse clicks.
To work around this use the PWBIdler PWB add-on which installs a low level keyboard and mouse hook in order to see the keyboard and mouse activity.
--Scott
To work around this use the PWBIdler PWB add-on which installs a low level keyboard and mouse hook in order to see the keyboard and mouse activity.
--Scott
-
- Participant
- Posts: 11
- Joined: Thu Jun 24, 2010 6:21 am
Re: Inactivity Timeout with PDFs
I copied the dll into the Public Web Browser folder, so the entry in the ini would be PWBIdler="C:\Program Files\TeamSoftware Solutions\Public Web Browser v2\PWBIdler.dll," but when I launched PWB I got a dialog box saying that the dll was not found.
I also tried placing the dll in the Windows directory, changing the path in the ini, but with the same results.
Did I miss something? It looks like a very useful tool. For now, I am just setting the timeout to 5 minutes, but I would like to get this to work.
- john
I also tried placing the dll in the Windows directory, changing the path in the ini, but with the same results.
Did I miss something? It looks like a very useful tool. For now, I am just setting the timeout to 5 minutes, but I would like to get this to work.
- john
Re: Inactivity Timeout with PDFs
Do you have the comma in the path in the INI?"C:\Program Files\TeamSoftware Solutions\Public Web Browser v2\PWBIdler.dll,"
--Scott
-
- Participant
- Posts: 11
- Joined: Thu Jun 24, 2010 6:21 am
Re: Inactivity Timeout with PDFs
No, the comma was just a punctuation thing in my sentence.
Re: Inactivity Timeout with PDFs
Post the [Add-on] portion of your INI file here.
Post a screen shot of the error message PWB is giving you.
You can also try putting the DLL in a folder off the root for example in the C:\PWB folder instead of a folder within the "C:\Program Files" folder.
--Scott
Post a screen shot of the error message PWB is giving you.
You can also try putting the DLL in a folder off the root for example in the C:\PWB folder instead of a folder within the "C:\Program Files" folder.
--Scott
-
- Participant
- Posts: 11
- Joined: Thu Jun 24, 2010 6:21 am
Re: Inactivity Timeout with PDFs
I put the dll in a folder in the root of C:\ and it worked, but I will post the entry and screenshot, for posterity.
Here's the add-on entry I was using:
[Addons]
PWBIdler="C:\Program Files\TeamSoftware Solutions\Public Web Browser v2"
(screenshot attached) I am surprised that it wasn't working using the paths I had before. The ini doesn't dislike quotes and spaces (example: InactivityMessageFile="C:\Program Files\TeamSoftware Solutions\Public Web Browser v2\Inactivity.txt"), so I dunno why it wasn't working. The user had full access to the Public Web Browser v2 folder.
- john
Here's the add-on entry I was using:
[Addons]
PWBIdler="C:\Program Files\TeamSoftware Solutions\Public Web Browser v2"
(screenshot attached) I am surprised that it wasn't working using the paths I had before. The ini doesn't dislike quotes and spaces (example: InactivityMessageFile="C:\Program Files\TeamSoftware Solutions\Public Web Browser v2\Inactivity.txt"), so I dunno why it wasn't working. The user had full access to the Public Web Browser v2 folder.
- john
Re: Inactivity Timeout with PDFs
The "Program Files" folder has special restrictions and permissions that can cause this type of issue.johnhibbert wrote:I put the dll in a folder in the root of C:\ and it worked, but I will post the entry and screenshot, for posterity.
--Scott