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?

Last edited by raZOR; 20/02/06 12:43 PM.