Search found 10 matches

by DrPain
Wed Jan 30, 2008 2:30 pm
Forum: Technical / Scripting
Topic: Problem with SetFocus after ResetDialogAction
Replies: 3
Views: 5008

Thanks JRL. I have gotten it working now if I use the window handles. I had been using GetWindowHandle, which didn't work. If I tried to get the handle BEFORE changing the title, there would be multiple windows with the same title and who knows which window would be retrieved. If I got the handle AF...
by DrPain
Wed Jan 30, 2008 3:23 am
Forum: Technical / Scripting
Topic: Problem with SetFocus after ResetDialogAction
Replies: 3
Views: 5008

More info: if I leave the DirectX app's window title alone, it works fine. However it breaks when I change the title via the call: LibFunc>User32,SetWindowTextA,r,hwnd,NewTitle No error is thrown by SetFocus, so it is finding the window, it's just not bringing it to the front. Also, it does work whe...
by DrPain
Tue Jan 29, 2008 7:06 pm
Forum: Technical / Scripting
Topic: Problem with SetFocus after ResetDialogAction
Replies: 3
Views: 5008

Problem with SetFocus after ResetDialogAction

Is there some reason why SetFocus won't work some time after calling ResetDialogAction? I find that it does work when setting focus to a "normal" window's app, such as Calculator, however it does not work to set focus to a windowed DirectX program. If I remove the call to ResetDialogAction, SetFocus...
by DrPain
Wed Jan 02, 2008 5:00 pm
Forum: General Discussion
Topic: Details on new GetTextInRect and GetTextAtPoint functions?
Replies: 8
Views: 11243

Thanks all. I don't have version 10 or I would have tried it myself. Still using 9.1 and thought this might be a good reason to upgrade (if it did the OCR thing). I know OCR is a tall order and didn't really expect it to be true, but just had to ask. :)
by DrPain
Wed Jan 02, 2008 1:56 pm
Forum: General Discussion
Topic: Details on new GetTextInRect and GetTextAtPoint functions?
Replies: 8
Views: 11243

Details on new GetTextInRect and GetTextAtPoint functions?

I've downloaded the manual and searched the forums/website with nothing found. These sound very useful and some more info detailing how they work and what they do would be great. Are they OCR-like functions which work on images, or do they just work on text boxes and such?

Thanks
by DrPain
Thu Aug 02, 2007 8:20 pm
Forum: Enhancement Suggestions
Topic: [Done] Option to include image file data within compiled exe
Replies: 41
Views: 64669

That's a good idea, and I appreciate the effort.
However, I'm writing a macro for a game, so a dialog is not available, it's a pure graphical environment.
by DrPain
Thu Aug 02, 2007 5:45 pm
Forum: Enhancement Suggestions
Topic: [Done] Option to include image file data within compiled exe
Replies: 41
Views: 64669

I guess I wasn't clear, or I don't understand your response. I'm not trying to use FindImagePos to find bitmaps I've put on a dialog with the data, I'm trying to use the data as the "needle" for the FindImagePos command. Here's what I'd like to be able to do: SetFocus>WindowTitle Wait>1.0 ScreenCapt...
by DrPain
Wed Aug 01, 2007 3:10 am
Forum: Enhancement Suggestions
Topic: Be able to sort watch list by name
Replies: 0
Views: 5129

Be able to sort watch list by name

Right now the watch list in the debugger displays variables in the order in which they are first encountered. When working with large arrays, and many variables, it can be very difficult to find the one variable you need to see. It would be helpful to be able to sort the watch list in alphabetical o...
by DrPain
Wed Aug 01, 2007 3:02 am
Forum: Enhancement Suggestions
Topic: [Done] Option to include image file data within compiled exe
Replies: 41
Views: 64669

I tried to use this new feature with the image function FindImagePos, and it returned a -1 as the number found. So I assume this means the image functions don't work with the embedded bitmaps. If this is the case, are you planning on adding this feature to the image processing functions? This would ...
by DrPain
Sun Mar 26, 2006 2:44 pm
Forum: Enhancement Suggestions
Topic: Feature request for Image Recognition Library
Replies: 0
Views: 5082

Feature request for Image Recognition Library

First of all, I gotta commend you on an excellent product. Very happy with it. Any chance of a feature addition to the Image Recognition Library? It works great as is, but if it could handle TGAs with an alpha channel (or any format with an alpha channel), then it would really rock! I'd like to be a...
Sign up to our newsletter for free automation tips, tricks & discounts