Wait for Click

Discuss RoboTask here
Post Reply
radekzam
Posts: 3
Joined: Sun Feb 05, 2012 7:10 pm
Location: Poland

Wait for Click

Post by radekzam »

Hi all!Oleg good job, your program is very good!I have a question about wait for click left mouse button.I want to create a task: Task starts work, and at one point stops until user click left mouse button. If user click left mouse button then task does next steps. I tried to use command "Wait for process start" but I don't know how to type in "Process" field.How can I do it? Please help me.Best regards,Radek
radekzam
Posts: 3
Joined: Sun Feb 05, 2012 7:10 pm
Location: Poland

Wait for Click

Post by radekzam »

I'll explain exactly what I want to do.I want to do such task:-START PROCESS1-START PROCESS2-WAIT UNTIL USER CLICK LEFT MOUSE BUTTON-START PROCESS3-WAIT UNTIL USER CLICK LEFT MOUSE BUTTON-START PROCESS4I don't know how to do "WAIT UNTIL USER CLICK LEFT MOUSE BUTTON". So task should stop after finish "process2" and don't do next steps until I click left mouse button. If I click left button then task start "process3".Any suggestions? I will be grateful for answer.
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Wait for Click

Post by Oleg »

I'm afraid that RoboTask can't catch mouse clicks anywhere now.
You can use "Show Message" action. It shows dialog message and stops the task until you close this dialog.
I tried to use command "Wait for process start" but I don't know how to type in "Process" field.
Process is the name of EXE file you launched. If process is already in memory you can choose the name in the dropdown list.
radekzam
Posts: 3
Joined: Sun Feb 05, 2012 7:10 pm
Location: Poland

Wait for Click

Post by radekzam »

Thanks Oleg for your help.I tried "Show Message" action and it works perfectly :)  The answer you gave me is some kind of a solution to my problem. Thanks!
Post Reply