Search found 41 matches

by rgonzalez
Tue Jan 28, 2014 4:43 pm
Forum: General Discussion
Topic: pause variable
Replies: 3
Views: 11572

Re: pause variable

thanks that works great :D
by rgonzalez
Mon Jan 27, 2014 10:20 pm
Forum: General Discussion
Topic: pause variable
Replies: 3
Views: 11572

pause variable

Is there a way to pause a task x amount of seconds carried by a variable? :|

For example:


Do something
x = 54*i seconds
Pause x seconds
Do something
x = 15*i-2 seconds
Pause x seconds



Thank you!
by rgonzalez
Fri Sep 14, 2012 2:49 pm
Forum: Suggestions
Topic: check for process
Replies: 3
Views: 20202

check for process

oh i see it! do we have something for services too?
by rgonzalez
Thu Sep 13, 2012 11:16 pm
Forum: Suggestions
Topic: check for process
Replies: 3
Views: 20202

check for process

would be nice having a check for running process to know if a specific process is running or not and then do some steps according to it.could be the same for services!thank you!
by rgonzalez
Thu Sep 06, 2012 5:34 pm
Forum: Suggestions
Topic: shortcut to stop robotask
Replies: 6
Views: 26732

shortcut to stop robotask

yes, but when the task is running and you have something like send keystrokes to a windows with fixed window (protect against casual window switching) you wont be able to open robotask window.
by rgonzalez
Wed Sep 05, 2012 6:27 pm
Forum: Suggestions
Topic: window class on send keystrokes
Replies: 1
Views: 13865

window class on send keystrokes

Would be very useful to have the windows class option available too on the send keystrokes action, since you have sometimes windows with the exact very same name but from a different class and you might want to work with one of them and then switch to the other while having both opened, this becomes...
by rgonzalez
Wed Sep 05, 2012 6:21 pm
Forum: Suggestions
Topic: shortcut to stop robotask
Replies: 6
Views: 26732

shortcut to stop robotask

Would be nice if you could stop all robotask tasks using a key combination or something. When you are are executing a task sometimes you have a lot of instruction that goes to an specified window. When you are testing your task, it becames really annoying trying to stop robotask while you are fighti...
by rgonzalez
Fri May 11, 2012 2:40 pm
Forum: General Discussion
Topic: set variable bug?
Replies: 2
Views: 9087

set variable bug?

thanks, that worked perfectly!
by rgonzalez
Thu May 10, 2012 6:19 pm
Forum: General Discussion
Topic: set variable bug?
Replies: 2
Views: 9087

set variable bug?

Hello, I'm doing a text loop of 2 lines in a file and on each loop i set a var to store the value of each line. The thing is after the first loop the current line changes its value and so the previously stored var changes it too, is there any way to asign the values inside the loop to use them later...
by rgonzalez
Tue Feb 22, 2011 2:03 pm
Forum: General Discussion
Topic: attachments file name
Replies: 4
Views: 15104

attachments file name

hello, is there any way to asign the file name of an attachment using "pop3 download email" in a variable por later process? all the options are just download the file! but i would like to know which sender sent which file. ty!