Wait for Click
Wait for Click
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
Wait for Click
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.
Wait for Click
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.
You can use "Show Message" action. It shows dialog message and stops the task until you close this dialog.
Process is the name of EXE file you launched. If process is already in memory you can choose the name in the dropdown list.I tried to use command "Wait for process start" but I don't know how to type in "Process" field.
Wait for Click
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!
