Quote:
i have on dialog EMPTY text box in which is displayed my "idle time"

this is code invoked on dialog init:

alias idler {
timeridle 0 1 if ($dialog(setup)) did -o setup 33 1 $!duration($idle)
}

textbox ID is 33
dialog name is "setup"

problem is that idle time resets when i call dialog smirk
so i never actually see my true idle time....

anyone can modify this ?
or it cannot be done at all?


you do know that your idle time, for mIRC resets once you do a command as well wink

that seems to be the main problem

if you set the dialog to an FKEY, it won't reset your idle time wink
hope that helps smile