Minimize Window

Discuss RoboTask here
Post Reply
eznoh
Posts: 5
Joined: Fri Jan 20, 2012 12:49 am

Minimize Window

Post 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.
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Minimize Window

Post 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.
eznoh
Posts: 5
Joined: Fri Jan 20, 2012 12:49 am

Minimize Window

Post by eznoh »

So how do I find the top-level window?
eznoh
Posts: 5
Joined: Fri Jan 20, 2012 12:49 am

Minimize Window

Post by eznoh »

I got it to work, in Minimize Window->Advanced, I selected 'process child windows'. Thanks for your help!Mike
Post Reply