I was wondering if I could get a little help with 3.05.4. We are just testing this version before we deploy to all our catalogue computers, and have struck a problem.
When PWB starts and the page has finished loading, the inactivity timer starts straight away, even though I have set
Code: Select all
InactivityStartOnOpen=False
Code: Select all
InactivityAction=Restart
Code: Select all
[Inactivity]
InactivityTimer=True
InactivitySeconds=90
InactivityMessageFile=\\networksharepath\Inactivity.html
InactivityAction=Restart
InactivityStartOnOpen=False
InactivityShowDialog=True
ResetOnMouseMove=True
ResetOnMouseButton=True
ResetOnKeyboard=True
Rob