Page 1 of 1

Minimize Window

Posted: Thu Oct 11, 2012 7:02 pm
by eznoh
I want to minimize a window to the task bar. My script is:Check for windowMinimize windowstop taskInstead of minimizing the window to the task bar, a small bar goes to the lower left corner of the screen.

Minimize Window

Posted: Fri Oct 12, 2012 6:59 am
by Oleg
The behavior of window depend on configuration of window.
RoboTask only send a message to the window with MINIMIZE command

Probably your window is not a top-level window.
Usually child windows is being minimized to small bar outside of system task bar.

Minimize Window

Posted: Fri Oct 12, 2012 12:54 pm
by eznoh
So how do I find the top-level window?

Minimize Window

Posted: Fri Oct 12, 2012 1:18 pm
by eznoh
I got it to work, in Minimize Window->Advanced, I selected 'process child windows'. Thanks for your help!Mike