Search found 5 matches
- Fri Oct 14, 2016 2:57 pm
- Forum: General Discussion
- Topic: Need the opposite of WaitScreenImage
- Replies: 1
- Views: 4809
Need the opposite of WaitScreenImage
I need a function that essentially does the opposite of WaitScreenImage. I need to know when the screen image is no longer on the screen. Is there any such function? Because they can land on any number of other pages I don't want to have to wait for any one of those pages to come up. It's an exhaust...
- Wed Aug 31, 2016 2:29 pm
- Forum: Technical / Scripting
- Topic: Problem with GetTextInRect
- Replies: 5
- Views: 5951
Re: Problem with GetTextInRect
I've done some experimentation. I finally got GetTextAtPoint to return the label to the TextBos of "Username". I found that I had to use hard coded coordinates rather than calculated coordinates like I was trying in the sample code. Once I moved the point down into the TextBox, I still got nothing. ...
- Wed Aug 31, 2016 1:49 pm
- Forum: Technical / Scripting
- Topic: Problem with GetTextInRect
- Replies: 5
- Views: 5951
Re: Problem with GetTextInRect
Win7 64bit
- Wed Aug 31, 2016 12:37 pm
- Forum: Technical / Scripting
- Topic: Problem with GetTextInRect
- Replies: 5
- Views: 5951
Problem with GetTextInRect
I've been struggling to get GetTextInRect to return anything in the result. I've played around with all sorts of rectangles on the screen in various places with various types of text, but the result string is ALWAYS empty. I'm using GetTextInit just before the call, like so: Label>WaitForLogin FindI...
- Wed Sep 02, 2015 1:22 pm
- Forum: General Discussion
- Topic: Problem with new install
- Replies: 2
- Views: 6168
Problem with new install
We have currently installed Macro Scheduler onto two client workstations that we're going to do development on. On both workstations, we've created a single line script that makes a call to WaitScreenImage. When the command is executed, we get the error "Cannot create file when that file already exi...