Dialogs time out
Moderators: Tyler, Scott, PWB v2 Moderator
Dialogs time out
I know that I can set the amount of seconds the popup dialog windows to close, but what I require is for the user to click on the 'OK' button to make the popup go away not for it to close automatically. I have left the DialogSeconds=[blank] thinking that the timer would not start in that case, but it seems to default to 10 seconds and setting it to 0 does not do it either. Am I missing some other setting in the ini file, or can this not be done?
Thought you had the answer
Your suggestion of setting the timer to a long time to force them to hit ok I thought would be the answer. But when the dialog is displayed and it's timer is running the timer that displays at the bottom of the browser window and the one in the title area stop counting down and when it gets to the last dialog and the browser usually exits, the browser will not exit until you click on ok. So, it solves the one problem but causes the other because we really want the browser to exit at the end of the allowed time.
Would taking out the timer also cause the browser not to exit at the finish of the time period? If so, then I think the timer needs to stay for the browser exit is more important. Thanks for all your help.
Would taking out the timer also cause the browser not to exit at the finish of the time period? If so, then I think the timer needs to stay for the browser exit is more important. Thanks for all your help.
Thank you!
Scott,
Thank you very much. This type of service is much appreciated. I look forward to this ability and so do the faculty here in our library!
Thank you very much. This type of service is much appreciated. I look forward to this ability and so do the faculty here in our library!
We added the ability to disable the activity dialog timer and not pause the activity timer while the dialog is showing in PWB v2.09.4.
http://www.team2s.com/new/PWBv2094.zip
This only works if you have the HTML dialogs enabled, and you will need to add the following to your PWB INI file.
[Activity]
...
DisableDialogTimer=True
...
The warning dialogs will be close before the next one is shown, and the final dialog still uses the dialog timer. This is to allow PWB to continue to function even if the patron walks away.
Please note: PWB v2.09.4 is a beta version and will not be released as PWB v2.10 will include the functionality and be the next release.
--Scott
http://www.team2s.com/new/PWBv2094.zip
This only works if you have the HTML dialogs enabled, and you will need to add the following to your PWB INI file.
[Activity]
...
DisableDialogTimer=True
...
The warning dialogs will be close before the next one is shown, and the final dialog still uses the dialog timer. This is to allow PWB to continue to function even if the patron walks away.
Please note: PWB v2.09.4 is a beta version and will not be released as PWB v2.10 will include the functionality and be the next release.
--Scott