Search found 17 matches
- Tue Sep 18, 2012 8:55 am
- Forum: Beginners
- Topic: How can I select Random images?
- Replies: 5
- Views: 8601
- Mon Sep 17, 2012 7:52 am
- Forum: Beginners
- Topic: How can I select Random images?
- Replies: 5
- Views: 8601
Thanks for the prompt help, however the padlocks are contained within a control that can be moved around anywhere on the monitor so I'm not sure that I can use the X,Y coordinates method because they will frequently change. And thanks Me_Again cycling through all the images randomly is exactly what ...
- Fri Sep 14, 2012 4:38 pm
- Forum: Beginners
- Topic: How can I select Random images?
- Replies: 5
- Views: 8601
How can I select Random images?
Hi I have a script which runs and selects an image of a padlock, there are 10 images on the screen at the same time all showing a padlock icon. The script which I wrote currently selects each of the padlocks in turn and then de-selects each of the padlocks. What I would like to be able to do is sele...
- Fri Dec 23, 2011 11:19 pm
- Forum: Beginners
- Topic: Zip up a Folder
- Replies: 4
- Views: 6778
- Fri Dec 23, 2011 10:48 pm
- Forum: Beginners
- Topic: Zip up a Folder
- Replies: 4
- Views: 6778
- Fri Dec 23, 2011 10:02 pm
- Forum: Beginners
- Topic: Zip up a Folder
- Replies: 4
- Views: 6778
Zip up a Folder
Hi Can anyone please point me in the right direction here, I'm storing a number of photos from a web cam in a folder, a new photo is taken every minute so the folder size gets quite large. Therefore I want to be able to browse to the folder containing the photos, zip it up and then rename it and sta...
- Mon Sep 19, 2011 6:34 am
- Forum: Beginners
- Topic: SRT Problem
- Replies: 2
- Views: 5309
- Fri Sep 16, 2011 1:24 pm
- Forum: Beginners
- Topic: SRT Problem
- Replies: 2
- Views: 5309
SRT Problem
Hi I'm having problems with the following script. I call a SRT at the beginning of the script which works, the script then continues and a number of camera buttons are selected in this case for 30 seconds, at the end of the 30 seconds I again call the same SRT only this time it isn't found. Does any...
- Fri Sep 09, 2011 2:36 pm
- Forum: Beginners
- Topic: Random Button Selection
- Replies: 2
- Views: 5728
- Fri Sep 09, 2011 1:36 pm
- Forum: Beginners
- Topic: Random Button Selection
- Replies: 2
- Views: 5728
Random Button Selection
Hi I'm trying to select a number of buttons on an application that I'm testing. Currently I'm using the 'PushButton' command and pressing in sequential order as seen in the script below, there are actually 9 cameras on test but the script below only shows 3. What I'd like to do however is select the...
- Thu Jul 14, 2011 1:47 pm
- Forum: Beginners
- Topic: Looping through a number of tests
- Replies: 4
- Views: 5989
- Thu Jul 14, 2011 1:25 pm
- Forum: Beginners
- Topic: Looping through a number of tests
- Replies: 4
- Views: 5989
- Thu Jul 14, 2011 12:59 pm
- Forum: Beginners
- Topic: Looping through a number of tests
- Replies: 4
- Views: 5989
Looping through a number of tests
Hi I'm trying without success to have my script loop through a number of cycles then go off and do something then come back and continue looping for another set of cycles, as below: If>Count={(500) OR (1000) OR (1500) Goto>Elsewhere EndIf I'm obviously doing something wrong so any help is appreciate...
- Fri Jun 24, 2011 9:23 am
- Forum: Beginners
- Topic: Logging a process from the task manager
- Replies: 4
- Views: 6763
Thanks for the prompt reply Marcus. As yet I don't fully understand the middle section '//the last value contains the memory usage' but it works great retrieving the memory usage. I've now looked under the tasklist but can't see if there is a way of recalling other parameters that are listed in the ...
- Fri Jun 24, 2011 7:02 am
- Forum: Beginners
- Topic: Logging a process from the task manager
- Replies: 4
- Views: 6763
Logging a process from the task manager
Hi I wonder if someone can point me in the right direction here. I'm testing an application which has a memory leak, at periods throughout the night I want to open the task manager and record the process details for this application. I've written a script which highlights the process and uses 'GetTe...