Page 1 of 1

Robotask Handler Window

Posted: Tue Apr 23, 2019 1:14 pm
by george
Hi, everytime I open Robotask it opens with it (and can't be closed) another window with the caption "RoboTaskHandler".
Is it normal?

Image

Re: Robotask Handler Window

Posted: Tue Apr 23, 2019 6:12 pm
by Oleg
RoboTaskHandler is hidden service window of RoboTask
It seems some task or some application unhide it.
You can hide it by using this task

Code: Select all

;*****************************
;* RoboTask Task file
;* Do not edit in text editor!
;*****************************
 
[Root]
ActionAfterRun=INTEGER|0
Actions=FOLDER
Automat=INTEGER|-1
CatID=INTEGER|490611647
Comment=STRINGLIST
ContinueOnError=INTEGER|0
DoNotStopWhenShutdown=INTEGER|0
ExternalName=STRING|"Task580"
Hide=INTEGER|0
ID=INTEGER|-791995045
LogOnAsUser=INTEGER|1
Name=STRING|"Hide window ""RoboTaskHandler"""
OnErrorTaskID=INTEGER|-1
Priority=INTEGER|3
RunOnClose=INTEGER|0
RunOnStartup=INTEGER|0
ToLog=INTEGER|3
UnicodeFormat=INTEGER|1
WriteGeneralLog=INTEGER|0

[Actions]
Action1=FOLDER

[Actions\Action1]
ActionID=STRING|"A_WINDOW_COMMAND"
Enabled=INTEGER|-1
Name=STRING|"Hide window ""RoboTaskHandler"""
Params=FOLDER

[Actions\Action1\Params]
action=STRING|"5"
caption=STRING|"1"
child=STRING|"1"
class=STRING|"0"
classexact=STRING|"0"
exact=STRING|"0"
findmode=STRING|"0"
hidden=STRING|"1"
processall=STRING|"1"
wincaption=STRING|"RoboTaskHandler"

Re: Robotask Handler Window

Posted: Tue Apr 23, 2019 8:43 pm
by george
Thanks! :D