Search found 5 matches
- Sun Sep 21, 2008 10:26 am
- Forum: Technical / Scripting
- Topic: ResetDialogAction & Dialog Tabs
- Replies: 0
- Views: 3541
ResetDialogAction & Dialog Tabs
Hi Marcus, Is there any way to stop the ResetDialogAction command from switching back to the first tabpage? I have a dialog with many tabs which I want to automatically update every 5 secs. The user should be oblivious to this, no matter which tabpage they are currently viewing but at the moment, I ...
- Thu Jun 21, 2007 2:51 pm
- Forum: General Discussion
- Topic: Oracle under control at last :)
- Replies: 0
- Views: 4274
Oracle under control at last :)
I just can't keep using this software without putting in my 2 cents worth ! FANTASTIC ! I have waited some while for a scripting language that will control an application within a Citrix or Java shell. Communication with Windows was useless as it had no idea what was going on inside the window. Now,...
- Tue Mar 20, 2007 7:35 am
- Forum: Enhancement Suggestions
- Topic: Return mouse co-ordinates with WaitScreenImage
- Replies: 6
- Views: 13350
- Mon Mar 19, 2007 9:57 pm
- Forum: Enhancement Suggestions
- Topic: Return mouse co-ordinates with WaitScreenImage
- Replies: 6
- Views: 13350
Hi Marcus, My main point is why can't FindImagePos access video memory directly instead of having to save a screenimage. It would appear WaitScreenImage has no problem using video memory & is noticably faster. Defining a screen area to scan is not an option if you need to scan the entire screen to f...
- Thu Mar 15, 2007 1:45 pm
- Forum: Enhancement Suggestions
- Topic: Return mouse co-ordinates with WaitScreenImage
- Replies: 6
- Views: 13350
Return mouse co-ordinates with WaitScreenImage
Not sure if I'm correct but it appears that the WaitScreenImage function is extremely fast compared to the FindImagePos function but both appear to perform the same function of finding an image on the screen. WaitScreenImage seems to access video memory directly to find the image but you need to sav...