Search found 10 matches
- Wed Jan 30, 2008 2:30 pm
- Forum: Technical / Scripting
- Topic: Problem with SetFocus after ResetDialogAction
- Replies: 3
- Views: 5285
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...
- Wed Jan 30, 2008 3:23 am
- Forum: Technical / Scripting
- Topic: Problem with SetFocus after ResetDialogAction
- Replies: 3
- Views: 5285
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...
- Tue Jan 29, 2008 7:06 pm
- Forum: Technical / Scripting
- Topic: Problem with SetFocus after ResetDialogAction
- Replies: 3
- Views: 5285
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...
- Wed Jan 02, 2008 5:00 pm
- Forum: General Discussion
- Topic: Details on new GetTextInRect and GetTextAtPoint functions?
- Replies: 8
- Views: 11812
- Wed Jan 02, 2008 1:56 pm
- Forum: General Discussion
- Topic: Details on new GetTextInRect and GetTextAtPoint functions?
- Replies: 8
- Views: 11812
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
Thanks
- Thu Aug 02, 2007 8:20 pm
- Forum: Enhancement Suggestions
- Topic: [Done] Option to include image file data within compiled exe
- Replies: 41
- Views: 69150
- Thu Aug 02, 2007 5:45 pm
- Forum: Enhancement Suggestions
- Topic: [Done] Option to include image file data within compiled exe
- Replies: 41
- Views: 69150
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...
- Wed Aug 01, 2007 3:10 am
- Forum: Enhancement Suggestions
- Topic: Be able to sort watch list by name
- Replies: 0
- Views: 5268
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...
- Wed Aug 01, 2007 3:02 am
- Forum: Enhancement Suggestions
- Topic: [Done] Option to include image file data within compiled exe
- Replies: 41
- Views: 69150
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 ...
- Sun Mar 26, 2006 2:44 pm
- Forum: Enhancement Suggestions
- Topic: Feature request for Image Recognition Library
- Replies: 0
- Views: 5212
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...