Downclock 1.0.5.5

General TSS software questions and comments.

Moderators: Tyler, Scott, General Moderator

Post Reply
gwa60060
Observer
Observer
Posts: 2
Joined: Thu Mar 24, 2016 8:24 am

Downclock 1.0.5.5

Post by gwa60060 »

I've been using this version for a couple of years with the clock timer as well as the inactivity timer. Looking through the doc and ini files, it looks like there is a way to add additional time before the clock timer has expired. At least I'm inferring that from the readme.txt--
[WarnDialog] Seetings for Warn Dialog

AdditionalTime=0
Adds additional time to timer if limit has not been reach
Both "AdditionalTime" and "AdditionalLimit" must be set

AdditionalLimit=0
Additional time add limit
Both "AdditionalTime" and "AdditionalLimit" must be set






But I can't seem to make it work. What I would like is to have the user be able to add more time as specified before the clock timer reboots the PC. This would be independent of the inactivity timer which also reboots the PC. can you explain in a little more detail how these settings work?


ini file for testing---only logging of the user for now.

[General]
WindowSeconds=60
LocateWindowOnTop=True
WindowTop=
WindowLeft=
WindowWidth=
WindowHeight=100
AllowPassword=True
ClosePrograms=False
Action=Exit
Password=exit
CloseProgramsAt=-1
TerminateProgramsAt=-1
StartTimerAt=""
ActionButtonShow=True
ActionButtonText=Exit
ActionButtonHeight=17
TitleBarShow=True

[Dialogs]
ShowStartDialog=True
ShowWarnDialog=True
ShowInactivity=True
DialogTime=12
WarnDialogAt=10
StartTitle=Attention
WarnTitle=Warning
InactivityTitle=Inactivity
ShowDoActionDialog=True
DoActionTitle=Log Off
ShowWarnOKButton=True
ShowMinimizeButton=False

[WarnDialog]
AdditionalTime=100
AdditionalLimit=100

[Inactivity]
Seconds=10
Action=exit
ShowTime=True

[Files]
MainFile=Main.rtf
StartFile=Start.rtf
WarnFile=Warn.rtf
Inactivity=inactivity.rtf
DoActionFile=DoAction.rtf

Scott
Site Admin
Site Admin
Posts: 2527
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Re: Downclock 1.0.5.5

Post by Scott »

The Add Time functionality was added in DownClock version 1.05.5 available on the Beta Downloads page.

[WarnDialog]
AdditionalTime=180
AdditionalLimit=1

"[WarnDialog] AdditionalTime" adds the number of seconds to the timer.
"[WarnDialog] AdditionalLimit" sets the number of timers the addition time will be allowed.

Setting with both to a value of greater than 0 will show the "Add Time" button in the final dialog shown.
Add Time Button
Add Time Button
addtime.png (26.72 KiB) Viewed 9679 times
--Scott

gwa60060
Observer
Observer
Posts: 2
Joined: Thu Mar 24, 2016 8:24 am

Re: Downclock 1.0.5.5

Post by gwa60060 »

AHH - I see the button now. Thanks!

Post Reply