Search found 24 matches

by verona
Mon Jan 11, 2010 10:05 am
Forum: General Discussion
Topic: Assign IP address to variable
Replies: 4
Views: 11873

Assign IP address to variable

I'm working with a pretty simple environment where there is
only be one IP address.

Alternatively, when using the Network/Send Command action,
is there a way for the receiving machine to capture the IP
address of the machine that sent the command?
by verona
Mon Jan 11, 2010 9:11 am
Forum: General Discussion
Topic: Assign IP address to variable
Replies: 4
Views: 11873

Assign IP address to variable

Is there an easy way to assign the current system's IP address to a variable? I don't see anything in RoboTask's system variables or in the Windows environment variables that has this info. I'm hoping there's a way to do this through a Basic script or perhaps a command line that could write to a file?
by verona
Mon Jun 29, 2009 3:26 pm
Forum: Suggestions
Topic: Deleting user variables
Replies: 1
Views: 19527

Deleting user variables

It would be nice to be able to delete multiple user variables at a time.
Being able to use variables for the Move to Object action (in the Control Position and Mouse Cursor Position fields) would be very useful.
Also, I'm still hoping for a "IsWindowFullScreen" system variable.
by verona
Mon Mar 23, 2009 3:12 pm
Forum: General Discussion
Topic: Variable names starting with a number
Replies: 1
Views: 6698

Variable names starting with a number

I've been using a variable that I created and initialized in an internal Basic script for a while with no problems until today when I decided to try using the "Set Variable" action. As long as my variable name starts with a number, the OK button stays grayed out. Are variable names startin...
by verona
Wed Feb 04, 2009 3:06 pm
Forum: General Discussion
Topic: Vista 64-bit
Replies: 1
Views: 6443

Vista 64-bit

I have developed all of my RoboTask tasks in Vista 32- bit, and I now have the need to verify that the work on Vista 64-bit as well. However, I have run into a couple problems. * Any time I try to delete a file I get a warning that "One ore more files can't be deleted" I've managed to get ...
by verona
Wed Dec 03, 2008 12:26 pm
Forum: Suggestions
Topic: IsWindowFullScreen variable
Replies: 0
Views: 19552

IsWindowFullScreen variable

Would be nice to have an equivalent to IsWindowMaximized
and IsWindowMinimized for Full Screen.
by verona
Thu Nov 27, 2008 7:40 am
Forum: General Discussion
Topic: Problems with Wait for Window
Replies: 6
Views: 12549

Problems with Wait for Window

I will give this a try. Thanks!
by verona
Wed Nov 26, 2008 3:39 pm
Forum: General Discussion
Topic: Problems with Wait for Window
Replies: 6
Views: 12549

Problems with Wait for Window

One thing that I noticed today is that if I kill the first task ("Scratch") after the second task has been called, the second task ("Scratch2") continues on as if it had just been paused the whole time. Not sure if that's any help in debugging, but I thought it was pretty interes...
by verona
Thu Nov 20, 2008 8:29 am
Forum: General Discussion
Topic: Problems with Wait for Window
Replies: 6
Views: 12549

Problems with Wait for Window

Thanks, I greatly appreciate it!
by verona
Wed Nov 19, 2008 1:33 pm
Forum: General Discussion
Topic: Problems with Wait for Window
Replies: 6
Views: 12549

Problems with Wait for Window

I seem to have run across a corner case where Wait for Window/Check for Window/{Window Exists()} doesn't work. I have two tasks- Scratch and Scratch2. Scratch executes an internal Basic script and then launches Scratch2. Scratch2 then executes a Wait for Window. But the task never proceeds, no matte...